135 |
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 |
136 |
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 |
137 |
it specially. |
it specially. |
138 |
|
|
139 |
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 |
140 |
extending its buffers when necessary. It was getting this wrong when the |
extending its buffers when necessary. It was getting this wrong when the |
141 |
buffer for a data line had to be extended. |
buffer for a data line had to be extended. |
142 |
|
|
143 |
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 |
144 |
CRLF as a newline sequence. |
CRLF as a newline sequence. |
145 |
|
|
146 |
|
|
147 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |