| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
Version 8.21 |
Version 8.21 05-Dec-2011 |
| 5 |
------------ |
------------------------ |
| 6 |
|
|
| 7 |
1. Updating the JIT compiler. |
1. Updating the JIT compiler. |
| 8 |
|
|
| 13 |
PCRE_EXTRA_TABLES is not suported by JIT, and should be checked before |
PCRE_EXTRA_TABLES is not suported by JIT, and should be checked before |
| 14 |
calling _pcre_jit_exec. Some extra comments are added. |
calling _pcre_jit_exec. Some extra comments are added. |
| 15 |
|
|
| 16 |
4. Mark settings inside atomic groups that do not contain any capturing |
4. (*MARK) settings inside atomic groups that do not contain any capturing |
| 17 |
parentheses, for example, (?>a(*:m)), were not being passed out. This bug |
parentheses, for example, (?>a(*:m)), were not being passed out. This bug |
| 18 |
was introduced by change 18 for 8.20. |
was introduced by change 18 for 8.20. |
| 19 |
|
|
| 99 |
|
|
| 100 |
24. Added PCRE_INFO_JITSIZE to pass on the value from (21) above, and also |
24. Added PCRE_INFO_JITSIZE to pass on the value from (21) above, and also |
| 101 |
output it when the /M option is used in pcretest. |
output it when the /M option is used in pcretest. |
| 102 |
|
|
| 103 |
|
25. The CheckMan script was not being included in the distribution. Also, added |
| 104 |
|
an explicit "perl" to run Perl scripts from the PrepareRelease script |
| 105 |
|
because this is reportedly needed in Windows. |
| 106 |
|
|
| 107 |
|
|
| 108 |
Version 8.20 21-Oct-2011 |
Version 8.20 21-Oct-2011 |