| 32 |
compatibility, even though it is no longer used. |
compatibility, even though it is no longer used. |
| 33 |
|
|
| 34 |
7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and |
7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and |
| 35 |
strtoull to pcrecpp.cc to select the available functions in WIN32 (where |
strtoull to pcrecpp.cc to select the available functions in WIN32 when the |
| 36 |
different names are used). |
windows.h file is present (where different names are used). |
| 37 |
|
|
| 38 |
8. Changed all #include <config.h> to #include "config.h". There were also |
8. Changed all #include <config.h> to #include "config.h". There were also |
| 39 |
some further <pcre.h> cases that I changed to "pcre.h". |
some further <pcre.h> cases that I changed to "pcre.h". |
| 58 |
11. --disable-stack-for-recursion caused compiling to fail unless -enable- |
11. --disable-stack-for-recursion caused compiling to fail unless -enable- |
| 59 |
unicode-properties was also set. |
unicode-properties was also set. |
| 60 |
|
|
| 61 |
12. Updated the RunTest script to miss out tests that don't work if \R is |
12. Updated the tests so that they work when \R is defaulted to ANYCRLF. |
|
defaulted to ANYCRLF. |
|
| 62 |
|
|
| 63 |
|
|
| 64 |
Version 7.3 28-Aug-07 |
Version 7.3 28-Aug-07 |