1
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add parentheses
John-Mark Bell
as John Mark Bell
More... over 17 years ago
Fix a logic error, and make a test clearer & more efficient as per jmb's review. More... over 17 years ago
Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5 More... over 17 years ago
Fixup cross compilation makefile
John-Mark Bell
as John Mark Bell
More... over 17 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... over 17 years ago
Check for error in iconv_open
John-Mark Bell
as John Mark Bell
More... over 17 years ago
Constify
John-Mark Bell
as John Mark Bell
More... over 17 years ago
Make parserutils_dict_entry public. Add basic implementations of a stack and a vector.
John-Mark Bell
as John Mark Bell
More... over 17 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... over 17 years ago
Make comments explicit about the endianness of UCS-4 data
John-Mark Bell
as John Mark Bell
More... over 17 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... over 17 years ago
Update filter's input encoding when it's been auto-detected.
John-Mark Bell
as John Mark Bell
More... over 17 years ago
Remove unnecessary casting. More... over 17 years ago
Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4 More... over 17 years ago
Fix compiler errors when ptrs are 64bit. More... over 17 years ago
Have some generic dictionary implementation. Even comes with testcases, which is nice.
John-Mark Bell
as John Mark Bell
More... over 17 years ago
Import parser construction utility library
John-Mark Bell
as John Mark Bell
More... over 17 years ago