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
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
3
-0
/
+28
*
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
2
-7
/
+70
*
Fixup cross compilation makefile
John Mark Bell
2008-08-03
1
-3
/
+3
*
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
2
-2
/
+4
*
Make parserutils_dict_entry public.
John Mark Bell
2008-07-30
7
-11
/
+449
*
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
10
-11
/
+391
*
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
9
-38
/
+38
*
Fix compiler errors when ptrs are 64bit.
John Tytgat
2008-06-28
2
-11
/
+12
*
Have some generic dictionary implementation.
John Mark Bell
2008-05-10
9
-2
/
+1221
*
Import parser construction utility library
John Mark Bell
2008-05-01
62
-0
/
+7339