summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Apply Jan-Willem Blokland's CMake patches to build both static and shared HEADmasterph102021-07-111-0/+26
* Fix invalid single character repetition issues in JIT.zherczeg2021-06-041-0/+7
* Final source changes for 10.37ph102021-05-261-2/+2
* Final file tidies for 10.37-RC1ph102021-04-281-24/+24
* Remove real POSIX function names from the pcre2-posix library.ph102021-04-271-2/+10
* Add another test, tidy ChangeLog.ph102021-02-191-9/+8
* Restore single character repetition optimization in JIT.zherczeg2021-02-191-0/+7
* Fix \K within recursion bug in interpreter.ph102021-02-181-0/+4
* Fix RunGrepTest's handling of binary zeros on Solaris by using /usr/xpg4/bin/tr ph102021-02-071-1/+4
* Try reducing autoconf requirement to 2.60.ph102021-02-061-1/+2
* Update configure.ac for latest version of autoconf.ph102021-02-021-0/+6
* Fix some numerical checking bugs, Bugzilla 2690.ph102021-02-011-0/+9
* Another CMake patch for Windows, fixes #2688.ph102021-01-141-0/+3
* Get rid of gcc -fanalyzer error (though it was probably a false positive).ph102021-01-141-0/+4
* Update RunGrepTest to use tr for handling binary zeros instead of sed, which it ph102021-01-041-2/+11
* Final file tidies for 10.36ph102020-12-041-4/+8
* Fix bug in RunTest: not reporting failure in test 2, and fix bugs in RunTest ph102020-11-221-0/+7
* Fix ARM64 compilation warning in JIT.zherczeg2020-11-131-0/+2
* File tidies for 10.36-RC1 ph102020-11-061-36/+36
* Fixed a word boundary check bug in JIT when partial matching is enabled.zherczeg2020-10-271-0/+2
* Fix binary zero issue (Bugzilla #2628) in RunGrepTest.ph102020-10-091-0/+4
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-0/+10
* Fixed a bug in character set matching when JIT is enabled.zherczeg2020-09-191-0/+3
* Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf ph102020-09-151-0/+7
* Ooops, forgot to update ChangeLog for previous commit.ph102020-09-141-0/+3
* Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). ph102020-09-131-0/+11
* Fix an early fail optimization issue and a buffer overread in JIT.zherczeg2020-07-151-0/+4
* Fix read overflow for invalid VERSION test with one fractional digit at the end ph102020-06-291-0/+4
* Fix Windows debug builds (Bugzilla #2600) using CMake.ph102020-06-221-0/+4
* Add cast to prevent a compiler warning.ph102020-06-051-0/+2
* Change CMakeLists.txt to use CHECK_SYMBOL_EXISTS instead of ph102020-06-051-0/+6
* Allow spaces in directory name in CMake build (fixes #2588).ph102020-06-051-0/+8
* Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla ph102020-06-011-0/+12
* Fix inifinite loop when a single byte newline is searched in JIT.zherczeg2020-05-291-0/+3
* Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is ph102020-05-251-0/+9
* Final file tidies for 10.35.ph102020-05-091-10/+10
* Restrict configuration of the JIT SELinux compatible memory allocator to Linux ph102020-04-281-0/+3
* Check for memfd_create in configuration files.ph102020-04-281-0/+3
* Patch CMakeLists.txt to properly test for mkostemp.ph102020-04-281-0/+3
* Add support for pkgconfig etc and versioning to CMake builds.ph102020-04-251-0/+4
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-231-0/+6
* Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning.ph102020-04-231-0/+3
* File tidies for 10.35-RC1 release candidate.ph102020-04-151-26/+26
* Check for secure_getenv() and strerror() in CMake build.ph102020-04-091-0/+2
* Update to Unicode 13.0.0.ph102020-03-251-0/+2
* Change setting of CMAKE_MODULE_PATH from SET to LIST(APPEND...) to allow a ph102020-03-241-0/+3
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-0/+12
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-261-1/+1
* Fix bad lookbehind compilation when preceded by a DEFINE group.ph102020-02-241-0/+5
* Fix bug in UTF-16 checker returning wrong offset for missing low surrogate.ph102020-02-241-0/+6