1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 37 minutes ago. based on code collected 1 day ago.
Jun 10, 2025 — Jun 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add parentheses
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Fix a logic error, and make a test clearer & more efficient as per jmb's review. More... almost 18 years ago
Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5 More... almost 18 years ago
Fixup cross compilation makefile
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Rather more optimal data comparator -- compare data lengths first then, if they're equal, compare the actual data.
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Check for error in iconv_open
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Constify
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Make parserutils_dict_entry public. Add basic implementations of a stack and a vector.
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Make iconv-based filtering produce correct output when encountering encoding errors. Fix inputstream_peek_slow to flag OOD when the buffer fill routine produces no new data.
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Make comments explicit about the endianness of UCS-4 data
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
- parserutils_charset_utf16_to_ucs4(): fixed surrogate handling. - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). More... almost 18 years ago
Update filter's input encoding when it's been auto-detected.
John-Mark Bell
as John Mark Bell
More... almost 18 years ago
Remove unnecessary casting. More... almost 18 years ago
Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4 More... almost 18 years ago
Fix compiler errors when ptrs are 64bit. More... almost 18 years ago
Have some generic dictionary implementation. Even comes with testcases, which is nice.
John-Mark Bell
as John Mark Bell
More... about 18 years ago
Import parser construction utility library
John-Mark Bell
as John Mark Bell
More... about 18 years ago