summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix most of the bugs that crept in.John Mark Bell2009-03-261-19/+21
| | | | | | test/GNU needs sorting out, as it's currently broken. svn path=/trunk/iconv/; revision=6900
* First attempt at using the core buildsystemJohn Mark Bell2009-03-261-42/+52
| | | | svn path=/trunk/iconv/; revision=6897
* Stage Aliases file directly into distribution template.John Mark Bell2008-11-191-0/+2
| | | | | | | Fix compilation of makealiases when cross-compiling. Update dependencies so that aliases file gets built when needed. svn path=/trunk/iconv/; revision=5738
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-141-1/+1
| | | | | | | | | | | | | Disable the UTF-8 test, as it currently fails: 1) A bug in UnicodeLib's UTF-8 decoder results in 0x80 being treated as valid input 2) There's no way of determining if U+FFFD was the result of invalid input or valid input which happened to decode to that codepoint 3) UnicodeLib drops U+FEFF on the floor Disable UCS-{2,4}{BE,LE}, as we don't support those encodings. svn path=/trunk/iconv/; revision=5694
* Test driver for library initialisation/finalisationJohn Mark Bell2008-11-101-1/+1
| | | | svn path=/trunk/iconv/; revision=5679
* Import Iconv sourcesJohn Mark Bell2008-11-101-0/+45
svn path=/trunk/iconv/; revision=5677