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 when the |
strtoull to pcrecpp.cc to select the available functions in WIN32 when the |
36 |
windows.h file is present (where different names are used). [This was |
windows.h file is present (where different names are used). [This was |
37 |
reversed later after testing - see 16 below.] |
reversed later after testing - see 16 below.] |
38 |
|
|
39 |
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 |
63 |
|
|
64 |
13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously |
13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously |
65 |
checked only for CRLF. |
checked only for CRLF. |
66 |
|
|
67 |
14. Added casts to pcretest.c to avoid compiler warnings. |
14. Added casts to pcretest.c to avoid compiler warnings. |
68 |
|
|
69 |
15. Added Craig's patch to various pcrecpp modules to avoid compiler warnings. |
15. Added Craig's patch to various pcrecpp modules to avoid compiler warnings. |
70 |
|
|
71 |
16. Added Craig's patch to remove the WINDOWS_H tests, that were not working, |
16. Added Craig's patch to remove the WINDOWS_H tests, that were not working, |
72 |
and instead check for _strtoi64 explicitly, and avoid the use of snprintf() |
and instead check for _strtoi64 explicitly, and avoid the use of snprintf() |
73 |
entirely. This removes changes made in 7 above. |
entirely. This removes changes made in 7 above. |
74 |
|
|
75 |
|
|
76 |
Version 7.3 28-Aug-07 |
Version 7.3 28-Aug-07 |