summaryrefslogtreecommitdiff
path: root/module/module.c
Commit message (Expand)AuthorAgeFilesLines
* Test data for illegal utf-8 byte sequence.John Mark Bell2008-11-291-6/+8
* Make handling of EILSEQ resynchronise stream if we've been asked to ignore er...John Mark Bell2008-11-191-2/+18
* Shuffle data through a fixed-size bufferJohn Mark Bell2008-11-191-23/+59
* Dump the list of known encoding aliases when asked. Don't expect any kind of ...John Mark Bell2008-11-191-1/+3
* On RISC OS, use Unicode:, rather than attempting to getenv("Unicode$Path") an...John Mark Bell2008-11-191-2/+2
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-191-1/+1
* Rather less hideous approach to error detection and input pointer maintenence.John Mark Bell2008-11-181-3/+11
* Factor out acquisition of paths to files in the Unicode resource.John Mark Bell2008-11-161-20/+47
* Make *Iconv flush through any remaining shift sequences at the end of the data.John Mark Bell2008-11-151-0/+9
* Actually make the Iconv command do somethingJohn Mark Bell2008-11-121-1/+44
* Whoops. -c should not do the same thing as -o.John Mark Bell2008-11-111-1/+1
* Some kind of half-arsed attempt at parsing command line parameters for *Iconv.John Mark Bell2008-11-111-1/+140
* Various fixes to make compilation with GCCSDK4 work.John Mark Bell2008-11-111-2/+0
* Make module initialisation work sensibly on all platforms.John Mark Bell2008-11-111-4/+25
* Integrate module sources into build system.John Mark Bell2008-11-111-16/+24
* Import Iconv sourcesJohn Mark Bell2008-11-101-0/+192