summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* 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-021-0/+40
* Remove chunkarray implementation. It's unused.John Mark Bell2009-04-153-261/+1
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
* Add ability to retrieve vector length. Fix missing note in iteration apiDaniel Silverstone2009-02-151-0/+23
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-145-1383/+1
* Silence doxygen warnings.John Mark Bell2009-01-091-1/+4
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-061-0/+5
* C89François Revel2008-12-221-2/+3
* Fix build on 32bit platforms.John Mark Bell2008-12-021-2/+2
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-014-55/+53
* Make things clearer through use of temporary variablesJohn Mark Bell2008-11-301-15/+19
* New datastructures:John Mark Bell2008-11-305-2/+581
* C89François Revel2008-11-295-8/+23
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-12/+21
* Return errors from constructors and destructors.John Mark Bell2008-11-087-86/+129
* Add API to vector to permit peeking.John Mark Bell2008-10-181-0/+20
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-1/+1
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-041-0/+4
* Move the location of the utf8 buffer every time we're asked for a character i...John Mark Bell2008-08-131-0/+24
* Rather more optimal data comparator -- compare data lengths first then, if th...John Mark Bell2008-08-011-4/+4
* ConstifyJohn Mark Bell2008-07-301-1/+2
* Make parserutils_dict_entry public.John Mark Bell2008-07-304-10/+381
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-1/+1
* Have some generic dictionary implementation.John Mark Bell2008-05-104-1/+1048
* Import parser construction utility libraryJohn Mark Bell2008-05-014-0/+303