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 |
22. Code for handling Unicode properties in pcre_dfa_exec() wasn't being cut |
22. Code for handling Unicode properties in pcre_dfa_exec() wasn't being cut |
147 |
out by #ifdef SUPPORT_UCP. This did no harm, as it could never be used, but |
out by #ifdef SUPPORT_UCP. This did no harm, as it could never be used, but |
148 |
I have nevertheless tidied it up. |
I have nevertheless tidied it up. |
149 |
|
|
150 |
23. Added some casts to kill warnings from HP-UX ia64 compiler. |
23. Added some casts to kill warnings from HP-UX ia64 compiler. |
151 |
|
|
152 |
|
|
153 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |