summaryrefslogtreecommitdiff
path: root/Test/V07pcre.ztst
AgeCommit message (Collapse)AuthorFilesLines
2018-09-2443493: Have V07pcre fail if PCRE was enabled by configure (config.modules) ↵Daniel Shahaf1-3/+2
but failed to load for any reason.
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson1-0/+24
When we went off the end of the array but measured the length implicitly, we got lucky before. After 41308 we were looking up lengths in stale memory. Rename some variables, clean up the logic, be easier to understand. Add tests.
2017-08-1141527 (tweaked for heap memory): fix [[ -<cond> ]] from modulesPhil Pennock1-0/+9
2017-06-2241308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock1-0/+6
2016-04-23Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer1-0/+7
unposted: regression test for 38307
2016-01-08Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer1-0/+11
2015-01-2234344: fix 34338, pcre builtins need loading tooBarton E. Schaefer1-0/+2
2015-01-2234338: check pcre-match feature availabilityBarton E. Schaefer1-1/+1
It is possible for the module to be linked/loadable but have no features.
2014-09-0733122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer1-0/+9
2011-10-2629867: pcre/ZTST_unimplemented change from BartPhil Pennock1-1/+5
2011-10-2429838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock1-0/+106