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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the location of the utf8 buffer every time we're asked for a character i...
John Mark Bell
2008-08-13
1
-0
/
+24
*
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
*
Rather more optimal data comparator -- compare data lengths first then, if th...
John Mark Bell
2008-08-01
1
-4
/
+4
*
Check for error in iconv_open
John Mark Bell
2008-07-31
1
-0
/
+2
*
Constify
John Mark Bell
2008-07-30
1
-1
/
+2
*
Make parserutils_dict_entry public.
John Mark Bell
2008-07-30
4
-10
/
+381
*
Make iconv-based filtering produce correct output when encountering encoding ...
John Mark Bell
2008-06-28
2
-1
/
+12
*
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
*
Update filter's input encoding when it's been auto-detected.
John Mark Bell
2008-06-28
1
-0
/
+12
*
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
*
Fix compiler errors when ptrs are 64bit.
John Tytgat
2008-06-28
1
-1
/
+1
*
Have some generic dictionary implementation.
John Mark Bell
2008-05-10
4
-1
/
+1048
*
Import parser construction utility library
John Mark Bell
2008-05-01
25
-0
/
+4794