summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Require iconv by default, as this is the most useful configurationJohn Mark Bell2011-04-214-28/+22
* Bump version numberJohn Mark Bell2011-04-071-1/+1
* Given that some iconv() implementations define the input buffer pointer to be...John Mark Bell2011-03-091-2/+2
* Internalise the internal symbol names.Daniel Silverstone2011-01-2610-64/+64
* Fix profile and coverage targetsJohn Mark Bell2010-12-061-1/+3
* Remove spurious assignmentJohn Mark Bell2010-12-051-1/+1
* C89François Revel2010-12-051-1/+4
* Remove Aliases file.Michael Drake2010-12-041-302/+0
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-0410-40/+30
* Sync Aliases file with hubbubJohn Mark Bell2010-12-041-1/+2
* Make sure we elide trailing non-characters when matching aliasesDaniel Silverstone2010-12-042-0/+12
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-0427-721/+207
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-2312-0/+108
* Fix bug where any encoding specified when creating an input stream would be r...John Mark Bell2010-10-231-8/+18
* Fix whitespaceJohn Mark Bell2010-10-231-1/+1
* Bump versionJohn Mark Bell2010-04-191-1/+1
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
* Ensure we use the canonical charset name when invoking iconv_open()John Mark Bell2009-10-121-1/+2
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* Correctly handle case where all of the following are true:John Mark Bell2009-07-251-3/+17
* Make magic static.John Mark Bell2009-07-251-1/+1
* Less brain-dead constant for the benefit of ARM platforms.John Mark Bell2009-07-021-2/+2
* Remove dependency on a library providing ntohl/htonl.John Mark Bell2009-07-026-60/+60
* Inevitably, Windows requires winsock.h instead of the BSD stack headers.John Mark Bell2009-07-025-0/+20
* Reasons I hate TCPIPLibs:John Mark Bell2009-06-205-86/+96
* Lose dead codeJohn Mark Bell2009-05-271-5/+0
* It helps if you include the correct override file.John Mark Bell2009-05-061-2/+2
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
* Update libparserutils to use the new shared object stuffDaniel Silverstone2009-04-212-6/+6
* Expand documentation, bringing it into line with realityJohn Mark Bell2009-04-211-11/+62
* Pretend to care about fread failingJohn Mark Bell2009-04-171-2/+4
* c89John Mark Bell2009-04-154-15/+20
* Lose a bunch of trailing commas.John Mark Bell2009-04-153-5/+15
* Remove chunkarray implementation. It's unused.John Mark Bell2009-04-153-261/+1
* Reflect shared library versioningJohn Mark Bell2009-04-032-12/+17
* Lose garbage todoJohn Mark Bell2009-04-011-3/+0
* Purge testrunnerJohn Mark Bell2009-03-261-167/+0
* Port to new test scheme.John Mark Bell2009-03-253-4/+8
* Fix installation rulesJohn Mark Bell2009-03-241-2/+2
* Fix test targetJohn Mark Bell2009-03-245-11/+319
* Port to new buildsystemJohn Mark Bell2009-03-2412-692/+43
* Add ability to retrieve vector length. Fix missing note in iteration apiDaniel Silverstone2009-02-152-0/+24
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-1412-1652/+2
* Ensure that parserutils_inputstream_peek(_slow)? have API documentation.John Mark Bell2009-01-092-2/+4
* Silence doxygen warnings.John Mark Bell2009-01-095-5/+9
* Document the docs targetJohn Mark Bell2009-01-091-0/+7
* Doxygen-generated API documentationJohn Mark Bell2009-01-095-1/+1247
* Merge note on Aliases file from hubbub.John Mark Bell2009-01-081-0/+8
* Document how to enable iconv() supportJohn Mark Bell2009-01-081-1/+20
* Correct return value when we can't find a charset in inputstream constructor.John Mark Bell2009-01-062-14/+66