summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final source tidies for 8.45 release.HEADmasterph102021-06-151-4/+4
* Fix a few small bugs and typos and update docs for a final release.ph102021-06-141-2/+19
* Final tidies and documentation updates for 8.44.ph102020-02-121-4/+4
* Tidies to get rid of sanitize warnings (mostly about left shifts).ph102020-02-111-0/+3
* Check the size of the number after (?C as it is read, in order to avoid integerph102020-02-101-0/+3
* Minor fix to avoid sanitizer complaint in POSIX wrapper.ph102020-02-101-0/+4
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-291-4/+6
* Fix omission of (*LF) from list in the C++ wrapper.ph102019-05-231-0/+3
* Fix lcc compiler issue.ph102019-04-201-0/+6
* Fix --enable-jit=auto for out-of-tree builds.ph102019-03-011-0/+8
* Final file tidies (dates) for 8.43 release.ph102019-02-231-2/+2
* Final changes for 8.43-RC1ph102019-01-251-21/+21
* Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.zherczeg2018-11-251-0/+2
* Fix zero-repeat leading subroutine call first character error.ph102018-10-201-0/+5
* Fix subject buffer overread in JIT.zherczeg2018-09-211-0/+3
* Fix anchoring bug in conditional subexpression.ph102018-09-021-0/+5
* Fix bad auto-possessify for certain classes.ph102018-08-171-0/+5
* Fix typos in pcrgrep.ph102018-06-261-0/+5
* Fix two C++ wrapper bugs, unnoticed for years. ph102018-06-261-0/+18
* Final file tidies for 8.42.ph102018-03-201-5/+6
* Fix misleading error message.ph102018-03-191-0/+2
* Add --enable-jit=auto support.ph102018-02-251-0/+2
* A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.ph102018-02-251-0/+2
* File tidies for 8.42-RC1 test release.ph102018-02-201-4/+4
* Fix \C backtracking in UTF-8 issue for repeated character classes, which were ph102018-02-201-0/+5
* Fix POSIX API bug when REG_STARTEND is used with a non-zero starting offset and ph102018-02-191-1/+6
* Fix out-of-bounds read for partial matching of /./ against an empty stringph102018-01-291-3/+6
* Fix wrong first character when a backreference with a zero repeat is first ph102017-12-121-0/+5
* Change pcregrep linenumbers and counts to long ints.ph102017-12-081-0/+5
* Fix pcre_jit_exec early check.zherczeg2017-11-231-0/+5
* Fix caseless "not" bug for wide character in DFA matching when UCP not defined.ph102017-11-161-0/+5
* Fix pcregrep recursive file name issue.ph102017-10-201-0/+5
* Fix outdated definitions in pcre.h.in.ph102017-08-191-0/+2
* Minor JIT compiler update.zherczeg2017-08-011-0/+6
* Final file tidies for 8.41 release.ph102017-07-051-1/+1
* File tidies for 8.41-RC1 release.ph102017-06-131-17/+17
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-1/+4
* Remove duplication typo.ph102017-04-301-0/+2
* C++ patch to guard 'using std::' directives with namespace pcrecpp.ph102017-04-211-0/+3
* Remove redundant line of code.ph102017-04-141-0/+2
* Fix typo (leading to possible buffer overflow in pcre_copy_substring()) in ph102017-03-271-0/+3
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-221-0/+3
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-241-1/+5
* Make pcretest check size of \O argument.ph102017-02-231-1/+6
* Check character < 256 for isprint() in pcretest.ph102017-02-221-0/+2
* Avoid use of a potentially overflowing buffer in pcregrep.ph102017-02-221-0/+3
* Fix recognition of (?# style comment between quantifier and '+' or '?'.ph102017-02-201-0/+3
* Fix a missing else in the JIT compiler reported by 'idaifish'.zherczeg2017-02-141-0/+2
* Correct fix for pcre2grep multiline with --only-matching.ph102017-02-101-0/+5
* Fix typo in CMakeLists.txt that affects only MSVC.ph102017-01-231-0/+7