summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
Commit message (Expand)AuthorAgeFilesLines
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-1/+1
* Implement non-atomic positive assertions.ph102019-07-131-0/+1
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-0/+1
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-0/+1
* More file tidies for 10.33-RC1ph102019-03-041-2/+2
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-6/+6
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-041-2/+2
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+1
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-0/+2
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-021-1/+1
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Add support for (?^) as now supported by Perl.ph102018-07-281-1/+2
* Give specific error for \F as for \L, \U etc.ph102018-07-271-1/+1
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-1/+2
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-1/+2
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-021-1/+3
* Fix bug when \K is used in a lookbehind in a substitute pattern.ph102018-06-221-1/+1
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-1/+1
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-1/+2
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-2/+2
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+1
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-1/+2
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+1
* Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079).ph102017-03-211-1/+1
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-2/+2
* File tidies for 10.23-RC1ph102017-01-161-2/+2
* Fix bad behaviour for subroutine call in lookbehind when the called subroutine ph102016-11-231-0/+1
* Fix bad working space size calculation when PCRE2_AUTO_CALLOUT is set.ph102016-11-041-1/+1
* Correct a couple of size_t that should be PCRE2_SIZE.ph102016-10-151-2/+2
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-10/+12
* Support \C in lookbehinds and DFA matching in UTF-32 mode.ph102016-06-201-1/+1
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-171-9/+9
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-241-0/+1
* Fix some picky compiler warningsph102016-02-161-5/+5
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-1/+1
* Fix bad offset value in invalid UTF pattern error.ph102015-11-271-1/+1
* Check for too many replacements (more than INT_MAX) in pcre2_substitute()ph102015-11-111-0/+1
* Implement pcre2_set_max_pattern_length()ph102015-11-051-0/+1
* Forbid \K patterns that end before they start in pcre2_substitute().ph102015-11-031-3/+5
* Give error for overlong lookbehind assertion.ph102015-11-031-0/+1
* Improve error message for overly-complicated patterns.ph102015-10-281-0/+1
* Implement --never-backslash-Cph102015-10-171-0/+2
* Implement PCRE2_SUBSTITUTE_EXTENDED.ph102015-10-071-2/+5
* Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation ph102015-09-221-0/+2
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-1/+1
* Remove the text for an error that is no longer used.ph102015-08-101-6/+5
* Re-write recursion handling to fix another compiler bug and make it all less ph102015-08-091-1/+1
* Fix bugs for patterns with conditional groups starting with assertions.ph102015-07-221-1/+1
* Source and document file tidies for 10.20-RC1.ph102015-06-181-3/+3