Commit Graph

  • d92985a6b1 Disable SELinux-friendly JIT allocator because it crashes after a fork Petr Písař 2017-08-02 16:17:02 +0200
  • 1864d107f9 Fix handling a hyphen at the end of a character class Petr Písař 2017-07-31 09:57:22 +0200
  • a9e0cc659a Rebuild with binutils fix for ppc64le (#1475636) Florian Weimer 2017-07-29 20:37:27 +0200
  • d9a37e0df7 Fix applying local x modifier while global xx was in effect Petr Písař 2017-07-27 07:58:52 +0200
  • 1900b1bbed - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild Fedora Release Engineering 2017-07-27 02:18:31 +0000
  • f922849d74 Correct comments Petr Písař 2017-07-24 09:46:39 +0200
  • 2a5d2944dd Fix a compiler warning in JIT code for ppc32 Petr Písař 2017-07-24 09:46:09 +0200
  • 054cc8376c 10.30-RC1 bump Petr Písař 2017-07-20 10:46:05 +0200
  • 0099a92309 Fix returned offsets from regexec() when REG_STARTEND is used with starting offset greater than zero Petr Písař 2017-06-16 10:20:31 +0200
  • c2d3ffd720 Fix DFA matching a lookbehind assertion that has a zero-length branch Petr Písař 2017-06-16 09:51:51 +0200
  • adc9e95e1d Fix a pcre2test crash on multiple push statements Petr Písař 2017-05-09 08:03:05 +0200
  • bf70a0d2a4 Correct a changelog entry Petr Písař 2017-04-18 14:35:01 +0200
  • b4dc876090 Fix an incorrect cast in UTF validation Petr Písař 2017-04-18 14:26:02 +0200
  • 6a75cf73d1 Fix CVE-2017-7186 in JIT mode Petr Písař 2017-04-18 14:03:40 +0200
  • deb728275c Use a memory allocator from the pattern if no context is supplied to pcre2_match() Petr Písař 2017-03-27 16:12:04 +0200
  • 62a464c706 Fix DFA match for a possessively repeated character class Petr Písař 2017-03-27 15:58:37 +0200
  • 34a7a87211 Fix 32-bit error buffer size bug in pcre2test Petr Písař 2017-03-22 11:35:51 +0100
  • a4410a1e22 Fix a potential NULL dereference in pcre2_callout_enumerate() if called with a NULL pattern pointer when Unicode support is available Petr Písař 2017-03-22 11:11:46 +0100
  • 2dafff6438 Fix a memory leak in pcre2_serialize_decode() when the input is invalid Petr Písař 2017-03-22 11:05:33 +0100
  • 9c421654ce Close serialization file in pcre2test after any error Petr Písař 2017-03-22 11:00:19 +0100
  • 8e2f117e16 Upstream bug #2052 is known as CVE-2017-7186 Petr Písař 2017-03-21 18:02:02 +0100
  • 0bc5c12d72 Fix a pcre2test bug for global match with zero terminated subject Petr Písař 2017-03-20 14:29:35 +0100
  • 6c1457ad62 Fix an internal error for a forward reference in a lookbehind with PCRE2_ANCHORED Petr Písař 2017-03-20 14:18:36 +0100
  • fa39d34a79 Remove an old comment Petr Písař 2017-03-20 14:39:37 +0100
  • 3e683888a4 Fix a crash when finding a Unicode property for a character with a code point greater than 0x10ffff Petr Písař 2017-02-27 15:46:55 +0100
  • c9c5588a71 Handle memmory allocation failures in pcre2test tool Petr Písař 2017-02-24 11:19:05 +0100
  • d53482340e 10.23 bump Petr Písař 2017-02-14 14:28:44 +0100
  • 22bc41c3c3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild Fedora Release Engineering 2017-02-11 01:22:24 +0000
  • 65d7ed9b4a 10.23-RC1 bump Petr Písař 2017-01-17 10:26:38 +0100
  • 140c94209c Rebuild for readline 7.x Igor Gnatenko 2017-01-12 17:30:36 +0100
  • 4f527928c3 Fix an out-of-bound read in pcre2test tool within POSIX mode Petr Písař 2017-01-12 08:50:58 +0100
  • de310a916b Fix compiling a class with UCP and without UTF (port to 10.22) Petr Písař 2017-01-03 15:34:41 +0100
  • dc60893013 Fix compiling a class with UCP and without UTF Petr Písař 2017-01-03 15:11:18 +0100
  • 7b0bc0d59d Fix a crash in substitution if starting offest was specified beyond the subject end Petr Písař 2016-12-16 08:15:31 +0100
  • a7a9aa46ac Fix a crash when doing an extended substitution for \p, \P, or \X Petr Písař 2016-12-16 07:58:52 +0100
  • 6616684983 Fix a crash in pcre2test when displaying a wide character with a set locate Petr Písař 2016-12-09 09:25:40 +0100
  • 25ee885883 Fix a buffer overflow in partial match test for CRLF in an empty buffer Petr Písař 2016-12-09 09:11:40 +0100
  • 546f704a2c Fix a memory leak and a typo in a documentation Petr Písař 2016-12-09 09:01:03 +0100
  • 6a1b5a7a57 Fix pcre2-config --libs-posix output Petr Písař 2016-12-09 08:37:46 +0100
  • d3d89abedd Fix faulty auto-anchoring patterns when .* is inside an assertion Petr Písař 2016-11-08 13:31:27 +0100
  • 3cab1f40be Ignore offset modifier in pcre2test in POSIX mode Petr Písař 2016-10-24 10:27:01 +0200
  • 249ffc0f72 Document assert capture limitation Petr Písař 2016-10-24 10:22:56 +0200
  • ec745f21c3 Disable the JIT on riscv64. Richard W.M. Jones 2016-10-19 14:16:25 +0100
  • 14e4e93702 Fix optimization bugs for patterns starting with lookaheads Petr Písař 2016-10-19 13:38:16 +0200
  • 0985ca53fb Fix internal option documentation in pcre2pattern(3) Petr Písař 2016-10-19 13:25:41 +0200
  • 98c96fae6e Fix miscopmilation of conditionals when a group name start with "R" Petr Písař 2016-10-19 13:09:09 +0200
  • b7ceedada0 Fix pcrepattern(3) documentation Petr Písař 2016-10-19 11:24:41 +0200
  • 4608e09564 Fix displaying a callout position in pcretest output with an escape sequence greater than \x{ff} Petr Písař 2016-10-19 11:02:54 +0200
  • 28511a24db Rename Fix-bug-that-caused-chars-255-not-to-be-matched-by-c.patch patch Petr Písař 2016-10-19 11:21:38 +0200
  • c661f2a08d Fix matching characters above 255 when a negative character type was used without enabled UCP in a positive class Petr Písař 2016-08-29 15:56:58 +0200
  • 57e14270c0 10.22 bump Petr Písař 2016-07-29 14:52:23 +0200
  • 0f1e744ae8 Correct pcre2unicode(3) documentation Petr Písař 2016-07-04 10:06:33 +0200
  • bc866320ff Bump pcre2posix SONAME because of ABI change in 10.22-RC1 Petr Písař 2016-07-04 10:02:09 +0200
  • 61dbf8dc77 Fix register overwite in JIT when SSE2 acceleration is enabled Petr Písař 2016-07-04 09:57:13 +0200
  • bd5df3f8c3 10.22-RC1 bump Petr Písař 2016-06-30 10:15:47 +0200
  • 308fe6b56a Fix repeated pcregrep output if -o with -M options were used and the match extended over a line boundary Petr Písař 2016-06-20 10:28:49 +0200
  • 6ca7a15ebe Enable JIT in the pcre2grep tool Petr Písař 2016-06-03 10:39:09 +0200
  • 0c68f1730f Fix an ovector check in JIT test program Petr Písař 2016-06-03 10:35:41 +0200
  • f1cd1d424b Fix a race in JIT locking condition Petr Písař 2016-06-03 10:24:38 +0200
  • 955e257c12 Upstream bug #1791 is known as CVE-2016-3191 Petr Písař 2016-03-18 12:19:08 +0100
  • 5719e310c6 Move UTF-16 and UTF-32 libraries into pcre-ut16 and pcre-32 subpackages Petr Písař 2016-03-07 17:14:50 +0100
  • f0c8abc1ac Ship README in devel as it covers API and build, not general info Petr Písař 2016-03-07 16:52:11 +0100
  • 867db377a5 Fix a typo in pcre2_study() Petr Písař 2016-02-29 14:49:42 +0100
  • fc9ba26bc7 Fix workspace overflow for (*ACCEPT) with deeply nested parentheses Petr Písař 2016-02-11 09:33:11 +0100
  • f5072ba0f9 Fix pcre2test for expressions with a callout inside a look-behind assertion Petr Písař 2016-02-11 09:23:41 +0100
  • 92a174608e Report unmatched closing parantheses properly Petr Písař 2016-02-11 09:07:37 +0100
  • 3342aef682 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild Fedora Release Engineering 2016-02-04 12:02:11 +0000
  • 2d789cb067 10.21 bump Petr Písař 2016-01-12 16:32:35 +0100
  • c43cdc14fe Adapt a test to French locale on RHEL Petr Písař 2016-01-06 14:14:59 +0100
  • 0da781beb7 10.21-RC1 bump Petr Písař 2016-01-05 17:23:38 +0100
  • 0e216e9ca6 Fix compiling patterns with PCRE2_NO_AUTO_CAPTURE Petr Písař 2015-10-26 10:11:06 +0100
  • 4c42ca60bd Fix integer overflow for patterns whose minimum matching length is large Petr Písař 2015-10-12 13:00:35 +0200
  • d9624ccacb Fix compiling classes with a negative escape and a property escape Petr Písař 2015-10-12 10:41:58 +0200
  • 63a8a51639 10.20 bump Petr Písař 2015-07-03 10:41:21 +0200
  • 52280fb375 Preserve soname Petr Písař 2015-06-22 12:40:47 +0200
  • 513d02a850 Replace dependency on glibc-headers with gcc Petr Písař 2015-06-19 09:21:42 +0200
  • 036ee2b2d4 Do not use bash's && keyword Petr Písař 2015-06-19 09:17:53 +0200
  • a6b40b01ad 10.20-RC1 bump Petr Písař 2015-06-19 09:04:12 +0200
  • 494f9e6a18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild Dennis Gilmore 2015-06-18 00:53:44 +0000
  • 9cd81f2fbd fixed Release field Marcin Juszkiewicz 2015-05-29 17:37:28 +0200
  • 2b73688bdf Backport fix for AArch64 Marcin Juszkiewicz 2015-05-29 17:11:37 +0200
  • 02678c20c5 Package pcre2demo.c as a documentation for pcre2-devel Petr Písař 2015-05-05 16:56:31 +0200
  • 14b395d948 Import Petr Písař 2015-03-16 14:54:41 +0100
  • 6f61c820f8 Initial setup of the repo Fedora Release Engineering 2015-03-16 13:41:03 +0000