--- code/trunk/ChangeLog 2007/04/17 08:22:40 150 +++ code/trunk/ChangeLog 2007/04/17 15:07:29 151 @@ -142,6 +142,12 @@ 21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or CRLF as a newline sequence. + +22. Code for handling Unicode properties in pcre_dfa_exec() wasn't being cut + out by #ifdef SUPPORT_UCP. This did no harm, as it could never be used, but + I have nevertheless tidied it up. + +23. Added some casts to kill warnings from HP-UX ia64 compiler. Version 7.0 19-Dec-06