summaryrefslogtreecommitdiff
path: root/module/header.cmhg
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numberJohn Mark Bell2011-01-041-1/+1
| | | | svn path=/trunk/iconv/; revision=11202
* Revert r11199, as we've tagged the releaseJohn Mark Bell2011-01-041-2/+0
| | | | svn path=/trunk/iconv/; revision=11201
* Hard-code module date string for releasereleases/0.11John Mark Bell2011-01-041-0/+2
| | | | svn path=/trunk/iconv/; revision=11199
* Improve error reporting from iconv_eightbit_new. This means we correctly ↵John Mark Bell2009-01-051-1/+1
| | | | | | | | 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
* Bump version number.John Mark Bell2008-11-291-1/+1
| | | | | | Update changelog with changes since 0.09 svn path=/trunk/iconv/; revision=5827
* Remove hard-coded date string - not needed now we've tagged the release.John Mark Bell2008-11-191-2/+0
| | | | svn path=/trunk/iconv/; revision=5754
* Hard-code the date string for 0.09releases/0.09John Mark Bell2008-11-191-0/+2
| | | | svn path=/trunk/iconv/; revision=5751
* Drop -s option. There's no point implementing it.John Mark Bell2008-11-191-1/+1
| | | | svn path=/trunk/iconv/; revision=5749
* 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
* Various fixes to make compilation with GCCSDK4 work.John Mark Bell2008-11-111-0/+3
| | | | | | Add an Iconv command (currently no code support) svn path=/trunk/iconv/; revision=5682
* Import Iconv sourcesJohn Mark Bell2008-11-101-0/+18
svn path=/trunk/iconv/; revision=5677