| Add parentheses |
|
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 |
|
More...
|
over 17 years ago
|
| Rather more optimal data comparator -- compare data lengths first then, if they're equal, compare the actual data. |
|
More...
|
over 17 years ago
|
| Check for error in iconv_open |
|
More...
|
over 17 years ago
|
| Constify |
|
More...
|
over 17 years ago
|
| Make parserutils_dict_entry public. Add basic implementations of a stack and a vector. |
|
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. |
|
More...
|
over 17 years ago
|
| Make comments explicit about the endianness of UCS-4 data |
|
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. |
|
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. |
|
More...
|
over 17 years ago
|
| Import parser construction utility library |
|
More...
|
over 17 years ago
|