Commit Graph

  • 7de013bac3 Fix issues with BAD_ESCAPE_IS_LITERAL in character classes. Philip.Hazel 2019-01-04 16:41:32 +0000
  • 8f165d376e JIT compiler update. Zoltán Herczeg 2019-01-03 09:34:42 +0000
  • d7bc79b140 Documentation typo. Philip.Hazel 2018-12-14 16:10:57 +0000
  • 9938684b7b Cast to get rid of compiler warning. Philip.Hazel 2018-12-14 16:02:29 +0000
  • 5ca7ac2e8e Use TARGET_OS_MAC macro in the executable allocator. Zoltán Herczeg 2018-12-14 08:00:49 +0000
  • 5bec7dd3b0 Fix MAP_JIT issues on Mac. Patch by Carlo Arenas. Zoltán Herczeg 2018-12-13 13:23:59 +0000
  • ed63958dad Make RunTest check stack settablility using the -bigstack value. Philip.Hazel 2018-12-07 16:32:05 +0000
  • 0448b486e9 Redirect stderr in RunGrepTest instead of appending to testtrygrep from two different file descriptors, because the latter doesn't always work as expected. Philip.Hazel 2018-12-06 17:13:41 +0000
  • 8f1727af98 Cut out test of NUL characters in RunGrepTest for all OS except Linux, as it doesn't work for *BSD as well as for Solaris and MacOS (which were already cut out). Philip.Hazel 2018-12-06 17:05:06 +0000
  • e7a762ddff Documentation update. Philip.Hazel 2018-11-27 16:41:20 +0000
  • 0b64d9cfca Fix non-recognition of anchoring when preceded by (*MARK) etc. Philip.Hazel 2018-11-27 16:00:58 +0000
  • 9e4e6feee7 Update explanatory comment. Philip.Hazel 2018-11-27 10:42:59 +0000
  • 57f1eca640 Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel. Zoltán Herczeg 2018-11-25 17:11:52 +0000
  • 8187224514 Add VMS support for pcre2grep callout of an external program. Philip.Hazel 2018-11-24 16:31:10 +0000
  • cd73c9319e Fix two instances of <= 0 being applied to unsigned integers. Philip.Hazel 2018-11-17 16:59:39 +0000
  • 24b592ed00 Oversight; forgot to update this for the previous patch. Philip.Hazel 2018-11-17 16:49:28 +0000
  • 0ad7ff1549 Add --disable-pcre2grep-callout-fork configuration setting. Philip.Hazel 2018-11-17 16:45:57 +0000
  • 149af0e21b Implement --disable-percent-zt to avoid %zu and %td even if the environment claims to be C99 or greater. Philip.Hazel 2018-11-15 18:09:02 +0000
  • 19c50b9d41 Unconditionally use inttypes.h instead of trying for stdint.h (simplification) and remove the now unnecessary inclusion in pcre2_internal.h. Philip.Hazel 2018-11-14 16:59:19 +0000
  • 9bc81d5229 Upgrade the as yet unreleased substitute callout facility. Philip.Hazel 2018-11-12 16:02:01 +0000
  • 900f457222 Update VMS-specific code in pcre2test, on the advice of a VMS user. Philip.Hazel 2018-11-09 18:10:25 +0000
  • 66cd7df514 Add pcre2_jit_free_unused_memory() to pcre2grep, for tidiness. Philip.Hazel 2018-10-28 17:27:48 +0000
  • 9a9fdf3037 Fix teeny typo. Philip.Hazel 2018-10-28 17:24:24 +0000
  • 87a9887e6e Add "kibibytes" to the output of pcre2test -C to show the units of the heap limit. Philip.Hazel 2018-10-22 16:56:11 +0000
  • 951bc4b9ff Fix heap limit checking overflow bug in pcre2_dfa_match(). Philip.Hazel 2018-10-22 16:47:55 +0000
  • c796bb85a1 Fix typos and obsolescences in comments. Philip.Hazel 2018-10-21 15:06:43 +0000
  • 996892434f Fix zero-repeated subroutine call at start of pattern bug, which recorded an incorrect first code unit. Philip.Hazel 2018-10-20 09:28:02 +0000
  • 8a0dd8955a Set subject field in match data to NULL after failed match. Philip.Hazel 2018-10-19 15:31:16 +0000
  • 7f801fb800 Add script_run.c to CMakeLists.txt (oversight). Philip.Hazel 2018-10-18 07:58:47 +0000
  • 4642f82ba7 Fix typo. Philip.Hazel 2018-10-17 16:44:22 +0000
  • f90ce1a333 Implement PCRE2_COPY_MATCHED_SUBJECT. Philip.Hazel 2018-10-17 08:33:38 +0000
  • 971f885277 Fix typos in code for alphabetic ranges in EBCDIC environments. Philip.Hazel 2018-10-15 11:01:24 +0000
  • 2ba22647d1 Update Makefile.am for compiling with gcov. Add Script Run tests to improve coverage. Philip.Hazel 2018-10-14 15:56:36 +0000
  • 1c4dc562e4 Upgrade the ucptest program (used only by maintainer) and script run tests. Philip.Hazel 2018-10-14 14:27:16 +0000
  • 0fc5cda13b Documentation and tests update for script runs. Philip.Hazel 2018-10-12 17:02:34 +0000
  • 4e7a204d18 Update Script Run code to use the Script Extension property instead of the Script property. Philip.Hazel 2018-10-09 16:42:21 +0000
  • 83726c359d Documentation update for Script Extensions property coding. Philip.Hazel 2018-10-07 16:29:51 +0000
  • 04ba4bce0f Unicode properties data records extended to 12-bytes to include a ScriptExtensions property. Philip.Hazel 2018-10-06 17:39:52 +0000
  • cda4780fb6 Fix bugs of omission in new script run code. Philip.Hazel 2018-10-03 15:41:47 +0000
  • 866750fd53 Basic "script run" implementation. Not yet complete, and not yet documented. Philip.Hazel 2018-10-02 15:25:58 +0000
  • f26b0b0bae Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also (*atomic:...). Philip.Hazel 2018-09-24 16:23:53 +0000
  • 69254c77f1 Implement PCRE2_EXTRA_ESCAPED_CR_IS_LF Philip.Hazel 2018-09-21 16:59:48 +0000
  • 8800191109 Fix an xclass matching issue in JIT. Zoltán Herczeg 2018-09-21 07:24:34 +0000
  • 3b3dc09f38 Optimize invalid character reading functions. Zoltán Herczeg 2018-09-20 13:38:13 +0000
  • dc201313a6 Documentation update. Philip.Hazel 2018-09-19 16:37:59 +0000
  • 992e1fad44 Provide alternative POSIX names. Philip.Hazel 2018-09-19 16:33:09 +0000
  • a69267246f Implement callouts from pcre2_substitute(). Philip.Hazel 2018-09-18 16:31:30 +0000
  • 80adf9d165 Fix subject buffer overread in JIT. Found by Yunho Kim. Zoltán Herczeg 2018-09-18 10:19:14 +0000
  • aa2687737d Implement next subject character in JIT with invalid utf enabled. Zoltán Herczeg 2018-09-17 13:43:31 +0000
  • a0188b9ee1 Fix more invalid UTF issues revealed by new tests in the JIT compiler. Zoltán Herczeg 2018-09-17 08:09:51 +0000
  • 7035170527 Improve invalid UTF character reading in JIT. Zoltán Herczeg 2018-09-16 10:35:00 +0000
  • 3fce7c75e9 Add "allvector" to pcre2test. Philip.Hazel 2018-09-15 17:10:39 +0000
  • 142c667bbc Add option bits for read_char in JIT. Zoltán Herczeg 2018-09-15 12:35:56 +0000
  • baa91ecc79 Avoid compiler warning Philip.Hazel 2018-09-14 15:15:51 +0000
  • 205444a91e Generate code for caseless utf backreferences in JIT instead of using a callback. Zoltán Herczeg 2018-09-14 11:30:13 +0000
  • 12c4a246b6 Start working on invalid utf subject support in JIT. Zoltán Herczeg 2018-09-12 19:06:29 +0000
  • 89296a3b3b Tagged copy of 10.32 release. pcre2-10.32 Philip.Hazel 2018-09-11 14:28:40 +0000
  • bf3c7c68ec Final file tidies for 10.32 Philip.Hazel 2018-09-11 14:27:39 +0000
  • ab30606b01 Fix small bug in pcre2grep (no effect other than a sanitizer warning). Philip.Hazel 2018-09-10 17:34:19 +0000
  • 3e6f016907 Documentation update. Philip.Hazel 2018-09-07 15:56:36 +0000
  • 80c57b59f6 Minor code fix to avoid static analyzer complaint. Philip.Hazel 2018-09-06 15:59:11 +0000
  • 663662806a Documentation update Philip.Hazel 2018-09-04 17:01:28 +0000
  • bfad956b34 Treat empty-string-matching repeated conditionals the same as ordinary ones when checking for an anchored pattern. Philip.Hazel 2018-09-03 15:20:40 +0000
  • 59c2175ed9 Fix anchoring bug in conditionals with only one branch. Philip.Hazel 2018-09-02 16:53:29 +0000
  • 50f0de6015 Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes. Philip.Hazel 2018-09-02 16:03:27 +0000
  • bd2bcb3ade Update to bring list of errors into line with RunTest. Philip.Hazel 2018-09-01 16:14:16 +0000
  • a8f00b314b Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from tarballs. Philip.Hazel 2018-08-29 08:26:29 +0000
  • 6c631997d0 Documentation update. Philip.Hazel 2018-08-23 16:53:45 +0000
  • 5d12e53399 Minor code fix to get rid of Coverity warning (I hope). Philip.Hazel 2018-08-21 11:27:35 +0000
  • 1c6f2fc972 Tidy unnecessarily complicated macros in escapes table. Philip.Hazel 2018-08-19 16:54:41 +0000
  • db00606a79 New default character tables. Philip.Hazel 2018-08-19 15:58:13 +0000
  • 91715304cb Remove unused character flag ctype_meta, no longer used. Philip.Hazel 2018-08-19 15:44:06 +0000
  • 6e6bb40a3d Fix bad auto-possessification of certain types of class. Philip.Hazel 2018-08-17 14:45:35 +0000
  • 91a6a3a521 Zero pointers in serialized patterns, for consistency. Philip.Hazel 2018-08-15 18:03:29 +0000
  • d2dbb07ce7 Final file tidies for 10.32-RC1. Philip.Hazel 2018-08-13 14:20:46 +0000
  • 392974a0cb File tidies and documentation update for 10.32-RC1 Release Candidate. Philip.Hazel 2018-08-13 11:57:09 +0000
  • 6fe70cda7f Maintenance notes update. Philip.Hazel 2018-08-13 11:00:47 +0000
  • 438446ebe7 JIT compiler update. Zoltán Herczeg 2018-08-13 09:21:18 +0000
  • 1a8cc3dab6 Make bcopy() emulation of memmove() work properly. Philip.Hazel 2018-08-10 16:27:44 +0000
  • 9332d4be69 Fix dynamic options changing bug. Philip.Hazel 2018-08-04 08:20:18 +0000
  • c722bf2399 Documentation update. Philip.Hazel 2018-08-03 16:56:54 +0000
  • b196143523 Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White Space" characters, not just the ASCII ones. Philip.Hazel 2018-08-03 09:38:36 +0000
  • 6e245572b8 Add support for (?^) as now supported by Perl. Philip.Hazel 2018-07-28 16:23:24 +0000
  • 27337495dc Documentation update regarding \Q handling. Philip.Hazel 2018-07-28 15:08:22 +0000
  • a9453f096f Give specific error for \F as for \L, \U etc. Philip.Hazel 2018-07-27 16:55:52 +0000
  • f8a18f65be Allow for #pattern -no_start_optimize in perltest script. Philip.Hazel 2018-07-27 16:42:25 +0000
  • e9aa3c0a21 Add support for \N{U+dd...}, for ASCII and Unicode modes only. Philip.Hazel 2018-07-27 16:30:40 +0000
  • 775481293a Add more tests for further ClusterFuzz issues, all were fixed by the previous patch; they just crashed in different ways. The fixed issues are ClusterFuzz numbers 9522, 9534, 9535, 9541, 9542. The bug was a new one, introduced by a recent code update (never in a release). Philip.Hazel 2018-07-22 15:43:00 +0000
  • 7d97c226c7 Fix oversight in recent OP_COMMIT_ARG update. Philip.Hazel 2018-07-22 15:19:43 +0000
  • 5ea9f6b0f1 Some places where the new opcode OP_COMMIT_ARG needs to be handled and which I forgot. Philip.Hazel 2018-07-21 14:52:26 +0000
  • 192b82cf6e Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) followed by (*ACCEPT) in an assertion. More small updates to perltest.sh. Philip.Hazel 2018-07-21 14:34:51 +0000
  • 635d04fbb7 Upgrade perltest.sh to support (some) #pattern modifiers. Philip.Hazel 2018-07-17 16:00:09 +0000
  • 455ce731dc Documentation update. Philip.Hazel 2018-07-16 16:09:34 +0000
  • 666e94cd59 Fixed atomic group backtracking bug. Philip.Hazel 2018-07-16 15:24:32 +0000
  • d01c822c6d Minor tweak (may give minor performance improvement) to JIT UCD handling. Philip.Hazel 2018-07-14 17:00:17 +0000
  • a0e367f5b6 Update Perl tester to allow for optimization to be turned off. Required moving some tests out of the Perl-compatible files. Philip.Hazel 2018-07-14 16:16:51 +0000
  • 7db5904b9f Documentation and tests update and minor tweak to perltest.sh. Philip.Hazel 2018-07-12 17:04:43 +0000
  • 9bd1f3030e Documentation update. Philip.Hazel 2018-07-11 10:06:51 +0000
  • 614e144f6b Fix typo. Philip.Hazel 2018-07-11 09:48:32 +0000
  • b053ad9343 Documentation update. Philip.Hazel 2018-07-10 16:51:30 +0000