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