summaryrefslogtreecommitdiffstats
path: root/src/rcctranslate.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix e-mail in copyright statementSuren A. Chilingaryan2018-04-111-1/+1
|
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Windows fixes and CMake scripts to build under WindowsSuren A. Chilingaryan2010-07-161-0/+4
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-0/+19
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* FreeBSD fixesSuren A. Chilingaryan2007-05-091-5/+7
| | | | | | | | | - Autoconf: try to locate libraries in /usr/local - Autoconf: Help FreeBSD to locate BerkeleyDB - Autoconf: Search for dlopen in libc library - Autoconf: Support of --disable-bdb option is added to configure script - Fixed compilation with missing dlopen functionality - Suppress various warnings
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-0/+4
| | | | | | | | | | - 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
* MultithreadingSuren A. Chilingaryan2005-08-031-1/+0
| | | | | | | - Multithreaded access to recoding functions using same context - Engine plugin to select between UTF-8 and ISO8859-1 for Western European Languages - Fix: 'rccTo' converting FS classes - FS class support in 'rccConfigSizedToCharset'
* Language Fixes and ImprovementsSuren A. Chilingaryan2005-08-031-23/+110
| | | | | | | - 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-3/+7
| | | | | | | | - 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/+151
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option)