summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-171-0/+7
* Fix possible negative index possibility in pcre2test.ph102016-06-141-0/+2
* Fix comment describing returns from find_fixedlength().ph102016-06-141-0/+2
* Fix typo that gave compiler error when JIT not supported.ph102016-06-141-0/+2
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-0/+2
* Update valgrind parameters in RunGrepTest and arrange for the suppressions file ph102016-05-311-1/+8
* Make pcre2grep use JIT (it was omitted by mistake).ph102016-05-311-0/+3
* Fix typo in test program.ph102016-05-251-0/+2
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-241-0/+3
* Minor refactor to avoid "left shift of negative number" warning.ph102016-05-211-0/+1
* Minor code refactor to avoid compiler warning.ph102016-05-201-0/+4
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-191-0/+2
* Refactor pcre2posix.c so as not to #include pcre2_internal.h.ph102016-05-141-0/+4
* Fix bug for test 22.ph102016-04-221-0/+2
* Add callout support to pcre2grepph102016-04-011-0/+3
* pcre2grep: fix \r\r\n problem for Windows, and give buffer size in error ph102016-04-011-0/+8
* Apply supplied patch for MSVC static compilation.ph102016-03-011-0/+3
* Define snprintf as _snprintf for older MSVC compilers.ph102016-02-291-0/+4
* Fix typo in pcre2_study().ph102016-02-281-0/+3
* Fix pcre2test bug when snprintf() in regerror() does not insert a binary zero.ph102016-02-271-1/+8
* Implemented pcre2_code_copy().ph102016-02-261-0/+3
* Fix some picky compiler warningsph102016-02-161-0/+4
* Detect missing closing parentheses during the pre-pass.ph102016-02-131-0/+3
* Fix workspace overflow for deep nested parentheses with (*ACCEPT).ph102016-02-101-0/+4
* Fix pcre2test loop when a callout is in an initial lookbehind.ph102016-02-061-0/+4
* Detect and warn when pcre2test is linked with an alien POSIX library.ph102016-02-031-0/+12
* Detect unmatched closing parentheses in the pre-scan to avoid giving incorrect ph102016-02-021-0/+5
* Tidy pcre2demo.cph102016-02-021-0/+3
* Don't set PCRE2_NO_AUTO_CAPTURE when REG_NOSUB is passed to regcomp().ph102016-01-311-0/+12
* Update maintenance script (easier test set selection).ph102016-01-301-0/+3
* Update valgrind parameters.ph102016-01-301-0/+4
* Two pcre2test extensions: quoted literal substrings in hex patterns and ph102016-01-291-0/+7
* Patches to fix tests under Windows.ph102016-01-291-0/+8
* Final file updates for 10.21 release.ph102016-01-121-2/+2
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-43/+43
* Fix printing of *MARK names containing binary zeroes in pcre2test.ph102015-12-161-2/+4
* Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}.ph102015-12-121-0/+3
* Harden pcre2test against ridiculously large values in modifiers and command ph102015-12-051-0/+3
* Implement PCRE2_SUBSTITUTE_UNSET_EMPTY.ph102015-12-041-0/+3
* Fix \) in (*verb) "name" bug.ph102015-12-031-0/+4
* Documentation clarification.ph102015-12-031-1/+5
* Fix /x bug when pattern starts with whitespace followed by (?-x).ph102015-12-031-0/+6
* Fix issues with NULL characters in patterns.ph102015-12-021-0/+8
* Fix extended *verb name ignored terminating whitespace bug.ph102015-12-011-0/+5
* Fix empty \Q\E between an item and a qualifier in auto-callout mode.ph102015-11-301-0/+4
* Allow for up to 32-bit numbers in the ordin() function in pcre2grep.ph102015-11-291-0/+2
* Give error for regexec with pmatch=NULL and REG_STARTEND set.ph102015-11-291-0/+3
* Fix bad behaviour for isolated \E before qualifier with auto-callout.ph102015-11-271-0/+4
* Fix negated POSIX class bug.ph102015-11-271-0/+3
* Fix bad offset value in invalid UTF pattern error.ph102015-11-271-1/+4