aboutsummaryrefslogtreecommitdiff
path: root/testdata/testinput12
AgeCommit message (Expand)Author
2023-12-04Fix incorrect matching of 0xffffffff to any character with more than one othe...Philip Hazel
2023-12-01Fix compile loop in 32-bit mode for characters above the Unicode limit when c...Philip Hazel
2023-11-22Fix \X matching in 32 bit mode without UTF in JITZoltan Herczeg
2023-11-19Fix \z behaviour when matching within invalid UTFPhilip Hazel
2023-11-19Fix 32-bit quantifier following a character larger than the maximum UTF chara...Philip Hazel
2023-04-21no partial match if trailing data is invalid utf (#238)Carlo Marcelo Arenas Belón
2020-02-26Fix bugs in new UCP casing code for back references and characters with more Philip.Hazel
2020-02-26Follow ucp changes in JIT.Zoltán Herczeg
2020-02-24Fix bug in UTF-16 checker returning wrong offset for missing low surrogate.Philip.Hazel
2020-02-23Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. Philip.Hazel
2019-09-13Optimize certain starting code unit bit maps into a single starting code unit.Philip.Hazel
2019-09-09Optimize classes such as [Aa] to be a single caseless character.Philip.Hazel
2019-06-17Another extension to minimum length calculation.Philip.Hazel
2019-05-24Implement support for invalid UTF in the pcre2_match() interpreter.Philip.Hazel
2019-02-07Previout bug-fix was bad. This properly fixes an overrun while reading a Philip.Hazel
2018-10-02Basic "script run" implementation. Not yet complete, and not yet documented.Philip.Hazel
2018-09-18Implement callouts from pcre2_substitute().Philip.Hazel
2017-12-16Save extra compile options with the compiled pattern, and add an info call to Philip.Hazel
2017-06-30Allow anchored patterns to use "first code unit" optimization.Philip.Hazel
2017-05-17Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.Philip.Hazel
2017-03-31Fix character type detection when 32-bit and UCP are enabled but UTF is not i...Zoltán Herczeg
2017-02-24Fix 32-bit non-UTF property test crash.Philip.Hazel
2016-12-26Fix class bug when UCP but not UTF was set and all wide characters need to be Philip.Hazel
2016-08-03Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when Philip.Hazel
2016-08-03Update pcre2test with the /utf8_input option, for generating wide characters in Philip.Hazel
2015-10-17Implement --never-backslash-CPhilip.Hazel
2015-09-16Tidied up a lot of comments in the test files.Philip.Hazel
2015-08-18Runtime UTF checks now take not of the starting offset.Philip.Hazel
2015-06-03Refactor named group handling by adding a pre-pass that generates a list of Philip.Hazel
2014-11-23More documentation and test updates.Philip.Hazel
2014-08-06Test tidies and additional tests.Philip.Hazel
2014-08-05All tests except JIT and save/reload are implemented.Philip.Hazel