summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hard-code date string for releasereleases/0.10John Mark Bell2008-11-291-0/+2
* Apparently, the compiler complains less when you initialise variables. Who'd ...John Mark Bell2008-11-291-1/+1
* UTF-8 test dataJohn Mark Bell2008-11-291-0/+0
* Sync with surrogates/U+FFFE/U+FFFE patchJohn Mark Bell2008-11-291-5/+12
* Bump version number.John Mark Bell2008-11-294-5/+14
* Fix resumption of decode after EINVAL.John Mark Bell2008-11-292-0/+27
* Incorporate fix for utf-8 codec when encountering illegal byte sequencesJohn Mark Bell2008-11-291-10/+38
* Test data for illegal utf-8 byte sequence.John Mark Bell2008-11-292-6/+10
* Sync with patch sent to ROOL.John Mark Bell2008-11-291-36/+2
* 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
* Update ChangeLog with release date.John Mark Bell2008-11-191-2/+2
* 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-194-8/+9
* Use a zip binary that has half a chance of preserving filetypes.John Mark Bell2008-11-191-2/+2
* On RISC OS, use Unicode:, rather than attempting to getenv("Unicode$Path") an...John Mark Bell2008-11-194-8/+8
* Fix riscos-dist target -- failed to ensure Aliases file ended in release tree.John Mark Bell2008-11-191-0/+2
* Release announcement template.John Mark Bell2008-11-191-0/+40
* Remove obsolete makefileJohn Mark Bell2008-11-191-80/+0
* More detailed changelogJohn Mark Bell2008-11-191-1/+18
* Update patchJohn Mark Bell2008-11-191-25/+40
* Stage Aliases file directly into distribution template.John Mark Bell2008-11-197-307/+11
* Resurrect the sources of the Aliases file generator.John Mark Bell2008-11-195-0/+2230
* Ugh. Jump through hoops for RiscPkg. I'm not sure why I'm bothering with this.John Mark Bell2008-11-192-2/+20
* Create zip fileJohn Mark Bell2008-11-192-2/+4
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-1915-30/+79
* Fix up output buffer length on memory exhaustionJohn Mark Bell2008-11-191-1/+5
* Fix strncasecmp implementation.John Mark Bell2008-11-191-1/+1
* Patch for UnicodeLib to make all enabled tests pass.John Mark Bell2008-11-192-0/+531
* Tools tree. Currently comprises something approximating a parser for the Unih...John Mark Bell2008-11-191-0/+127
* Restore EUC-KR testdata to original contents, now we've added the appropriate...John Mark Bell2008-11-191-0/+3
* Add three new mappings from CP949:John Mark Bell2008-11-191-0/+0
* Modify Big5 testdata to match expectations.John Mark Bell2008-11-192-0/+11
* Poke around with the ShiftJIS testdata to make the test pass.John Mark Bell2008-11-192-1880/+1247
* Update mapping tables for JIS X 0208 and JIS X 0212.John Mark Bell2008-11-192-0/+0
* Revert unintended commit of new mapping tablesJohn Mark Bell2008-11-192-0/+0
* Ignore expected failure of EUC-JP test -- there's no way to load two charsets...John Mark Bell2008-11-193-1/+1
* Drop mappings to Unicode private use area. These aren't likely to be of any u...John Mark Bell2008-11-191-1880/+0
* Disable the GBK test -- at present, we support only GBK/{1,2}, as that's all ...John Mark Bell2008-11-181-1/+1
* Add missing characters from GB2312-80.John Mark Bell2008-11-181-0/+6
* Make test for Acorn Latin1 work.John Mark Bell2008-11-182-9/+2
* Lose 3 entries that aren't mapped except in CP949, which this isn't.John Mark Bell2008-11-181-3/+0
* Change previous logic -- we want to ignore U+FFFF regardless of the translit ...John Mark Bell2008-11-181-1/+1
* Treat U+FFFF as invalid. Otherwise, we end up writing the first mapped out ch...John Mark Bell2008-11-181-1/+1
* Don't bail when U+FEFF results in EINVAL.John Mark Bell2008-11-181-1/+1
* ECMA-35. This is identical to ISO-2022.John Mark Bell2008-11-181-0/+0
* Bring ISO-2022-KR test data in line with what UnicodeLib produces. This is se...John Mark Bell2008-11-181-2/+2
* Rather less hideous approach to error detection and input pointer maintenence.John Mark Bell2008-11-185-159/+63