1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
Version 7.1 12-Mar-07 |
Version 7.2 01-May-07 |
5 |
|
--------------------- |
6 |
|
|
7 |
|
1. If the fr_FR locale cannot be found for test 3, try the "french" locale, |
8 |
|
which is apparently normally available under Windows. |
9 |
|
|
10 |
|
2. Re-jig the pcregrep tests with different newline settings in an attempt |
11 |
|
to make them independent of the local environment's newline setting. |
12 |
|
|
13 |
|
|
14 |
|
Version 7.1 24-Apr-07 |
15 |
--------------------- |
--------------------- |
16 |
|
|
17 |
1. Applied Bob Rossi and Daniel G's patches to convert the build system to one |
1. Applied Bob Rossi and Daniel G's patches to convert the build system to one |
145 |
was because its rules for how to advance for /g after matching an empty |
was because its rules for how to advance for /g after matching an empty |
146 |
string at the end of a line did not allow for this case. They now check for |
string at the end of a line did not allow for this case. They now check for |
147 |
it specially. |
it specially. |
148 |
|
|
149 |
20. pcretest is supposed to handle patterns and data of any length, by |
20. pcretest is supposed to handle patterns and data of any length, by |
150 |
extending its buffers when necessary. It was getting this wrong when the |
extending its buffers when necessary. It was getting this wrong when the |
151 |
buffer for a data line had to be extended. |
buffer for a data line had to be extended. |
152 |
|
|
153 |
21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or |
21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or |
154 |
CRLF as a newline sequence. |
CRLF as a newline sequence. |
155 |
|
|
156 |
|
22. Code for handling Unicode properties in pcre_dfa_exec() wasn't being cut |
157 |
|
out by #ifdef SUPPORT_UCP. This did no harm, as it could never be used, but |
158 |
|
I have nevertheless tidied it up. |
159 |
|
|
160 |
|
23. Added some casts to kill warnings from HP-UX ia64 compiler. |
161 |
|
|
162 |
|
24. Added a man page for pcre-config. |
163 |
|
|
164 |
|
|
165 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |