summaryrefslogtreecommitdiffstats
path: root/src/rcclock.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix e-mail in copyright statementSuren A. Chilingaryan2018-04-111-1/+1
|
* Mingw compatibility fixes by trialuserSuren A. Chilingaryan2014-06-121-0/+8
|
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Support systems without lockf (OpenSolaris), check GTK1 headers in ↵Suren A. Chilingaryan2009-10-101-0/+19
| | | | configure.in, complain on missing macros in autogen.sh, patches by Ivan Borzenkov and Colin Watson for eglibc compatibility
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-0/+20
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-0/+108
- New DB4 database type - Postponed processing in external module + User may allow external module to finish required processing before termination. This could be useful for translation services while using console applications (if network connection is slow, the external will never finish translation before program termination) - SKIP_PARRENT options are renamed to SKIP_PARENT