summaryrefslogtreecommitdiffstats
path: root/src/rccexternal.c
Commit message (Collapse)AuthorAgeFilesLines
* Respect warn_unused_result warningsSuren A. Chilingaryan2013-11-131-1/+6
|
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Do not init berkeleydb until caches are enabledSuren A. Chilingaryan2012-11-111-1/+1
|
* Windows fixes and CMake scripts to build under WindowsSuren A. Chilingaryan2010-07-161-6/+34
|
* Few bugs found by lint of OpenSuSE, many thanks to NovelSuren A. Chilingaryan2010-03-111-2/+7
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-1/+20
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-1/+18
| | | | | | | | | | - 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
* Fixed lockup on exitSuren A. Chilingaryan2006-01-091-4/+16
| | | | - Fixed lockup on exit (Waiting rccexternal exit forever)
* Language Fixes and ImprovementsSuren A. Chilingaryan2005-08-031-2/+7
| | | | | | | - rccmutex - Language autodetection fixes and improvements - Language translation fixes and improvements - The current state is near to be usable
* Language autodetectionSuren A. Chilingaryan2005-08-021-1/+1
| | | | | | | | - rccConfigRecode function's are added - Language autodetection using aspell is added - Translation in 3 modes: "To English Language", "Skip English Translation", "Full" - Example2 to demonstrate translation possibilities
* TranslationSuren A. Chilingaryan2005-07-291-0/+210
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option)