summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* First attempt at using the core buildsystemJohn Mark Bell2009-03-261-47/+2
* Improve error reporting from iconv_eightbit_new. This means we correctly retu...John Mark Bell2009-01-053-53/+71
* Apparently, the compiler complains less when you initialise variables. Who'd ...John Mark Bell2008-11-291-1/+1
* Fix resumption of decode after EINVAL.John Mark Bell2008-11-292-0/+27
* Dump the list of known encoding aliases when asked. Don't expect any kind of ...John Mark Bell2008-11-192-6/+5
* 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
* Fix up output buffer length on memory exhaustionJohn Mark Bell2008-11-191-1/+5
* Fix strncasecmp implementation.John Mark Bell2008-11-191-1/+1
* 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
* Rather less hideous approach to error detection and input pointer maintenence.John Mark Bell2008-11-182-154/+50
* Factor out acquisition of paths to files in the Unicode resource.John Mark Bell2008-11-161-52/+92
* Ensure that we return the correct errors and, when we do, point to the correc...John Mark Bell2008-11-163-39/+180
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-141-2/+46
* Oh look. US-ASCII was broken. There's a good indication if ever I saw one.John Mark Bell2008-11-131-0/+3
* Correctly reset codecs, including restoring their endianness/BOM flags.John Mark Bell2008-11-132-7/+24
* 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-112-2/+4
* Import Iconv sourcesJohn Mark Bell2008-11-107-0/+1350