summaryrefslogtreecommitdiff
path: root/riscos/stubs
Commit message (Collapse)AuthorAgeFilesLines
* Fix include lines so it compiles cleanly with Norcroft and using its std C ↵John Tytgat2009-04-181-2/+2
| | | | | | headers. svn path=/trunk/iconv/; revision=7129
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-192-0/+133
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