index
:
libparserutils.git
ashmew2/kolibrios-port
master
Lexer/parser utility functions
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
parserutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lose a bunch of trailing commas.
John Mark Bell
2009-04-15
1
-2
/
+2
*
Add ability to retrieve vector length. Fix missing note in iteration api
Daniel Silverstone
2009-02-15
1
-0
/
+1
*
Remove dict, hash and rbtree from libparserutils
Daniel Silverstone
2009-02-14
2
-67
/
+0
*
Ensure that parserutils_inputstream_peek(_slow)? have API documentation.
John Mark Bell
2009-01-09
1
-1
/
+2
*
Correct return value when we can't find a charset in inputstream constructor.
John Mark Bell
2009-01-06
1
-0
/
+4
*
Change API of inputstream_peek(_slow) to return errors. Joy.
John Mark Bell
2009-01-06
2
-31
/
+28
*
Dubious optimisation I've had sitting around for ages.
John Mark Bell
2009-01-06
1
-2
/
+4
*
Use temporary variables rather than indirecting through pointers all the time.
John Mark Bell
2008-12-01
1
-8
/
+13
*
Chunked arrays: Pack length of entries into array as a prefix to the data.
John Mark Bell
2008-12-01
1
-3
/
+3
*
New datastructures:
John Mark Bell
2008-11-30
2
-1
/
+33
*
Return errors from dictionary constructor/destructor
John Mark Bell
2008-11-09
1
-2
/
+3
*
Return errors from constructors and destructors.
John Mark Bell
2008-11-08
6
-15
/
+21
*
Add API to vector to permit peeking.
John Mark Bell
2008-10-18
1
-0
/
+2
*
Only randomise the inputstream if RANDOMISE_INPUTSTREAM is defined.
John Mark Bell
2008-09-17
1
-0
/
+2
*
Conditionalise noisy logging. I quite like to be able to run hubbub's testsui...
John Mark Bell
2008-08-23
1
-3
/
+5
*
Fix formatting strings so it won't whinge on amd64
Daniel Silverstone
2008-08-22
1
-2
/
+2
*
Yet more debug.
John Mark Bell
2008-08-18
1
-1
/
+19
*
Only attempt to randomise the utf8 buffer when NDEBUG is not defined.
John Mark Bell
2008-08-13
1
-0
/
+2
*
Move the location of the utf8 buffer every time we're asked for a character i...
John Mark Bell
2008-08-13
2
-0
/
+4
*
Constify
John Mark Bell
2008-07-30
1
-1
/
+2
*
Make parserutils_dict_entry public.
John Mark Bell
2008-07-30
3
-1
/
+68
*
Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4
John Tytgat
2008-06-28
2
-4
/
+4
*
Have some generic dictionary implementation.
John Mark Bell
2008-05-10
1
-0
/
+28
*
Import parser construction utility library
John Mark Bell
2008-05-01
10
-0
/
+484