@@ -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
44194421REVISION
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