summaryrefslogtreecommitdiffstats
path: root/jv_unicode.c
AgeCommit message (Collapse)Author
2014-06-18Added regex support as per issue #164.William Langford
jq now depends on oniguruma for regex support. Modified configure.ac accordingly. Added valgrind suppression file for oniguruma to prevent one-time and bounded leaks from causing tests to fail. Signed-off-by: Nicolas Williams <nico@cryptonector.com>
2013-06-22Reject all overlong UTF8 sequences.Stephen Dolan
2013-06-22Fix various UTF8 parsing bugs.Stephen Dolan
In particular, parse bad UTF8 by replacing the broken bits with U+FFFD and resychronise correctly after broken sequences.
2013-05-08Check in jv_utf8_tables.gen.h, it is unlikely to change.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan