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
/
input
/
inputstream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace use of abort() with assertions.
John-Mark Bell
2014-01-13
1
-4
/
+1
*
Remove client allocation function.
Michael Drake
2013-12-14
1
-1
/
+0
*
Sprinkle some C++ scoping around
John Mark Bell
2010-10-23
1
-0
/
+9
*
Fix whitespace
John Mark Bell
2010-10-23
1
-1
/
+1
*
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
1
-31
/
+27
*
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
*
Return errors from constructors and destructors.
John Mark Bell
2008-11-08
1
-3
/
+5
*
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
1
-0
/
+2
*
Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4
John Tytgat
2008-06-28
1
-1
/
+1
*
Import parser construction utility library
John Mark Bell
2008-05-01
1
-0
/
+143