summaryrefslogtreecommitdiff
path: root/VERSION
AgeCommit message (Collapse)Author
2022-08-14release 0.2.13Suren A. Chilingaryan
2014-02-20fix typo in allocation checkingSuren A. Chilingaryan
2013-11-16Multiple fixes of build systemSuren A. Chilingaryan
2013-11-14Fix complaining in exampleSuren A. Chilingaryan
2013-11-11Support LibGuess 1.1Suren A. Chilingaryan
2013-01-29Remove librcd and enca from pkgconfig requiresSuren A. Chilingaryan
2010-07-16Windows fixes and CMake scripts to build under WindowsSuren A. Chilingaryan
2009-10-11Automake version detection in autogen.shSuren A. Chilingaryan
2009-08-27Bazaar migrationSuren A. Chilingaryan
2009-06-12Relincensed under LGPLSuren A. Chilingaryan
2008-12-15Provide GPL disclaimers with all sourcesSuren A. Chilingaryan
- Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
2008-11-20Do not release debian filesSuren A. Chilingaryan
2008-11-20Debian support by Ivan BorzenkovSuren A. Chilingaryan
2008-01-13Portability FixesSuren A. Chilingaryan
- FreeBSD compability fixes of autoconf scripts by Ulrich Spoerlein - Some hard to understand parts of autoconf scripts are rewriten. Again many thanks to Ulrich Spoerlein for pointing.
2007-07-30Small example is addedSuren A. Chilingaryan
- Cache generator for multi-language tests
2007-06-27Fast fixSuren A. Chilingaryan
- Estonian language is "et", not "es" - More western languages in configuration
2007-05-09VERSION 0.2.4: Ultimate fixesSuren A. Chilingaryan
- Autoconf: check if ssize_t size_t types are missing in sys/types.h - Autoconf: really check for iconv.h residing in /usr/local - Support for older versions of BerkleyDB (fallback to original approach)
2006-04-09Autogen scripts fixupSuren A. Chilingaryan
2006-01-09Fixed lockup on exitSuren A. Chilingaryan
- Fixed lockup on exit (Waiting rccexternal exit forever)
2005-12-3164bit fixesSuren A. Chilingaryan
+ Fixed segmentation on 64 bit systems + SPEC file usable in both 32 and 64 bit environments
2005-10-31Permission fixSuren A. Chilingaryan
- Fixes .rcc directory permissions ( Bug report by AlexMal )
2005-08-11Release 0.2.0Suren A. Chilingaryan
2005-07-29TranslationSuren A. Chilingaryan
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option)
2005-07-24FixesSuren A. Chilingaryan
- Dummy UI plugin - GTK2 UI plugin - Fixed typo: 'const rcc_string' -> 'rcc_const_string' - Fix: Disable BDB recoding in case if recoding switched off
2005-07-19FixesSuren A. Chilingaryan
- Fixed several errors in doxygen documentation - Initializing locale in rcclocale (if setlocale return 'C') - Calling Configure before anything else in rccRecode
2005-07-18API ImprovementsSuren A. Chilingaryan
- Removed 'rlen' return parameters there not necessary for multibyte encodings - Two versions of recode functions: rccRecode -> rccRecode, rccSizedRecode - Class Types: CONST, SKIP_SAVELOAD - New recode functions: rccToCharset, rccFromCharset - More new recode functions: rccRecodeToCharset, rccRecodeFromCharset, rccRecodeCharsets - New function: rccGetCompiledConfiguration - All warnings are fixed - Perform "File Name" search only if there are non ISO8859-1 chars in the name. - Do not copy invalid characters, - skip them. - Fixed error in rccRecode with 'Recoding Cache' switched On. - Strip leading and trailing spaces in rccDB4 get/set
2005-07-140.1.0Suren A. Chilingaryan
2005-07-14ExampleSuren A. Chilingaryan
2005-06-2829.06.2005Suren A. Chilingaryan