| Commit message (Expand) | Author | Age | Files | Lines |
* | Added tests for __attribute__((uninitialized)) to both the configure and | ph10 | 2020-04-23 | 1 | -0/+11 |
* | Renamed dftables as pcre2_dftables and enable it to write the tables in binary. | ph10 | 2020-03-20 | 1 | -2/+2 |
* | Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. | ph10 | 2020-02-23 | 1 | -1/+1 |
* | Remove atomic restriction on capture groups containing recursive back | ph10 | 2019-12-18 | 1 | -3/+1 |
* | Implement non-atomic positive assertions. | ph10 | 2019-07-13 | 1 | -41/+54 |
* | Fix minimum length bug for patterns containing (*ACCEPT). | ph10 | 2019-06-18 | 1 | -0/+1 |
* | Tweak limits on "must have" code unit searches (improves some performance). | ph10 | 2019-05-28 | 1 | -4/+5 |
* | More file tidies for 10.33-RC1 | ph10 | 2019-03-04 | 1 | -3/+3 |
* | Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax. | ph10 | 2019-02-12 | 1 | -2/+2 |
* | Unconditionally use inttypes.h instead of trying for stdint.h (simplification) | ph10 | 2018-11-14 | 1 | -10/+1 |
* | Implement PCRE2_COPY_MATCHED_SUBJECT. | ph10 | 2018-10-17 | 1 | -0/+4 |
* | Unicode properties data records extended to 12-bytes to include a | ph10 | 2018-10-06 | 1 | -0/+5 |
* | Basic "script run" implementation. Not yet complete, and not yet documented. | ph10 | 2018-10-02 | 1 | -38/+45 |
* | Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also | ph10 | 2018-09-24 | 1 | -61/+89 |
* | Tidy unnecessarily complicated macros in escapes table. | ph10 | 2018-08-19 | 1 | -32/+2 |
* | Remove unused character flag ctype_meta, no longer used. | ph10 | 2018-08-19 | 1 | -3/+4 |
* | Make bcopy() emulation of memmove() work properly. | ph10 | 2018-08-10 | 1 | -39/+22 |
* | Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) | ph10 | 2018-07-21 | 1 | -11/+15 |
* | Update to Unicode 11.0.0 | ph10 | 2018-07-07 | 1 | -1/+1 |
* | More typos and changes to "Kibibytes" for "Kilobytes". | ph10 | 2018-06-18 | 1 | -1/+1 |
* | Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace | ph10 | 2018-04-27 | 1 | -0/+5 |
* | Source tidies and version etc. updates for 10.31-RC1. | ph10 | 2018-01-13 | 1 | -1/+1 |
* | Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by | ph10 | 2017-10-29 | 1 | -0/+1 |
* | Make pcre2_internal.h idempotent. | ph10 | 2017-09-13 | 1 | -0/+4 |
* | Replace multiple copies of extended grapheme sequence code with a single | ph10 | 2017-09-12 | 1 | -0/+3 |
* | Code tidies for 10.30-RC1 release candidate. | ph10 | 2017-07-19 | 1 | -2/+2 |
* | Increase limit for "must be present" code units for 8-bit searches, which use | ph10 | 2017-06-26 | 1 | -1/+6 |
* | Implement PCRE2_NEWLINE_NUL. | ph10 | 2017-05-26 | 1 | -2/+4 |
* | Experimental pattern conversion code (no public documentation yet). | ph10 | 2017-05-06 | 1 | -0/+2 |
* | Add explicit heap limiting options to pcre2_match(), with associated features | ph10 | 2017-04-11 | 1 | -0/+12 |
* | Change "limit recursion" to "limit depth" in code and build systems because the | ph10 | 2017-03-12 | 1 | -0/+2 |
* | Remove obsolete OP_ONCE_NC internal opcode. | ph10 | 2017-03-11 | 1 | -40/+38 |
* | Code for new interpreter (build system and documentation still to be done). | ph10 | 2017-03-09 | 1 | -1/+1 |
* | Fix 32-bit non-UTF property test crash. | ph10 | 2017-02-24 | 1 | -1/+14 |
* | Add PCRE2_CALL_CONVENTION into prototypes. | ph10 | 2016-11-19 | 1 | -14/+0 |
* | Major refactoring of pcre2_compile.c; see ChangeLog and HACKING. | ph10 | 2016-10-02 | 1 | -13/+7 |
* | Update comments and correct name of memmove substitute function. | ph10 | 2016-07-27 | 1 | -31/+32 |
* | Refactor pcre2posix.c so as not to #include pcre2_internal.h. | ph10 | 2016-05-14 | 1 | -2/+9 |
* | Define snprintf as _snprintf for older MSVC compilers. | ph10 | 2016-02-29 | 1 | -0/+8 |
* | Fix some picky compiler warnings | ph10 | 2016-02-16 | 1 | -42/+42 |
* | Final file updates for 10.21 release. | ph10 | 2016-01-12 | 1 | -1/+1 |
* | Implement PCRE2_INFO_HASBACKSLASHC. | ph10 | 2015-11-14 | 1 | -0/+1 |
* | Lock out configuring for EBCDIC with non-8-bit libraries. | ph10 | 2015-11-11 | 1 | -2/+10 |
* | Implement PCRE2_SUBSTITUTE_EXTENDED. | ph10 | 2015-10-07 | 1 | -0/+3 |
* | Add ${*MARK} feature to pcre2_substitute(). | ph10 | 2015-08-29 | 1 | -0/+2 |
* | Fix incorrect minimum matching length when pattern contains (?| groups. | ph10 | 2015-08-03 | 1 | -1/+2 |
* | Fix [\h] in EBCDIC environments. | ph10 | 2015-06-22 | 1 | -1/+1 |
* | Fix EBCDIC 0x41 omission and give error for \p and \P in a class when not | ph10 | 2015-06-19 | 1 | -4/+8 |
* | Source and document file tidies for 10.20-RC1. | ph10 | 2015-06-18 | 1 | -2/+2 |
* | Fix \a and \e in pcre2test, and \a in pcre2_compile, on EBCDIC platforms. | ph10 | 2015-06-12 | 1 | -30/+38 |