summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-19 09:52:44 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-19 09:52:44 +0000
commit1b03b33d34bd6cc9a5b966db329ca84660c32241 (patch)
tree255c502be0360983464c637e08c13dc0f9df91d3 /ChangeLog
parentd48aa6f5ee7622c3585fbe5abd21a933a49183af (diff)
downloadpcre-1b03b33d34bd6cc9a5b966db329ca84660c32241.tar.gz
File tidies caused by building a release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@259 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9602b39..16713b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@ Version 7.4 10-Sep-07
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 when the
- windows.h file is present (where different names are used). [This was
+ windows.h file is present (where different names are used). [This was
reversed later after testing - see 16 below.]
8. Changed all #include <config.h> to #include "config.h". There were also
@@ -63,14 +63,14 @@ Version 7.4 10-Sep-07
13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously
checked only for CRLF.
-
-14. Added casts to pcretest.c to avoid compiler warnings.
+
+14. Added casts to pcretest.c to avoid compiler warnings.
15. Added Craig's patch to various pcrecpp modules to avoid compiler warnings.
16. Added Craig's patch to remove the WINDOWS_H tests, that were not working,
- and instead check for _strtoi64 explicitly, and avoid the use of snprintf()
- entirely. This removes changes made in 7 above.
+ and instead check for _strtoi64 explicitly, and avoid the use of snprintf()
+ entirely. This removes changes made in 7 above.
Version 7.3 28-Aug-07