| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
Version 8.20 23-Sep-2011 |
Version 8.20 10-Oct-2011 |
| 5 |
------------------------ |
------------------------ |
| 6 |
|
|
| 7 |
1. Change 37 of 8.13 broke patterns like [:a]...[b:] because it thought it had |
1. Change 37 of 8.13 broke patterns like [:a]...[b:] because it thought it had |
| 99 |
inevitable for groups that contain captures, but it can lead to a lot of |
inevitable for groups that contain captures, but it can lead to a lot of |
| 100 |
stack use in large patterns. The old behaviour has been restored for atomic |
stack use in large patterns. The old behaviour has been restored for atomic |
| 101 |
groups that do not contain any capturing parentheses. |
groups that do not contain any capturing parentheses. |
| 102 |
|
|
| 103 |
|
19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not |
| 104 |
|
suppress the check for a minimum subject length at run time. (If it was |
| 105 |
|
given to pcre_exec() or pcre_dfa_exec() it did work.) |
| 106 |
|
|
| 107 |
|
|
| 108 |
Version 8.13 16-Aug-2011 |
Version 8.13 16-Aug-2011 |