summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Make UnicodeLib a submodule.John-Mark Bell2023-12-181-1/+0
| | | | | | This removes the previously cumbersome need to copy pre-built binary artefacts into the source tree. Unfortunately, it has necessitated disabling a bunch of warnings to allow it to build.
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-192-10/+17
| | | | | | | | | | | | | | | 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-1/+15
| | | | | | Add an Iconv command (currently no code support) svn path=/trunk/iconv/; revision=5682
* Import Iconv sourcesJohn Mark Bell2008-11-102-0/+88
svn path=/trunk/iconv/; revision=5677