ph10
|
e5959e493e
|
Allow non-ASCII in group names when UTF is set; revise group naming terminology
in documentation to use "capture group", as Perl does.
|
2019-02-06 18:11:36 +00:00 |
|
ph10
|
35b6283329
|
Fix warning when compiled without Unicode support.
|
2019-02-03 14:49:39 +00:00 |
|
ph10
|
5136cbb9d0
|
Update POSIX wrapper to use macros in the .h file, but also have the POSIX
function names in the library.
|
2019-01-30 16:11:16 +00:00 |
|
ph10
|
8b3d384ad5
|
Update copyright date
|
2019-01-30 16:10:38 +00:00 |
|
ph10
|
be7d18b10d
|
Fix bug in VERSION conditional test in DFA matching.
|
2019-01-29 14:34:59 +00:00 |
|
zherczeg
|
7320aa676b
|
JIT compiler update.
|
2019-01-22 08:51:48 +00:00 |
|
zherczeg
|
dbf3737467
|
Add preliminary script run support to JIT.
|
2019-01-18 14:14:19 +00:00 |
|
zherczeg
|
54c873764a
|
Fix word boundary in JIT compiler. Patch by Mike Munday.
|
2019-01-17 11:47:59 +00:00 |
|
ph10
|
0f27a7553f
|
Fix issues with BAD_ESCAPE_IS_LITERAL in character classes.
|
2019-01-04 16:41:32 +00:00 |
|
zherczeg
|
3cb8b6888e
|
JIT compiler update.
|
2019-01-03 09:34:42 +00:00 |
|
ph10
|
346df7abf9
|
Documentation typo.
|
2018-12-14 16:10:57 +00:00 |
|
ph10
|
aa67d1cabe
|
Cast to get rid of compiler warning.
|
2018-12-14 16:02:29 +00:00 |
|
zherczeg
|
e9eabedd18
|
Use TARGET_OS_MAC macro in the executable allocator.
|
2018-12-14 08:00:49 +00:00 |
|
zherczeg
|
3af757952d
|
Fix MAP_JIT issues on Mac. Patch by Carlo Arenas.
|
2018-12-13 13:23:59 +00:00 |
|
ph10
|
a476f6342e
|
Make RunTest check stack settablility using the -bigstack value.
|
2018-12-07 16:32:05 +00:00 |
|
ph10
|
667491b025
|
Redirect stderr in RunGrepTest instead of appending to testtrygrep from two
different file descriptors, because the latter doesn't always work as expected.
|
2018-12-06 17:13:41 +00:00 |
|
ph10
|
1d04bb3372
|
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).
|
2018-12-06 17:05:06 +00:00 |
|
ph10
|
a71c724fc3
|
Documentation update.
|
2018-11-27 16:41:20 +00:00 |
|
ph10
|
72542e3c19
|
Fix non-recognition of anchoring when preceded by (*MARK) etc.
|
2018-11-27 16:00:58 +00:00 |
|
ph10
|
78a3e55220
|
Update explanatory comment.
|
2018-11-27 10:42:59 +00:00 |
|
zherczeg
|
59a449d6b9
|
Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.
|
2018-11-25 17:11:52 +00:00 |
|
ph10
|
1b9f34cfdd
|
Add VMS support for pcre2grep callout of an external program.
|
2018-11-24 16:31:10 +00:00 |
|
ph10
|
7ff9b0382f
|
Fix two instances of <= 0 being applied to unsigned integers.
|
2018-11-17 16:59:39 +00:00 |
|
ph10
|
01211f9f5c
|
Oversight; forgot to update this for the previous patch.
|
2018-11-17 16:49:28 +00:00 |
|
ph10
|
b3f69214be
|
Add --disable-pcre2grep-callout-fork configuration setting.
|
2018-11-17 16:45:57 +00:00 |
|
ph10
|
06676b259f
|
Implement --disable-percent-zt to avoid %zu and %td even if the environment
claims to be C99 or greater.
|
2018-11-15 18:09:02 +00:00 |
|
ph10
|
14aaf5e8c6
|
Unconditionally use inttypes.h instead of trying for stdint.h (simplification)
and remove the now unnecessary inclusion in pcre2_internal.h.
|
2018-11-14 16:59:19 +00:00 |
|
ph10
|
064a85f5de
|
Upgrade the as yet unreleased substitute callout facility.
|
2018-11-12 16:02:01 +00:00 |
|
ph10
|
648dbc9708
|
Update VMS-specific code in pcre2test, on the advice of a VMS user.
|
2018-11-09 18:10:25 +00:00 |
|
ph10
|
c202dd697e
|
Add pcre2_jit_free_unused_memory() to pcre2grep, for tidiness.
|
2018-10-28 17:27:48 +00:00 |
|
ph10
|
e139fdf95f
|
Fix teeny typo.
|
2018-10-28 17:24:24 +00:00 |
|
ph10
|
3e3b226ebd
|
Add "kibibytes" to the output of pcre2test -C to show the units of the heap
limit.
|
2018-10-22 16:56:11 +00:00 |
|
ph10
|
f458930309
|
Fix heap limit checking overflow bug in pcre2_dfa_match().
|
2018-10-22 16:47:55 +00:00 |
|
ph10
|
ec8744e655
|
Fix typos and obsolescences in comments.
|
2018-10-21 15:06:43 +00:00 |
|
ph10
|
894a82db17
|
Fix zero-repeated subroutine call at start of pattern bug, which recorded an
incorrect first code unit.
|
2018-10-20 09:28:02 +00:00 |
|
ph10
|
990a58464f
|
Set subject field in match data to NULL after failed match.
|
2018-10-19 15:31:16 +00:00 |
|
ph10
|
8e8385489d
|
Add script_run.c to CMakeLists.txt (oversight).
|
2018-10-18 07:58:47 +00:00 |
|
ph10
|
7f2d84cd9c
|
Fix typo.
|
2018-10-17 16:44:22 +00:00 |
|
ph10
|
5e94fcc35a
|
Implement PCRE2_COPY_MATCHED_SUBJECT.
|
2018-10-17 08:33:38 +00:00 |
|
ph10
|
75b90b66eb
|
Fix typos in code for alphabetic ranges in EBCDIC environments.
|
2018-10-15 11:01:24 +00:00 |
|
ph10
|
44306c4fe9
|
Update Makefile.am for compiling with gcov. Add Script Run tests to improve
coverage.
|
2018-10-14 15:56:36 +00:00 |
|
ph10
|
baf6848e3e
|
Upgrade the ucptest program (used only by maintainer) and script run tests.
|
2018-10-14 14:27:16 +00:00 |
|
ph10
|
385a905e3f
|
Documentation and tests update for script runs.
|
2018-10-12 17:02:34 +00:00 |
|
ph10
|
08469ee67b
|
Update Script Run code to use the Script Extension property instead of the
Script property.
|
2018-10-09 16:42:21 +00:00 |
|
ph10
|
a0c94a313c
|
Documentation update for Script Extensions property coding.
|
2018-10-07 16:29:51 +00:00 |
|
ph10
|
4cdcd57030
|
Unicode properties data records extended to 12-bytes to include a
ScriptExtensions property.
|
2018-10-06 17:39:52 +00:00 |
|
ph10
|
7f72517d38
|
Fix bugs of omission in new script run code.
|
2018-10-03 15:41:47 +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 |
|