summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-17 15:07:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-17 15:07:29 +0000
commit3c36bde64832e5c3b8a89b19680bf408fa98a0b7 (patch)
tree6def2dca0441cfc9b5ca0525b8df8b7cb0589b81 /ChangeLog
parentc2ca0181556e8224559ea493ebe08ad3ab1e986d (diff)
downloadpcre-3c36bde64832e5c3b8a89b19680bf408fa98a0b7.tar.gz
Tidies: added some casts and some missing #ifdefs.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@151 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44a1d4e..eb8b34e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -142,6 +142,12 @@ Version 7.1 12-Mar-07
21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or
CRLF as a newline sequence.
+
+22. Code for handling Unicode properties in pcre_dfa_exec() wasn't being cut
+ out by #ifdef SUPPORT_UCP. This did no harm, as it could never be used, but
+ I have nevertheless tidied it up.
+
+23. Added some casts to kill warnings from HP-UX ia64 compiler.
Version 7.0 19-Dec-06