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
/
src
/
charset
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace use of abort() with assertions.
John-Mark Bell
2014-01-13
5
-30
/
+19
*
Fix bounds checking. Fixes CID 1152178, 1152179.
John-Mark Bell
2014-01-12
2
-2
/
+2
*
Remove client allocation function.
Michael Drake
2013-12-14
7
-40
/
+10
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
3
-3
/
+3
*
Internalise the internal symbol names.
Daniel Silverstone
2011-01-26
3
-4
/
+4
*
Fix profile and coverage targets
John Mark Bell
2010-12-06
1
-1
/
+3
*
Remove spurious assignment
John Mark Bell
2010-12-05
1
-1
/
+1
*
C89
François Revel
2010-12-05
1
-1
/
+4
*
Make sure we elide trailing non-characters when matching aliases
Daniel Silverstone
2010-12-04
1
-0
/
+4
*
Remove init/final code and turn aliases into static data structure. r=vince
Daniel Silverstone
2010-12-04
5
-481
/
+80
*
Remove dependency on a library providing ntohl/htonl.
John Mark Bell
2009-07-02
5
-60
/
+20
*
Inevitably, Windows requires winsock.h instead of the BSD stack headers.
John Mark Bell
2009-07-02
5
-0
/
+20
*
Reasons I hate TCPIPLibs:
John Mark Bell
2009-06-20
5
-86
/
+96
*
Port to new buildsystem
John Mark Bell
2009-03-24
3
-135
/
+7
*
Silence doxygen warnings.
John Mark Bell
2009-01-09
2
-2
/
+3
*
Pedantic whitespace changes
John Mark Bell
2008-11-30
5
-12
/
+8
*
C89
François Revel
2008-11-29
6
-19
/
+33
*
Return errors from constructors and destructors.
John Mark Bell
2008-11-08
7
-127
/
+195
*
ASCII charset codec.
John Mark Bell
2008-09-24
3
-1
/
+529
*
Purge remaining traces of iconv codec.
John Mark Bell
2008-09-07
1
-7
/
+0
*
Tidy up CFLAGS/LDFLAGS
John Mark Bell
2008-09-05
1
-1
/
+1
*
Remove the iconv codec. It serves no purpose.
John Mark Bell
2008-09-05
2
-684
/
+1
*
Fix encoding. Sigh.
John Mark Bell
2008-09-05
2
-4
/
+6
*
Fix stupid.
John Mark Bell
2008-09-04
2
-4
/
+4
*
Fix bugs.
John Mark Bell
2008-09-04
2
-2
/
+2
*
Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.
John Mark Bell
2008-09-04
4
-1
/
+765
*
ISO-8859-n codec. This needs some testing.
John Mark Bell
2008-09-04
4
-1
/
+827
*
Fix valgrind's aliascmp() warning.
Andrew Sidwell
2008-08-11
1
-3
/
+4
*
Add parentheses
John Mark Bell
2008-08-11
1
-5
/
+5
*
Fix a logic error, and make a test clearer & more efficient as per jmb's review.
Andrew Sidwell
2008-08-09
1
-5
/
+3
*
Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5
Andrew Sidwell
2008-08-07
1
-6
/
+60
*
Make comments explicit about the endianness of UCS-4 data
John Mark Bell
2008-06-28
2
-6
/
+6
*
- parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.
John Tytgat
2008-06-28
1
-5
/
+10
*
Remove unnecessary casting.
John Tytgat
2008-06-28
3
-7
/
+5
*
Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4
John Tytgat
2008-06-28
7
-34
/
+34
*
Import parser construction utility library
John Mark Bell
2008-05-01
15
-0
/
+3424