summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document how to enable iconv support in libparserutils.John Mark Bell2009-01-081-0/+9
* Document "make docs"John Mark Bell2009-01-081-0/+14
* And another one. Now warning free. Huzzah.John Mark Bell2009-01-081-0/+1
* Add documentation from a couple of missing parametersJohn Mark Bell2009-01-081-2/+4
* And some moreJohn Mark Bell2009-01-082-3/+3
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-083-8/+8
* Squash memory leak.John Mark Bell2009-01-081-5/+39
* Use doxygen to create API documentation.John Mark Bell2009-01-0816-58/+1327
* Point at examples directory, instead.John Mark Bell2009-01-081-2/+2
* Make libxml binding example actually work.John Mark Bell2009-01-082-28/+178
* Ok, let's actually compile the code before committing it.John Mark Bell2009-01-061-0/+1
* Some kind of recovery from not supporting an auto-detected charset. We fall b...John Mark Bell2009-01-062-2/+33
* Here, have an incomplete binding example.John Mark Bell2009-01-061-0/+875
* Fix potential read beyond available input data when processing \r in some sta...John Mark Bell2009-01-061-5/+5
* Port to changed lpu API.John Mark Bell2009-01-064-461/+639
* Sync with reality.John Mark Bell2009-01-051-41/+14
* Fix build breakageJohn Mark Bell2008-11-301-1/+3
* lotsa C89, please check.François Revel2008-11-301-48/+91
* Fix wrong prototype.François Revel2008-11-301-1/+1
* C89François Revel2008-11-301-2/+5
* C89François Revel2008-11-307-46/+58
* Fix commentaryJohn Mark Bell2008-11-091-2/+3
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-093-1/+7
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-096-38/+46
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-093-22/+32
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-096-25/+36
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-095-24/+33
* Port hubbub to new lpu APIJohn Mark Bell2008-11-085-14/+13
* Fixup dubious charsetsJohn Mark Bell2008-10-149-8/+32
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-282-7/+11
* Purge redundant APIJohn Mark Bell2008-09-251-4/+0
* Report errors from libparserutils better.Andrew Sidwell2008-09-244-3/+51
* Ensure we unref collect node if it still exists when we come to destroy the t...John Mark Bell2008-09-181-0/+6
* Add configuration Makefile fragment.John Mark Bell2008-09-182-0/+7
* Make install target work with DESTDIR again. bah.John Mark Bell2008-09-181-3/+3
* OS X friendly install invocationJohn Mark Bell2008-09-101-3/+3
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-6/+6
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-8/+8
* Lose redundant todosJohn Mark Bell2008-09-082-5/+0
* Squash memory leakJohn Mark Bell2008-09-081-0/+2
* Entity test, using chunks from log fileJohn Mark Bell2008-09-072-0/+45
* Fix LDFLAGSJohn Mark Bell2008-09-071-1/+1
* Only include the .d files for testcases if we're building the test target.John Mark Bell2008-09-071-2/+2
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-073-0/+11
* Only look for json if we're building the test targetJohn Mark Bell2008-09-071-0/+2
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-074-6/+69
* Revert accidental commenting out of tree tester.Michael Drake2008-09-071-1/+1
* Test case for attributes on first COL when COLGROUP is only implied.Michael Drake2008-09-072-1/+20
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-063-59/+115