| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add GPL disclaimers to all sources
- Suppress gcc-4.2 warnings
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
- Cache generator for multi-language tests
|
|
|
|
|
| |
- Estonian language is "et", not "es"
- More western languages in configuration
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
- Fixed lockup on exit (Waiting rccexternal exit forever)
|
|
|
|
|
| |
+ Fixed segmentation on 64 bit systems
+ SPEC file usable in both 32 and 64 bit environments
|
|
|
|
| |
- Fixes .rcc directory permissions ( Bug report by AlexMal )
|
| |
|
|
|
|
|
| |
- Language Translation using libtranslate is implemented
- Autoengine sets current charset (option)
|
|
|
|
|
|
|
| |
- Dummy UI plugin
- GTK2 UI plugin
- Fixed typo: 'const rcc_string' -> 'rcc_const_string'
- Fix: Disable BDB recoding in case if recoding switched off
|
|
|
|
|
|
| |
- Fixed several errors in doxygen documentation
- Initializing locale in rcclocale (if setlocale return 'C')
- Calling Configure before anything else in rccRecode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|