summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Bump version number.John Mark Bell2008-11-292-4/+4
* Test data for illegal utf-8 byte sequence.John Mark Bell2008-11-291-6/+8
* Remove hard-coded date string - not needed now we've tagged the release.John Mark Bell2008-11-191-2/+0
* Hard-code the date string for 0.09releases/0.09John Mark Bell2008-11-192-1/+3
* Drop -s option. There's no point implementing it.John Mark Bell2008-11-191-1/+1
* 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-192-2/+4
* On RISC OS, use Unicode:, rather than attempting to getenv("Unicode$Path") an...John Mark Bell2008-11-191-2/+2
* Remove obsolete makefileJohn Mark Bell2008-11-191-80/+0
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-194-107/+5
* 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-112-4/+181
* Various fixes to make compilation with GCCSDK4 work.John Mark Bell2008-11-117-131/+151
* 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-117-57/+341
* Import Iconv sourcesJohn Mark Bell2008-11-107-0/+1045