--- code/trunk/ChangeLog 2007/04/16 15:28:08 149 +++ code/trunk/ChangeLog 2007/04/24 13:36:11 155 @@ -1,7 +1,7 @@ ChangeLog for PCRE ------------------ -Version 7.1 12-Mar-07 +Version 7.1 24-Apr-07 --------------------- 1. Applied Bob Rossi and Daniel G's patches to convert the build system to one @@ -135,13 +135,21 @@ was because its rules for how to advance for /g after matching an empty string at the end of a line did not allow for this case. They now check for it specially. - -20. pcretest is supposed to handle patterns and data of any length, by - extending its buffers when necessary. It was getting this wrong when the + +20. pcretest is supposed to handle patterns and data of any length, by + extending its buffers when necessary. It was getting this wrong when the buffer for a data line had to be extended. - + 21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or - CRLF as a newline sequence. + 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. + +24. Added a man page for pcre-config. Version 7.0 19-Dec-06