summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Improve maximum lookbehind calculation for nested lookbehinds.ph102019-06-251-0/+5
* Don't ignore {1}+ when it is applied to a parenthesized item.ph102019-06-191-0/+5
* Fix minimum length bug for patterns containing (*ACCEPT).ph102019-06-181-1/+7
* Another extension to minimum length calculation.ph102019-06-171-0/+4
* Improve minimum length finder in the presence of back references when there are ph102019-06-161-1/+7
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-0/+6
* Make pcre2_match() return (*MARK) names from successful conditional assertions, ph102019-06-131-0/+3
* Minor improvement to minimum length calculation.ph102019-06-131-0/+8
* Allow (*ACCEPT) to be quantified.ph102019-06-101-0/+3
* Tweak limits on "must have" code unit searches (improves some performance).ph102019-05-281-0/+3
* Add support for invalid UTF-8 matching to pcre2grep.ph102019-05-281-0/+4
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-0/+4
* Fix crash when \X is used without UTF in JIT.ph102019-05-131-0/+2
* Improved the invalid utf32 support of the JIT compiler.zherczeg2019-05-101-0/+3
* Implement a check on the number of capturing parentheses, which for some reason ph102019-04-221-0/+8
* Final file tidies for 10.33.ph102019-04-161-2/+7
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-0/+3
* Disable SSE2 JIT optimizations in x86 CPUs when SSE2 is not available.zherczeg2019-03-251-0/+3
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-3/+5
* More file tidies for 10.33-RC1ph102019-03-041-43/+43
* Final file tidies for 10.33-RC1ph102019-03-041-2/+2
* Fix --enable-jit=auto for out-of-tree builds.ph102019-03-011-0/+4
* Try to fix CMake old policy warning issue.ph102019-02-161-0/+7
* Compile invalid UTF check in JIT test when only pcre32 is enabled.zherczeg2019-02-141-0/+2
* Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring.ph102019-02-131-0/+3
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-0/+3
* Fix small bug in new Unicode group name logic.ph102019-02-071-1/+2
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-0/+3
* Update POSIX wrapper to use macros in the .h file, but also have the POSIX ph102019-01-301-3/+6
* Fix bug in VERSION conditional test in DFA matching.ph102019-01-291-0/+4
* Fix word boundary in JIT compiler. Patch by Mike Munday.zherczeg2019-01-171-0/+2
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-041-0/+10
* Cast to get rid of compiler warning.ph102018-12-141-0/+2
* Make RunTest check stack settablility using the -bigstack value.ph102018-12-071-0/+3
* Redirect stderr in RunGrepTest instead of appending to testtrygrep from two ph102018-12-061-0/+4
* Cut out test of NUL characters in RunGrepTest for all OS except Linux, as it ph102018-12-061-0/+5
* Fix non-recognition of anchoring when preceded by (*MARK) etc.ph102018-11-271-0/+3
* Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.zherczeg2018-11-251-0/+2
* Add VMS support for pcre2grep callout of an external program.ph102018-11-241-0/+3
* Fix two instances of <= 0 being applied to unsigned integers.ph102018-11-171-0/+3
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-0/+4
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-0/+5
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-0/+9
* Update VMS-specific code in pcre2test, on the advice of a VMS user.ph102018-11-091-0/+2
* Add pcre2_jit_free_unused_memory() to pcre2grep, for tidiness.ph102018-10-281-0/+2
* Add "kibibytes" to the output of pcre2test -C to show the units of the heap ph102018-10-221-0/+3
* Fix heap limit checking overflow bug in pcre2_dfa_match().ph102018-10-221-0/+4
* Fix zero-repeated subroutine call at start of pattern bug, which recorded an ph102018-10-201-0/+5
* Set subject field in match data to NULL after failed match.ph102018-10-191-1/+3
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-0/+4