| Commit message (Expand) | Author | Age | Files | Lines |
* | Basic "script run" implementation. Not yet complete, and not yet documented. | ph10 | 2018-10-02 | 1 | -0/+1 |
* | Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also | ph10 | 2018-09-24 | 1 | -0/+2 |
* | Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes. | ph10 | 2018-09-02 | 1 | -1/+1 |
* | File tidies and documentation update for 10.32-RC1 Release Candidate. | ph10 | 2018-08-13 | 1 | -1/+1 |
* | Add support for (?^) as now supported by Perl. | ph10 | 2018-07-28 | 1 | -1/+2 |
* | Give specific error for \F as for \L, \U etc. | ph10 | 2018-07-27 | 1 | -1/+1 |
* | Add support for \N{U+dd...}, for ASCII and Unicode modes only. | ph10 | 2018-07-27 | 1 | -1/+2 |
* | Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) | ph10 | 2018-07-21 | 1 | -1/+2 |
* | Fix global search/replace in pcre2test and pcre2_substitute() when the pattern | ph10 | 2018-07-02 | 1 | -1/+3 |
* | Fix bug when \K is used in a lookbehind in a substitute pattern. | ph10 | 2018-06-22 | 1 | -1/+1 |
* | Code tidies for 10.30-RC1 release candidate. | ph10 | 2017-07-19 | 1 | -1/+1 |
* | Implement PCRE2_LITERAL and REG_NOSPEC. | ph10 | 2017-06-15 | 1 | -1/+2 |
* | Implement PCRE2_NEWLINE_NUL. | ph10 | 2017-05-26 | 1 | -2/+2 |
* | Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES. | ph10 | 2017-05-17 | 1 | -0/+1 |
* | Experimental pattern conversion code (no public documentation yet). | ph10 | 2017-05-06 | 1 | -1/+2 |
* | Add explicit heap limiting options to pcre2_match(), with associated features | ph10 | 2017-04-11 | 1 | -0/+1 |
* | Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079). | ph10 | 2017-03-21 | 1 | -1/+1 |
* | Change "limit recursion" to "limit depth" in code and build systems because the | ph10 | 2017-03-12 | 1 | -2/+2 |
* | File tidies for 10.23-RC1 | ph10 | 2017-01-16 | 1 | -2/+2 |
* | Fix bad behaviour for subroutine call in lookbehind when the called subroutine | ph10 | 2016-11-23 | 1 | -0/+1 |
* | Fix bad working space size calculation when PCRE2_AUTO_CALLOUT is set. | ph10 | 2016-11-04 | 1 | -1/+1 |
* | Correct a couple of size_t that should be PCRE2_SIZE. | ph10 | 2016-10-15 | 1 | -2/+2 |
* | Major refactoring of pcre2_compile.c; see ChangeLog and HACKING. | ph10 | 2016-10-02 | 1 | -10/+12 |
* | Support \C in lookbehinds and DFA matching in UTF-32 mode. | ph10 | 2016-06-20 | 1 | -1/+1 |
* | Return an error code when pcre2_get_error_message() does not recognize an error | ph10 | 2016-06-17 | 1 | -9/+9 |
* | Add a bit more sanity checking to pcre2_serialize_decode(), and document. | ph10 | 2016-05-24 | 1 | -0/+1 |
* | Fix some picky compiler warnings | ph10 | 2016-02-16 | 1 | -5/+5 |
* | Final file updates for 10.21 release. | ph10 | 2016-01-12 | 1 | -1/+1 |
* | File tidies, version updates, etc. for 10.21-RC1 | ph10 | 2015-12-17 | 1 | -1/+1 |
* | Fix bad offset value in invalid UTF pattern error. | ph10 | 2015-11-27 | 1 | -1/+1 |
* | Check for too many replacements (more than INT_MAX) in pcre2_substitute() | ph10 | 2015-11-11 | 1 | -0/+1 |
* | Implement pcre2_set_max_pattern_length() | ph10 | 2015-11-05 | 1 | -0/+1 |
* | Forbid \K patterns that end before they start in pcre2_substitute(). | ph10 | 2015-11-03 | 1 | -3/+5 |
* | Give error for overlong lookbehind assertion. | ph10 | 2015-11-03 | 1 | -0/+1 |
* | Improve error message for overly-complicated patterns. | ph10 | 2015-10-28 | 1 | -0/+1 |
* | Implement --never-backslash-C | ph10 | 2015-10-17 | 1 | -0/+2 |
* | Implement PCRE2_SUBSTITUTE_EXTENDED. | ph10 | 2015-10-07 | 1 | -2/+5 |
* | Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation | ph10 | 2015-09-22 | 1 | -0/+2 |
* | Implemented PCRE2_ALT_VERBNAMES | ph10 | 2015-08-30 | 1 | -1/+1 |
* | Remove the text for an error that is no longer used. | ph10 | 2015-08-10 | 1 | -6/+5 |
* | Re-write recursion handling to fix another compiler bug and make it all less | ph10 | 2015-08-09 | 1 | -1/+1 |
* | Fix bugs for patterns with conditional groups starting with assertions. | ph10 | 2015-07-22 | 1 | -1/+1 |
* | Source and document file tidies for 10.20-RC1. | ph10 | 2015-06-18 | 1 | -3/+3 |
* | Make \c operate like Perl in EBCDIC environments. | ph10 | 2015-06-13 | 1 | -0/+4 |
* | Refactor named group handling by adding a pre-pass that generates a list of | ph10 | 2015-06-03 | 1 | -0/+1 |
* | Implement PCRE2_NEVER_BACKSLASH_C. | ph10 | 2015-04-13 | 1 | -1/+2 |
* | Fix data overrun for /(?(?C)/ | ph10 | 2015-03-20 | 1 | -1/+1 |
* | Code for callouts with string arguments. Documentation not yet updated. | ph10 | 2015-03-11 | 1 | -0/+2 |
* | Final source file tidies for 10.10-RC1 | ph10 | 2015-02-20 | 1 | -1/+1 |
* | Give an internal error for a bad opcode during auto-possessification. This can | ph10 | 2015-02-06 | 1 | -0/+2 |