--- code/trunk/ChangeLog 2007/09/11 11:15:33 231 +++ code/trunk/ChangeLog 2007/09/11 12:57:06 236 @@ -25,6 +25,18 @@ 4. Added options (at build time, compile time, exec time) to change \R from matching any Unicode line ending sequence to just matching CR, LF, or CRLF. + +5. doc/pcresyntax.html was missing from the distribution. + +6. Put back the definition of PCRE_ERROR_NULLWSLIMIT, for backward + compatibility, even though it is no longer used. + +7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and + strtoull to pcrecpp.cc to select the available functions in WIN32 (where + different names are used). + +8. Changed all #include to #include "config.h". There were also + some further cases that I changed to "pcre.h". Version 7.3 28-Aug-07