summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Transliteration fixes:John-Mark Bell2013-01-131-3/+13
| | | | | | | | | | | | * Clear any substitution if codec reset has been requested. * Don't report memory exhaustion when failing to allocate space for the test conversion in translit_try_sequence: there's nothing the caller can do, so treat it as if the substitution cannot be converted to the target character set. * Correctly report success if we run out of input immediately following a flush of a substitution. Additional tests for transliteration.
* Add proper transliteration support.John-Mark Bell2013-01-111-0/+344
|
* First attempt at using the core buildsystemJohn Mark Bell2009-03-262-162/+0
| | | | svn path=/trunk/iconv/; revision=6897
* Create zip fileJohn Mark Bell2008-11-191-1/+1
| | | | svn path=/trunk/iconv/; revision=5735
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-191-1/+1
| | | | | | | | | | | | | | | This keeps the public iconv.h free of such nonsense. Move the source for the RISC OS stubs to the distribution template tree. We will no longer shipped compiled stubs. People are quite capable of compiling this themselves. Also take the opportunity to tidy it up a bit. Bump the version number to 0.09 Introduce a "riscos-dist" target in Makefile-riscos. Update various bits of documentation. svn path=/trunk/iconv/; revision=5734
* Tools tree. Currently comprises something approximating a parser for the ↵John Mark Bell2008-11-191-0/+127
| | | | | | Unihan database. svn path=/trunk/iconv/; revision=5730
* Import Iconv sourcesJohn Mark Bell2008-11-102-0/+162
svn path=/trunk/iconv/; revision=5677