Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41542: Fix pcre logic for extracting matched parentheses. | Peter Stephenson | 2017-08-14 | 1 | -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. | ||||
* | 41527 (tweaked for heap memory): fix [[ -<cond> ]] from modules | Phil Pennock | 2017-08-11 | 1 | -0/+9 |
| | |||||
* | 41308 (tweaked): behaviour of PCRE with NUL bytes | Phil Pennock | 2017-06-22 | 1 | -0/+6 |
| | |||||
* | Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothing | Barton E. Schaefer | 2016-04-23 | 1 | -0/+7 |
| | | | | unposted: regression test for 38307 | ||||
* | Jun T.: 37515: multibyte handling as per 35448. | Barton E. Schaefer | 2016-01-08 | 1 | -0/+11 |
| | |||||
* | 34344: fix 34338, pcre builtins need loading too | Barton E. Schaefer | 2015-01-22 | 1 | -0/+2 |
| | |||||
* | 34338: check pcre-match feature availability | Barton E. Schaefer | 2015-01-22 | 1 | -1/+1 |
| | | | | It is possible for the module to be linked/loadable but have no features. | ||||
* | 33122: typo from 32891 caused incorrect matches for pcre_match -n | Barton E. Schaefer | 2014-09-07 | 1 | -0/+9 |
| | |||||
* | 29867: pcre/ZTST_unimplemented change from Bart | Phil Pennock | 2011-10-26 | 1 | -1/+5 |
| | |||||
* | 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes) | Phil Pennock | 2011-10-24 | 1 | -0/+106 |