summaryrefslogtreecommitdiff
path: root/src/pcre2_compile.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos in code for alphabetic ranges in EBCDIC environments.ph102018-10-151-5/+5
* Fix bugs of omission in new script run code.ph102018-10-031-0/+3
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-85/+141
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-50/+182
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-8/+21
* Treat empty-string-matching repeated conditionals the same as ordinary ones ph102018-09-031-1/+1
* Fix anchoring bug in conditionals with only one branch.ph102018-09-021-5/+6
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-021-4/+10
* Tidy unnecessarily complicated macros in escapes table.ph102018-08-191-22/+22
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-2/+2
* Make bcopy() emulation of memmove() work properly.ph102018-08-101-8/+8
* Fix dynamic options changing bug.ph102018-08-041-16/+20
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-6/+19
* Add support for (?^) as now supported by Perl.ph102018-07-281-51/+72
* Give specific error for \F as for \L, \U etc.ph102018-07-271-0/+1
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-15/+40
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-35/+69
* Fix bug in VERSION number reading.ph102018-07-021-3/+2
* Ignore qualifiers on lookaheads within lookbehinds when checking for a fixed ph102018-07-021-0/+26
* Patches for portability.ph102018-06-201-2/+2
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-4/+4
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-0/+1
* Fix infelicity in not finding a first character inside a non-assertive group ph102017-12-121-6/+6
* Fix incorrect first matching character when a backreference with zero minimum ph102017-12-121-1/+1
* Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by ph102017-10-291-4/+8
* Add some casts to avoid compiler warnings.ph102017-09-261-3/+3
* Fix "maybe uninitialized" warning.ph102017-08-121-2/+5
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-9/+21
* Fix bug in /xx implementation.ph102017-07-251-5/+14
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-41/+44
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-161-25/+67
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-84/+126
* Add suitable "fall through" comments for latest gcc warnings.ph102017-06-031-5/+6
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-18/+44
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-2/+8
* Fix potential NULL dereference in new code for surrogate escapes, discovered by ph102017-05-231-4/+4
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-44/+60
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-181-6/+5
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-22/+47
* Tidies and minor bug fix resulting from Coverity Scan issues.ph102017-04-161-1/+3
* Remove redundant line of code (a typo really).ph102017-04-141-1/+0
* Fix valgrind warnings for unset padding at the end of the pcre2_real_code ph102017-04-121-0/+7
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-1/+7
* Extend auto-anchoring to ignore "never-obeyed" groups at the start.ph102017-04-071-0/+12
* Implement PCRE2_ENDANCHORED.ph102017-04-041-1/+1
* Fix crash for forward reference in lookbehind with PCRE2_ANCHORED. Fixes ph102017-03-161-17/+35
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-6/+7
* Remove obsolete OP_ONCE_NC internal opcode.ph102017-03-111-19/+6
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-23/+76
* Final file updates for 10.23.ph102017-02-141-7/+7