| 2 |
------------------------ |
------------------------ |
| 3 |
|
|
| 4 |
|
|
| 5 |
Release 7.3 09-Aug-07 |
Release 7.4 21-Sep-07 |
| 6 |
|
--------------------- |
| 7 |
|
|
| 8 |
|
The only change of specification is the addition of options to control whether |
| 9 |
|
\R matches any Unicode line ending (the default) or just CR, LF, and CRLF. |
| 10 |
|
Otherwise, the changes are bug fixes and a refactoring to reduce the number of |
| 11 |
|
relocations needed in a shared library. There have also been some documentation |
| 12 |
|
updates, in particular, some more information about using CMake to build PCRE |
| 13 |
|
has been added to the NON-UNIX-USE file. |
| 14 |
|
|
| 15 |
|
|
| 16 |
|
Release 7.3 28-Aug-07 |
| 17 |
--------------------- |
--------------------- |
| 18 |
|
|
| 19 |
Most changes are bug fixes. Some that are not: |
Most changes are bug fixes. Some that are not: |
| 28 |
consequence there is no longer a hard limit on the size of a subpattern that |
consequence there is no longer a hard limit on the size of a subpattern that |
| 29 |
has a limited repeat count. |
has a limited repeat count. |
| 30 |
|
|
| 31 |
|
4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() |
| 32 |
|
no longer advance by two characters instead of one when an unanchored match |
| 33 |
|
fails at CRLF if there are explicit CR or LF matches within the pattern. |
| 34 |
|
This gets rid of some anomalous effects that previously occurred. |
| 35 |
|
|
| 36 |
|
5. Some PCRE-specific settings for varying the newline options at the start of |
| 37 |
|
a pattern have been added. |
| 38 |
|
|
| 39 |
|
|
| 40 |
Release 7.2 19-Jun-07 |
Release 7.2 19-Jun-07 |
| 41 |
--------------------- |
--------------------- |