45 Commits

Author SHA1 Message Date
Nicholas Wilson
cbfe089624 Automatic update of doc files #noupdate 2025-08-28 10:39:03 +00:00
Nicholas Wilson
e02e52804c Update release number to 10.46-DEV #noupdate (#667) 2025-01-12 15:28:37 +00:00
Nicholas Wilson
f15bdd334d Update all man page dates #noupdate (#634) 2024-12-18 14:12:58 +00:00
Zoltan Herczeg
5faff986e2 Add error code for unsupported jit features (#441)
Co-authored-by: Zoltan Herczeg <hzmester@freemail.hu>
2024-08-22 17:32:47 +01:00
Philip Hazel
4249b67c7f Document JIT allocation test feature and add to pcre2test 2024-07-24 14:53:21 +01:00
Philip Hazel
04ca5be6c1 Remove ARM v5 from supported architecture list in pcre2jit documentation 2024-02-21 16:23:28 +00:00
Thomas Voss
68852219e6 Fix various typos in documentation (#372)
Most of these typos were found with the following command:

    find doc -type f -name '*.3' -exec aspell -c {} \;
2024-01-19 16:24:58 +00:00
Carlo Marcelo Arenas Belón
4b37e2f283 jit: add LoongArch support (#281)
While at it, make sure the list of files by sljit is updated
after last import.
2023-08-10 12:02:29 +02:00
Philip Hazel
fa5ec503b3 Correct list of JIT-supported architectures 2023-01-23 16:04:02 +00:00
Philip Hazel
2f86495869 Expand documentation re availability of JIT 2023-01-22 14:14:28 +00:00
Philip Hazel
4d9c1599a1 Update documentation re JIT fast path and UTF validity 2023-01-20 16:58:07 +00:00
Philip Hazel
4ef0c51d2b Interpret NULL pointer, zero length as an empty string for subjects and replacements. 2021-11-30 16:34:39 +00: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
d4e4533240 Fix documentation typos and upgrade documentation checking script. 2020-04-24 16:05:36 +00:00
Philip.Hazel
16c046ce50 Implement support for invalid UTF in the pcre2_match() interpreter. 2019-05-24 17:15:48 +00:00
Philip.Hazel
4e4f273f07 Final file tidies for 10.33. 2019-04-16 15:34:27 +00:00
Philip.Hazel
590f65f061 Documentation update re PCRE2_JIT_INVALID_UTF 2019-03-06 17:38:20 +00:00
Philip.Hazel
f90ce1a333 Implement PCRE2_COPY_MATCHED_SUBJECT. 2018-10-17 08:33:38 +00:00
Philip.Hazel
392974a0cb File tidies and documentation update for 10.32-RC1 Release Candidate. 2018-08-13 11:57:09 +00:00
Philip.Hazel
5a45a0712a Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
Philip.Hazel
e75410a5d8 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
Philip.Hazel
0c929b63ad Documentation update. 2017-03-31 17:06:43 +00:00
Philip.Hazel
f7e077c746 Documentation update. 2017-03-30 17:43:50 +00:00
Philip.Hazel
921636f6fc Documentation detrail and make HTML for 10.22-RC1. 2016-06-29 16:52:05 +00:00
Philip.Hazel
d243224a60 Implement PCRE2_NO_JIT, update HTML docs as well. 2016-06-05 16:05:34 +00:00
Philip.Hazel
7a233130ad Document JIT compile size limit and give more info in pcre2test. 2015-11-14 16:48:32 +00:00
Philip.Hazel
3af0a73414 Improve documentation. 2015-07-28 16:01:43 +00:00
Philip.Hazel
45b4ec3f8d Fix typo. 2014-12-02 11:06:13 +00:00
Philip.Hazel
a99e048b4f File tidies for 10.00-RC1. 2014-11-28 13:58:17 +00:00
Philip.Hazel
b7b8ec130e Fix documentation error. 2014-11-28 13:26:50 +00:00
Philip.Hazel
161cd17ba0 Move context argument to last in pcre2_jit_stack_create(). 2014-11-28 12:46:16 +00:00
Philip.Hazel
91f2e97474 More documentation and test updates. 2014-11-23 18:38:38 +00:00
Philip.Hazel
78b9e3d078 More documentation edits. 2014-11-17 16:59:02 +00:00
Philip.Hazel
07f8372202 Further substitution tests (code and data), and more documentation. 2014-11-14 18:41:20 +00:00
Philip.Hazel
69985f7b9b Update JIT documentation 2014-11-12 17:15:10 +00:00
Philip.Hazel
b3ac0ffb32 Substitute code update and documentation. 2014-11-11 16:51:07 +00:00
Philip.Hazel
d7495ff642 Finish off changes of JIT stack assignment 2014-11-08 16:07:30 +00:00
Philip.Hazel
08e3107cbe Changed jit_stack_alloc to jit_stack_create. 2014-11-03 17:13:00 +00:00
Philip.Hazel
dea68c01fb Add tests for JIT fast path. 2014-11-02 15:34:31 +00:00
Philip.Hazel
966418bc55 Document pcre2_jit_free_unused_memory(). 2014-10-27 10:13:57 +00:00
Philip.Hazel
db8480a1e0 A lot more documentation. 2014-10-21 16:33:30 +00:00
Philip.Hazel
c3799e750f Tidy a lot of files (remove trailing spaces) 2014-10-20 17:28:49 +00:00
Philip.Hazel
a0410efc56 Make PCRE2_NO_START_OPTIMIZE a compile-only option. 2014-10-01 16:16:27 +00:00
Philip.Hazel
5543597741 More documentation. 2014-09-29 16:45:37 +00:00