Carlo Marcelo Arenas Belón
eb42305f07
jit: avoid integer wraparound in stack size definition ( #42 )
...
pcre2_jit_stack_create() allows the user to indicate how big of a
stack size JIT should be able to allocate and use, using a size_t
variable which should be able to hold bigger values than reasonable.
Internally, the value is rounded to the next 8K, but if the value
is unreasonable large, would overflow and could result in a smaller
than expected stack or a maximun size that is smaller than the
minimum..
Avoid the overflow by checking the value and failing early, and
while at it make the check clearer while documenting the failure
mode.
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
2021-11-19 09:23:46 +01:00
Philip Hazel
072717a61f
Fix very minor typos in documentation: redundant spaces.
2021-10-30 11:25:12 +01:00
Philip Hazel
35fee4193b
Final file tidies for 10.39.
2021-10-29 17:09:37 +01:00
Philip Hazel
bf2c8cc564
Update ChangeLog for GitHub commits and generate HTML docs.
2021-10-29 15:12:56 +01:00
Carlo Marcelo Arenas Belón
f5e4e10042
Update to Unicode 14.0.0 ( #29 )
2021-10-29 14:44:17 +01:00
Carlo Marcelo Arenas Belón
d46f1863be
improve on 'auto' mode for DISABLE_PERCENT_ZT ( #28 )
...
Visual Studio 2013 includes support for %zu and %td, so let newer
versions of it avoid the fallback, and while at it, make sure that
the first check is for DISABLE_PERCENT_ZT so it will be always
honoured if chosen.
prtdiff_t is signed, so use a signed type instead, and make sure
that an appropiate width is chosen if pointers are 64bit wide.
Remove the need for the size_t cast and instead change the size
of the equivalent format identifier to avoid truncations.
2021-10-29 14:29:47 +01:00
Philip Hazel
c99f0738c5
Documentation minor text fixes.
2021-10-29 12:33:20 +01:00
PhilipHazel
179c5d212c
Merge pull request #27 from ltrzesniewski/fix-convert-doc
...
Fix option name in pcre2convert docs
2021-10-18 17:07:18 +01:00
Lucas Trzesniewski
ec0755b829
Fix option name in pcre2convert docs
2021-10-17 19:29:44 +02:00
Philip Hazel
0612ed77c2
Update dates and tidy files for 10.38 release.
2021-10-01 16:44:09 +01:00
Philip Hazel
8f3e11a355
Doc file tidies for 10.38-RC1
2021-08-31 17:14:42 +01:00
Philip Hazel
857ac92372
Minor documentation update
2021-08-31 16:25:40 +01:00
Philip Hazel
31a46200fa
Add --allow-lookaround-bsk to pcre2grep
2021-08-31 16:24:25 +01:00
Philip Hazel
c232286c6b
Update HTML docs.
2021-08-30 16:59:34 +01:00
Philip Hazel
21c26698b3
Lock out \K in lookaround assertions by default, but provide an option to
...
re-enable the old behaviour, just in case.
2021-08-30 16:57:44 +01:00
Philip Hazel
6c2fe9da99
Documentation update to clarify ovector usage with DFA matching.
2021-08-28 16:25:59 +01:00
Philip Hazel
5ff1daffa0
Clarify delimiter handling in pcre2test documentation.
2021-08-28 12:46:50 +01:00
Philip Hazel
15b692fd82
Fix typo.
2021-08-27 09:14:11 +01:00
Philip Hazel
4ccef1697a
Update HTML docs with new URLs etc.
2021-08-26 17:26:16 +01:00
Philip Hazel
23c16e6ced
Update URLs etc for new infrastructure at GitHub/Googlegroups.
2021-08-26 16:10:11 +01:00
Philip Hazel
876ba431b0
Another update to .gitignore. Put some temporary wording in documentation about
...
the infrastructure move.
2021-08-21 17:22:53 +01:00
Philip.Hazel
d70da76dfb
Fix some documentation typos.
2021-06-14 10:53:18 +00:00
Zoltán Herczeg
3d80cf5a25
Add s390x to JIT targets.
2021-05-31 12:32:11 +00:00
Philip.Hazel
cd45050ee4
Final file tidies for 10.37-RC1
2021-04-28 16:44:51 +00:00
Philip.Hazel
a5d81d06f4
Documentation update
2021-04-28 15:37:48 +00:00
Philip.Hazel
85fc061dcf
Documentation and tests update.
2021-04-28 14:21:38 +00:00
Philip.Hazel
080d7789eb
Remove real POSIX function names from the pcre2-posix library.
2021-04-27 08:36:47 +00:00
Philip.Hazel
7eb23f423e
Final file tidies for 10.36
2020-12-04 14:30:03 +00:00
Philip.Hazel
000bbf2ea7
File tidies for 10.36-RC1
2020-11-06 17:27:35 +00:00
Philip.Hazel
dc426be88e
Documentation update
2020-11-04 17:01:13 +00:00
Philip.Hazel
6d4936dc29
Documentation update
2020-10-07 16:27:20 +00:00
Philip.Hazel
deffc391ce
Documentation update.
2020-10-05 16:52:39 +00:00
Philip.Hazel
81da2b97e3
pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.
2020-10-04 16:34:31 +00:00
Philip.Hazel
a2f0fd01c7
Update pcre2test to check delimiters after #perltest and fix some in test 1.
2020-09-14 15:39:39 +00:00
Philip.Hazel
768c7fe67e
Final file tidies for 10.35.
2020-05-09 15:47:41 +00:00
Philip.Hazel
d4e4533240
Fix documentation typos and upgrade documentation checking script.
2020-04-24 16:05:36 +00:00
Philip.Hazel
8b3f8af535
File tidies for 10.35-RC1 release candidate.
2020-04-15 16:34:36 +00:00
Philip.Hazel
c472f3f91a
Update to Unicode 13.0.0.
2020-03-25 17:18:33 +00:00
Philip.Hazel
8057c3c8b9
Renamed dftables as pcre2_dftables and enable it to write the tables in binary.
...
Update documentation about character tables.
2020-03-20 18:09:59 +00:00
Philip.Hazel
4e8f13cbd6
Documentation for PCRE2_UCP handling of upper/lower casing.
2020-02-24 16:35:15 +00:00
Philip.Hazel
eedd9d8e55
Documentation update.
2020-02-16 17:47:14 +00:00
Philip.Hazel
a57787b7cd
Fix problems with new PCRE2_SUBSTITUTE_MATCHED code.
2020-02-16 17:46:40 +00:00
Philip.Hazel
29c0d64158
Documentation update.
2020-02-11 16:37:08 +00:00
Philip.Hazel
e2c8dc8c2e
Documentation update.
2020-01-27 15:36:29 +00:00
Philip.Hazel
9e960f5465
Ensure a newline after the final line in a file is output by pcre2grep.
2020-01-25 15:50:44 +00:00
Philip.Hazel
f3c658cf87
Documentation update.
2020-01-24 15:26:44 +00:00
Philip.Hazel
e8d70e2459
Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.
2020-01-22 17:50:12 +00:00
Philip.Hazel
03720de840
Documentation update and another cunning test pattern.
2020-01-05 12:32:29 +00:00
Philip.Hazel
5ba5230b82
Allow real repetition of assertions.
2020-01-01 12:07:02 +00:00
Philip.Hazel
6707614863
Fix typo!
2019-12-29 11:50:37 +00:00