summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Pedantic whitespace changesJohn Mark Bell2008-11-305-12/+8
| | | | svn path=/trunk/libparserutils/; revision=5842
* C89François Revel2008-11-291-5/+6
| | | | svn path=/trunk/libparserutils/; revision=5840
* C89François Revel2008-11-296-19/+33
| | | | svn path=/trunk/libparserutils/; revision=5839
* C89François Revel2008-11-295-8/+23
| | | | svn path=/trunk/libparserutils/; revision=5838
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-093-16/+26
| | | | svn path=/trunk/libparserutils/; revision=5673
* Fix regression test to work with iconv filter enabledJohn Mark Bell2008-11-091-2/+9
| | | | svn path=/trunk/libparserutils/; revision=5662
* Fix build when iconv filter is enabledJohn Mark Bell2008-11-091-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5661
* What to do with errors when reading from the buffer?John Mark Bell2008-11-091-0/+3
| | | | svn path=/trunk/libparserutils/; revision=5658
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-094-7/+71
| | | | svn path=/trunk/libparserutils/; revision=5657
* Return errors from constructors and destructors.John Mark Bell2008-11-0833-342/+482
| | | | svn path=/trunk/libparserutils/; revision=5652
* Add API to vector to permit peeking.John Mark Bell2008-10-182-0/+22
| | | | svn path=/trunk/libparserutils/; revision=5596
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-4/+8
| | | | svn path=/trunk/libparserutils/; revision=5458
* ASCII charset codec.John Mark Bell2008-09-243-1/+529
| | | | svn path=/trunk/libparserutils/; revision=5429
* Fix install target's use of DESTDIR. sigh.John Mark Bell2008-09-181-6/+6
| | | | svn path=/trunk/libparserutils/; revision=5371
* Only randomise the inputstream if RANDOMISE_INPUTSTREAM is defined.John Mark Bell2008-09-171-0/+2
| | | | | | | This will prevent exhorbitant memory leakage when running make test in client code. svn path=/trunk/libparserutils/; revision=5365
* OS X friendly install invocationJohn Mark Bell2008-09-101-7/+6
| | | | svn path=/trunk/libparserutils/; revision=5300
* Fix test driver to be endian independentJohn Mark Bell2008-09-091-12/+19
| | | | svn path=/trunk/libparserutils/; revision=5298
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-9/+9
| | | | svn path=/trunk/libparserutils/; revision=5297
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-14/+14
| | | | svn path=/trunk/libparserutils/; revision=5292
* Purge remaining traces of iconv codec.John Mark Bell2008-09-071-7/+0
| | | | svn path=/trunk/libparserutils/; revision=5284
* Er yeah, it helps if you don't commit the deliberately broken testrunnerJohn Mark Bell2008-09-071-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5273
* Fix inputstream test on ROJohn Mark Bell2008-09-072-5/+10
| | | | svn path=/trunk/libparserutils/; revision=5272
* Native RO makefile. Don't expect anything other than make/make debug to ↵John Mark Bell2008-09-073-2/+64
| | | | | | actually work thanks to insane amounts of buggy behaviour in the OS/runtime that I can't find the energy to work around. svn path=/trunk/libparserutils/; revision=5270
* Dependency trackingJohn Mark Bell2008-09-054-5/+64
| | | | svn path=/trunk/libparserutils/; revision=5257
* Make the export target actually usefulJohn Mark Bell2008-09-051-4/+3
| | | | svn path=/trunk/libparserutils/; revision=5251
* Allow for non-versioned local configuration changesJohn Mark Bell2008-09-051-0/+2
| | | | svn path=/trunk/libparserutils/; revision=5250
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-057-9/+9
| | | | svn path=/trunk/libparserutils/; revision=5249
* Remove the iconv codec. It serves no purpose.John Mark Bell2008-09-053-687/+1
| | | | svn path=/trunk/libparserutils/; revision=5248
* ISO-8859-n test dataJohn Mark Bell2008-09-0519-2/+290
| | | | svn path=/trunk/libparserutils/; revision=5247
* Some kind of todo listJohn Mark Bell2008-09-051-0/+5
| | | | svn path=/trunk/libparserutils/; revision=5245
* More test data.John Mark Bell2008-09-059-1/+9
| | | | svn path=/trunk/libparserutils/; revision=5244
* Fix encoding. Sigh.John Mark Bell2008-09-052-4/+6
| | | | svn path=/trunk/libparserutils/; revision=5241
* Move test data. Add encoding test.John Mark Bell2008-09-052-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5240
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-055-1/+4
| | | | svn path=/trunk/libparserutils/; revision=5239
* Fix stupid.John Mark Bell2008-09-047-6/+279
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* Fix bugs.John Mark Bell2008-09-042-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5236
* Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.John Mark Bell2008-09-044-1/+765
| | | | svn path=/trunk/libparserutils/; revision=5235
* Perl script to convert Unicode mapping tables to C structuresJohn Mark Bell2008-09-041-0/+49
| | | | svn path=/trunk/libparserutils/; revision=5234
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-045-1/+831
| | | | svn path=/trunk/libparserutils/; revision=5233
* Conditionalise noisy logging. I quite like to be able to run hubbub's ↵John Mark Bell2008-08-231-3/+5
| | | | | | testsuite without running out of hard drive space. svn path=/trunk/libparserutils/; revision=5183
* Fix formatting strings so it won't whinge on amd64Daniel Silverstone2008-08-221-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5171
* Yet more debug.John Mark Bell2008-08-181-1/+19
| | | | svn path=/trunk/libparserutils/; revision=5149
* Only attempt to randomise the utf8 buffer when NDEBUG is not defined.John Mark Bell2008-08-131-0/+2
| | | | | | | Note that, if lpu is built with NDEBUG defined, then the randomisation is a NOP. Therefore, to use the randomisation, you want to build debug versions of both lpu and whatever's using it. svn path=/trunk/libparserutils/; revision=5085
* Move the location of the utf8 buffer every time we're asked for a character ↵John Mark Bell2008-08-133-0/+28
| | | | | | | | in debug mode. This leaks memory lots, deliberately. svn path=/trunk/libparserutils/; revision=5081
* Fix valgrind's aliascmp() warning.Andrew Sidwell2008-08-111-3/+4
| | | | svn path=/trunk/libparserutils/; revision=5026
* Add parenthesesJohn Mark Bell2008-08-111-5/+5
| | | | svn path=/trunk/libparserutils/; revision=5025
* Fix a logic error, and make a test clearer & more efficient as per jmb's review.Andrew Sidwell2008-08-091-5/+3
| | | | svn path=/trunk/libparserutils/; revision=4973
* Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5Andrew Sidwell2008-08-072-7/+70
| | | | svn path=/trunk/libparserutils/; revision=4947
* Fixup cross compilation makefileJohn Mark Bell2008-08-031-3/+3
| | | | svn path=/trunk/libparserutils/; revision=4883
* Rather more optimal data comparator -- compare data lengths first then, if ↵John Mark Bell2008-08-011-4/+4
| | | | | | they're equal, compare the actual data. svn path=/trunk/libparserutils/; revision=4856