| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- Add GPL disclaimers to all sources
- Suppress gcc-4.2 warnings
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- RCC Subsystem Locking (per user)
- DB4 Recovery (automatically restores environment in the case of db4 upgrades)
|
|
|
|
| |
- Fixes .rcc directory permissions ( Bug report by AlexMal )
|
|
|
|
|
| |
- Language Translation using libtranslate is implemented
- Autoengine sets current charset (option)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|