Commit Graph

292 Commits

Author SHA1 Message Date
ph10
385a905e3f Documentation and tests update for script runs. 2018-10-12 17:02:34 +00:00
ph10
c6c2308c01 Basic "script run" implementation. Not yet complete, and not yet documented. 2018-10-02 15:25:58 +00:00
ph10
202311b568 Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also
(*atomic:...).
2018-09-24 16:23:53 +00:00
ph10
3f42c5f14d Implement PCRE2_EXTRA_ESCAPED_CR_IS_LF 2018-09-21 16:59:48 +00:00
ph10
9ea54a2b91 Documentation update. 2018-09-19 16:37:59 +00:00
ph10
56332e7ac3 Provide alternative POSIX names. 2018-09-19 16:33:09 +00:00
ph10
1a030c42df Implement callouts from pcre2_substitute(). 2018-09-18 16:31:30 +00:00
ph10
6fea58392e Add "allvector" to pcre2test. 2018-09-15 17:10:39 +00:00
ph10
ebc9edb2bf Final file tidies for 10.32 2018-09-11 14:27:39 +00:00
ph10
d1106b3ae9 Documentation update. 2018-09-07 15:56:36 +00:00
ph10
8271a7dafc Documentation update 2018-09-04 17:01:28 +00:00
ph10
8b9f137eb1 Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes. 2018-09-02 16:03:27 +00:00
ph10
85bdc33a54 File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
ph10
189c5b32d7 Documentation update. 2018-08-03 16:56:54 +00:00
ph10
f37554f550 Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White
Space" characters, not just the ASCII ones.
2018-08-03 09:38:36 +00:00
ph10
f1908320bc Add support for (?^) as now supported by Perl. 2018-07-28 16:23:24 +00:00
ph10
5563f9358a Documentation update regarding \Q handling. 2018-07-28 15:08:22 +00:00
ph10
b5cd347dab Give specific error for \F as for \L, \U etc. 2018-07-27 16:55:52 +00:00
ph10
ec3fdbf935 Add support for \N{U+dd...}, for ASCII and Unicode modes only. 2018-07-27 16:30:40 +00:00
ph10
3cb83842ad Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK)
followed by (*ACCEPT) in an assertion. More small updates to perltest.sh.
2018-07-21 14:34:51 +00:00
ph10
3ad5652e35 Upgrade perltest.sh to support (some) #pattern modifiers. 2018-07-17 16:00:09 +00:00
ph10
71cf022db0 Documentation update. 2018-07-16 16:09:34 +00:00
ph10
8bc4dee087 Documentation and tests update and minor tweak to perltest.sh. 2018-07-12 17:04:43 +00:00
ph10
bf9c64b444 Documentation update. 2018-07-11 10:06:51 +00:00
ph10
dee782dad1 Fix typo. 2018-07-11 09:48:32 +00:00
ph10
8730b9a90b Documentation update. 2018-07-10 16:51:30 +00:00
ph10
49e737075f Update to Unicode 11.0.0 2018-07-07 16:10:29 +00:00
ph10
85f60e18f4 Fix global search/replace in pcre2test and pcre2_substitute() when the pattern
matches an empty string, but never at the starting offset.
2018-07-02 10:54:03 +00:00
ph10
fc0dd12bd5 Documentation update. 2018-06-30 15:56:26 +00:00
ph10
907f7abfbb Fix typo. 2018-06-30 13:13:47 +00:00
ph10
51fd0c05cf Documentation update. 2018-06-28 16:56:56 +00:00
ph10
a91dea59bb Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
ph10
89ac0b7010 Documentation update to clarify what PCRE2 serialization is. 2018-06-27 17:20:58 +00:00
ph10
67804a9d8a Fix bug when \K is used in a lookbehind in a substitute pattern. 2018-06-22 16:29:56 +00:00
ph10
9cec6bc395 Documentation update. 2018-06-18 16:49:12 +00:00
ph10
8c2c547183 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
ph10
2d9da6c896 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
ph10
d9184094b4 Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace
vectors when doing recursive function calls.
2018-04-27 16:48:35 +00:00
ph10
57d8334646 Documentation update. 2018-03-04 15:30:46 +00:00
ph10
fb18c811ca Update HTML and derived documentation. 2018-02-25 18:00:56 +00:00
ph10
b4212ed31c Add --enable-jit=auto support. 2018-02-25 18:00:29 +00:00
ph10
ef624f64b2 Add support to pcre2grep for binary zeros in -f files. 2018-02-24 17:09:19 +00:00
ph10
0aa7a0a276 Source tidies and version etc. updates for 10.31-RC1. 2018-01-13 16:53:02 +00:00
ph10
fd410b8357 Documentation update. 2017-12-31 17:44:12 +00:00
ph10
7922d6f916 Documentation update. 2017-12-24 10:27:13 +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
21a648015f Documentation update. 2017-11-14 15:32:53 +00:00
ph10
c85e566870 Documentation update. 2017-11-14 15:29:48 +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