Skip to content

Commit 2287f54

Browse files
Sync autogenerated files #noupdate
1 parent 6454fac commit 2287f54

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

doc/html/pcre2api.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,14 +1374,15 @@ <h2><a name="SEC19" href="#TOC1">CHECKING BUILD-TIME OPTIONS</a></h2>
13741374
<pre>
13751375
PCRE2_CONFIG_JITTARGET
13761376
</pre>
1377-
The <i>where</i> argument should point to a buffer that is at least 64 code
1378-
units long. (The exact length required can be found by calling
1379-
<b>pcre2_config()</b> with <b>where</b> set to NULL.) The buffer is filled with a
1380-
string that contains the name of the architecture for which the JIT compiler is
1381-
configured, for example "x86 32bit (little endian + unaligned)". If JIT support
1382-
is not available, PCRE2_ERROR_BADOPTION is returned, otherwise the number of
1383-
code units used is returned. This is the length of the string, plus one unit
1384-
for the terminating zero.
1377+
The <i>where</i> argument should point to a buffer that is suitably aligned and
1378+
wide enough to hold the full string. The exact length required is returned when
1379+
calling <b>pcre2_config()</b> with <b>where</b> set to NULL first. The buffer is
1380+
filled with a string that contains the name of the architecture for which the JIT
1381+
compiler is configured at build time, for example, a 64-bit ARM CPU that supports
1382+
the Armv8.1 extension writes "ARM-64 (LSE) 64bit (little endian + unaligned)".
1383+
If JIT support is not available, PCRE2_ERROR_BADOPTION is returned, otherwise
1384+
the number of code units used is returned. This is the length of the string,
1385+
plus one code unit for the NUL character.
13851386
<pre>
13861387
PCRE2_CONFIG_LINKSIZE
13871388
</pre>
@@ -4623,7 +4624,7 @@ <h2><a name="SEC43" href="#TOC1">AUTHOR</a></h2>
46234624
</p>
46244625
<h2><a name="SEC44" href="#TOC1">REVISION</a></h2>
46254626
<p>
4626-
Last updated: 19 October 2025
4627+
Last updated: 29 October 2025
46274628
<br>
46284629
Copyright &copy; 1997-2024 University of Cambridge.
46294630
<br>

doc/pcre2.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,14 +1364,16 @@ CHECKING BUILD-TIME OPTIONS
13641364

13651365
PCRE2_CONFIG_JITTARGET
13661366

1367-
The where argument should point to a buffer that is at least 64 code
1368-
units long. (The exact length required can be found by calling
1369-
pcre2_config() with where set to NULL.) The buffer is filled with a
1370-
string that contains the name of the architecture for which the JIT
1371-
compiler is configured, for example "x86 32bit (little endian + un-
1372-
aligned)". If JIT support is not available, PCRE2_ERROR_BADOPTION is
1373-
returned, otherwise the number of code units used is returned. This is
1374-
the length of the string, plus one unit for the terminating zero.
1367+
The where argument should point to a buffer that is suitably aligned
1368+
and wide enough to hold the full string. The exact length required is
1369+
returned when calling pcre2_config() with where set to NULL first. The
1370+
buffer is filled with a string that contains the name of the architec-
1371+
ture for which the JIT compiler is configured at build time, for exam-
1372+
ple, a 64-bit ARM CPU that supports the Armv8.1 extension writes
1373+
"ARM-64 (LSE) 64bit (little endian + unaligned)". If JIT support is
1374+
not available, PCRE2_ERROR_BADOPTION is returned, otherwise the number
1375+
of code units used is returned. This is the length of the string, plus
1376+
one code unit for the NUL character.
13751377

13761378
PCRE2_CONFIG_LINKSIZE
13771379

@@ -4418,11 +4420,11 @@ AUTHOR
44184420

44194421
REVISION
44204422

4421-
Last updated: 19 October 2025
4423+
Last updated: 29 October 2025
44224424
Copyright (c) 1997-2024 University of Cambridge.
44234425

44244426

4425-
PCRE2 10.48-DEV 19 October 2025 PCRE2API(3)
4427+
PCRE2 10.48-DEV 29 October 2025 PCRE2API(3)
44264428
------------------------------------------------------------------------------
44274429

44284430

0 commit comments

Comments
 (0)