| 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". |
| 54 |
After changing table of Posix names 22 |
After changing table of Posix names 22 |
| 55 |
|
|
| 56 |
Thanks to the folks working on Gregex for glib for this insight. |
Thanks to the folks working on Gregex for glib for this insight. |
| 57 |
|
|
| 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. |
| 62 |
defaulted to ANYCRLF. |
|
| 63 |
|
13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously |
| 64 |
|
checked only for CRLF. |
| 65 |
|
|
| 66 |
|
|
| 67 |
Version 7.3 28-Aug-07 |
Version 7.3 28-Aug-07 |