summaryrefslogtreecommitdiffstats
path: root/src/rccexternal.c
Commit message (Collapse)AuthorAgeFilesLines
* 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)