Commit Graph

941 Commits

Author SHA1 Message Date
ph10
86e64b7a75 Fix PCRE2_FIRSTLINE bug when a pattern match starts with the first code unit of
a newline sequence.
2018-01-01 14:12:35 +00:00
ph10
fd410b8357 Documentation update. 2017-12-31 17:44:12 +00:00
ph10
b825e3ac54 Tidy up callout code in pcre2_dfa_match(). 2017-12-26 16:43:45 +00:00
ph10
c5da71a570 Fix \K issues in pcre2grep. 2017-12-26 15:10:04 +00:00
ph10
7922d6f916 Documentation update. 2017-12-24 10:27:13 +00:00
ph10
2432890a62 Update pcre2demo to deal with various \K inside assertion anomalies. 2017-12-23 17:15:51 +00:00
ph10
0daff9cd73 Add callout_flags to callout blocks, and set bits within it from pcre2_match()
interpretation.
2017-12-22 15:56:27 +00:00
ph10
fd04d60d52 Save extra compile options with the compiled pattern, and add an info call to
retrieve them.
2017-12-16 17:49:26 +00:00
ph10
88f7ec204f Rejig how callout blocks are allocated in pcre2_match(). 2017-12-16 16:43:47 +00:00
ph10
3d30c8c736 A small code tidy for one error return. 2017-12-16 16:07:29 +00:00
ph10
56b1df98cb Fix infelicity in not finding a first character inside a non-assertive group
within a positive assertion.
2017-12-12 16:23:01 +00:00
ph10
dc7abe120d Fix incorrect first matching character when a backreference with zero minimum
repeat starts a pattern (possibly after assertions).
2017-12-12 15:01:51 +00:00
ph10
ca18424fb3 Change pcre2grep line number and count variables to unsigned long int. 2017-12-08 10:25:49 +00:00
zherczeg
c3d432ceae Fix after JIT compiler update. 2017-11-30 08:15:28 +00:00
zherczeg
90dd86379b JIT compiler update. 2017-11-29 13:30:31 +00:00
zherczeg
f374ff2cc7 Fix pcre2_jit_match early check. 2017-11-23 07:54:39 +00:00
ph10
68a0282d58 Very minor code tidy. 2017-11-16 17:44:50 +00:00
ph10
21a648015f Documentation update. 2017-11-14 15:32:53 +00:00
ph10
c85e566870 Documentation update. 2017-11-14 15:29:48 +00:00
ph10
783cc7f22d Add new file to distribution, omitted in last patch. 2017-11-14 08:57:07 +00:00
ph10
aeac648465 Fix crash for --line-buffered with a .gz or .bz2 file in pcre2grep. 2017-11-13 17:12:55 +00:00
ph10
47ae0e096c Fix multiple multiline matching issues in pcre2grep. 2017-11-13 16:52:39 +00:00
ph10
5a8d57d4d4 Remove superflous variable. 2017-11-09 17:50:59 +00:00
ph10
310445f0d0 Fix oss-fuzz bugs 3852 and 3891 (same bug); mis-closing external captures by
*ACCEPT inside assertions.
2017-10-29 16:58:38 +00:00
ph10
58a2c2fec1 Documentation update. 2017-10-23 16:57:22 +00:00
ph10
fb71cbcf86 Fix memory leak issue introduced in last bug fix in pcre2grep. 2017-10-22 16:17:44 +00:00
ph10
0efbabb10d Fix pcre2grep recursive file name length issue. 2017-10-20 16:51:59 +00:00
ph10
34db458d86 Derived documentation update. 2017-10-17 16:26:40 +00:00
ph10
d8d216d663 Add -LM to pcre2test. 2017-10-17 16:26:20 +00:00
ph10
51a2fd5736 Documentation update. 2017-10-13 16:26:24 +00:00
ph10
08cf3fdc83 Documentation update. 2017-10-11 16:54:22 +00:00
ph10
abc2ecb129 Set PCRE2GREP_RC to the pcre2grep exit status when running under VMS. 2017-10-11 16:49:10 +00:00
ph10
6f49e228bd Add some casts to avoid compiler warnings. 2017-09-26 17:01:23 +00:00
ph10
19643e355f Fix typos in documentation. 2017-09-25 15:05:29 +00:00
ph10
ee54b2e8cd Fixed a small memory leak in pcre2test (convert contexts). 2017-09-18 15:51:44 +00:00
ph10
fdc0e07e82 Define names for compiler error codes and use them in pcre2_convert.c 2017-09-17 16:56:41 +00:00
ph10
dc2f9d2be2 Remove \C tests from JIT regression when NEVER_BACKSLASH_C is defined. 2017-09-16 11:46:08 +00:00
ph10
a4c1d1328b Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C. 2017-09-16 11:39:38 +00:00
ph10
052a385225 Documentation update. 2017-09-13 16:22:14 +00:00
ph10
96ee81ba8e Make pcre2_internal.h idempotent. 2017-09-13 09:07:00 +00:00
ph10
d09a0ccb37 Documentation update. 2017-09-12 16:50:01 +00:00
ph10
b9a832c70e Replace multiple copies of extended grapheme sequence code with a single
subroutine.
2017-09-12 16:28:42 +00:00
ph10
0af3254f1e Documentation update. 2017-09-12 11:41:31 +00:00
ph10
2784e037f6 Fix typo in VMS code in pcre2test. 2017-08-28 14:59:04 +00:00
ph10
4954fb42b2 Fudge binary zero pcre2grep test for Darwin, similar to SunOS. 2017-08-18 15:21:08 +00:00
ph10
840d8c4f02 Final file tidies for 10.30 release. 2017-08-15 10:58:32 +00:00
ph10
e835857203 Fix "maybe uninitialized" warning. 2017-08-12 16:22:52 +00:00
zherczeg
01e9137426 Minor JIT compiler update. 2017-08-01 08:26:01 +00:00
ph10
d18d227c14 Hyphen at the end of a character class is always literal. Give error for false
range after \d etc.
2017-07-29 15:54:04 +00:00
ph10
3711e10f10 Modify #ifdefs for Cygwin. 2017-07-27 16:17:19 +00:00