summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged release 10.33pcre2-10.33ph102019-04-160-0/+0
* Final file tidies for 10.33.ph102019-04-1616-85/+94
* Casts and rewrites to avoid clang sanitize warnings.ph102019-04-163-5/+12
* Negate signed shift warnings.zherczeg2019-04-161-7/+7
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-1213-71/+74
* Disable SSE2 JIT optimizations in x86 CPUs when SSE2 is not available.zherczeg2019-03-252-1/+4
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-118-40/+70
* Documentation update re PCRE2_JIT_INVALID_UTFph102019-03-068-174/+260
* More file tidies for 10.33-RC1ph102019-03-0448-383/+394
* Final file tidies for 10.33-RC1ph102019-03-047-29/+84
* Fix --enable-jit=auto for out-of-tree builds.ph102019-03-012-0/+7
* Try to fix CMake old policy warning issue.ph102019-02-162-7/+29
* Fix two identical documentation typos.ph102019-02-145-10/+15
* JIT compiler update.zherczeg2019-02-144-34/+165
* Compile invalid UTF check in JIT test when only pcre32 is enabled.zherczeg2019-02-142-3/+5
* Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring.ph102019-02-134-43/+70
* Fix overflow bug in new /u code. Fixes ClusterFuzz 13073.ph102019-02-133-0/+8
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-1226-1111/+1309
* Previout bug-fix was bad. This properly fixes an overrun while reading a ph102019-02-076-1/+27
* Fix small bug in new Unicode group name logic.ph102019-02-072-2/+3
* JIT tests for script runs must only run when Unicode is supported.ph102019-02-061-0/+2
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-0660-4037/+4248
* Fix warning when compiled without Unicode support.ph102019-02-032-2/+2
* Update POSIX wrapper to use macros in the .h file, but also have the POSIX ph102019-01-308-323/+335
* Update copyright dateph102019-01-301-1/+1
* Fix bug in VERSION conditional test in DFA matching.ph102019-01-294-1/+29
* JIT compiler update.zherczeg2019-01-221-7/+8
* Add preliminary script run support to JIT.zherczeg2019-01-182-28/+85
* Fix word boundary in JIT compiler. Patch by Mike Munday.zherczeg2019-01-172-2/+3
* Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.ph102019-01-048-43/+95
* JIT compiler update.zherczeg2019-01-033-12/+12
* Documentation typo.ph102018-12-143-3/+3
* Cast to get rid of compiler warning.ph102018-12-142-1/+3
* Use TARGET_OS_MAC macro in the executable allocator.zherczeg2018-12-141-5/+13
* Fix MAP_JIT issues on Mac. Patch by Carlo Arenas.zherczeg2018-12-131-15/+14
* Make RunTest check stack settablility using the -bigstack value.ph102018-12-072-1/+4
* Redirect stderr in RunGrepTest instead of appending to testtrygrep from two ph102018-12-062-3/+7
* Cut out test of NUL characters in RunGrepTest for all OS except Linux, as it ph102018-12-062-11/+20
* Documentation update.ph102018-11-277-449/+452
* Fix non-recognition of anchoring when preceded by (*MARK) etc.ph102018-11-274-4/+39
* Update explanatory comment.ph102018-11-271-11/+14
* Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.zherczeg2018-11-252-3/+37
* Add VMS support for pcre2grep callout of an external program.ph102018-11-243-13/+47
* Fix two instances of <= 0 being applied to unsigned integers.ph102018-11-173-2/+5
* Oversight; forgot to update this for the previous patch.ph102018-11-171-0/+5
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-1713-96/+209
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-1512-19/+115
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-1410-108/+95
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-1218-303/+599
* Update VMS-specific code in pcre2test, on the advice of a VMS user.ph102018-11-092-2/+31