summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Improve error reporting from iconv_eightbit_new. This means we correctly ↵John Mark Bell2009-01-051-0/+5
| | | | | | | | return EINVAL if we can't find a mapping table, rather than assuming ENOMEM. Bump version number while we're at it. svn path=/trunk/iconv/; revision=5962
* Sync with realityJohn Mark Bell2009-01-051-2/+1
| | | | svn path=/trunk/iconv/; revision=5961
* Bump version number.John Mark Bell2008-11-291-0/+9
| | | | | | Update changelog with changes since 0.09 svn path=/trunk/iconv/; revision=5827
* Update ChangeLog with release date.John Mark Bell2008-11-191-2/+2
| | | | svn path=/trunk/iconv/; revision=5750
* More detailed changelogJohn Mark Bell2008-11-191-1/+18
| | | | svn path=/trunk/iconv/; revision=5740
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-191-0/+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
* ECMA-35. This is identical to ISO-2022.John Mark Bell2008-11-181-0/+0
| | | | svn path=/trunk/iconv/; revision=5714
* Update changelogJohn Mark Bell2008-11-111-2/+4
| | | | svn path=/trunk/iconv/; revision=5685
* Import Iconv sourcesJohn Mark Bell2008-11-103-0/+408
svn path=/trunk/iconv/; revision=5677