--- code/trunk/ChangeLog 2009/03/08 15:26:59 383 +++ code/trunk/ChangeLog 2009/03/17 10:58:16 390 @@ -47,6 +47,18 @@ 10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was used for matching. + +11. Unicode property support in character classes was not working for + characters (bytes) greater than 127 when not in UTF-8 mode. + +12. Added the -M command line option to pcretest. + +14. Added the non-standard REG_NOTEMPTY option to the POSIX interface. + +15. Added the PCRE_NO_START_OPTIMIZE match-time option. + +16. Added comments and documentation about mis-use of no_arg in the C++ + wrapper. Version 7.8 05-Sep-08