Commit 5d42900
committed
pcre2lib: Pull PCRE2 10.37
Excerpt from the release news:
Version 10.37 26-May-2021
-------------------------
A few more bug fixes and tidies. The only change of real note is the removal of
the actual POSIX names regcomp etc. from the POSIX wrapper library because
these have caused issues for some applications (see 10.33 #2 below).
Version 10.36 04-December-2020
------------------------------
Again, mainly bug fixes and tidies. The only enhancements are the addition of
GNU grep's -m (aka --max-count) option to pcre2grep, and also unifying the
handling of substitution strings for both -O and callouts in pcre2grep, with
the addition of $x{...} and $o{...} to allow for characters whose code points
are greater than 255 in Unicode mode.
NOTE: there is an outstanding issue with JIT support for MacOS on arm64
hardware. For details, please see Bugzilla issue php#2618.
Signed-off-by: Anatol Belski <ab@php.net>1 parent 56c1633 commit 5d42900
File tree
32 files changed
+4630
-13576
lines changed- ext/pcre/pcre2lib
- sljit
32 files changed
+4630
-13576
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| 493 | + | |
493 | 494 | | |
494 | 495 | | |
495 | 496 | | |
| |||
1186 | 1187 | | |
1187 | 1188 | | |
1188 | 1189 | | |
1189 | | - | |
1190 | | - | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
1191 | 1194 | | |
| 1195 | + | |
1192 | 1196 | | |
1193 | 1197 | | |
1194 | | - | |
| 1198 | + | |
| 1199 | + | |
1195 | 1200 | | |
1196 | 1201 | | |
1197 | 1202 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1398 | 1398 | | |
1399 | 1399 | | |
1400 | 1400 | | |
1401 | | - | |
| 1401 | + | |
1402 | 1402 | | |
| 1403 | + | |
1403 | 1404 | | |
1404 | 1405 | | |
1405 | 1406 | | |
1406 | | - | |
1407 | | - | |
| 1407 | + | |
1408 | 1408 | | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
1409 | 1428 | | |
1410 | 1429 | | |
1411 | 1430 | | |
1412 | | - | |
1413 | | - | |
1414 | 1431 | | |
1415 | 1432 | | |
1416 | 1433 | | |
1417 | 1434 | | |
1418 | 1435 | | |
1419 | | - | |
1420 | 1436 | | |
1421 | 1437 | | |
1422 | | - | |
1423 | | - | |
| 1438 | + | |
1424 | 1439 | | |
1425 | 1440 | | |
1426 | | - | |
| 1441 | + | |
1427 | 1442 | | |
1428 | 1443 | | |
1429 | 1444 | | |
| |||
1438 | 1453 | | |
1439 | 1454 | | |
1440 | 1455 | | |
1441 | | - | |
1442 | | - | |
| 1456 | + | |
1443 | 1457 | | |
1444 | 1458 | | |
1445 | | - | |
| 1459 | + | |
1446 | 1460 | | |
1447 | 1461 | | |
1448 | 1462 | | |
| |||
1776 | 1790 | | |
1777 | 1791 | | |
1778 | 1792 | | |
1779 | | - | |
1780 | | - | |
1781 | | - | |
1782 | 1793 | | |
1783 | | - | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
1784 | 1800 | | |
1785 | 1801 | | |
1786 | | - | |
| 1802 | + | |
| 1803 | + | |
1787 | 1804 | | |
1788 | 1805 | | |
1789 | 1806 | | |
1790 | 1807 | | |
1791 | 1808 | | |
| 1809 | + | |
1792 | 1810 | | |
1793 | 1811 | | |
1794 | 1812 | | |
| |||
2344 | 2362 | | |
2345 | 2363 | | |
2346 | 2364 | | |
2347 | | - | |
| 2365 | + | |
2348 | 2366 | | |
2349 | 2367 | | |
2350 | 2368 | | |
| |||
4331 | 4349 | | |
4332 | 4350 | | |
4333 | 4351 | | |
| 4352 | + | |
4334 | 4353 | | |
4335 | 4354 | | |
4336 | 4355 | | |
| |||
0 commit comments