--- code/trunk/ChangeLog 2009/03/08 16:27:43 384 +++ code/trunk/ChangeLog 2009/03/17 21:16:01 391 @@ -49,7 +49,20 @@ used for matching. 11. Unicode property support in character classes was not working for - characters (bytes) greater than 128 when not in UTF-8 mode. + 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. + +17. Implemented support for UTF-8 encoding in EBCDIC environments, a patch + from Martin Jerabek that uses macro names for all relevant character and + string constants. Version 7.8 05-Sep-08