summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-12-07 20:01:16 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-12-07 20:01:16 +0000
commit7dc2840e24836eecc2467a0d2ccc7039ad3f2197 (patch)
tree37201d15b7e2489b61bb6d838440126693f88fe0
parentab5db8f3f233ff1db7f6eb3faa3ff76a32952495 (diff)
downloadpcre-7dc2840e24836eecc2467a0d2ccc7039ad3f2197.tar.gz
Oops, forgot the ChangeLog.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@284 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cfc09d..c7aa06a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,10 @@ Version 7.5 12-Nov-07
infinitely looping recursion. The bug was that positive lookaheads were not
being skipped when checking for a possible empty match (negative lookaheads
and both kinds of lookbehind were skipped).
+
+15. Fixed two typos in the Windows-only code in pcregrep.c, and moved the
+ inclusion of <windows.h> to before rather than after the definition of
+ INVALID_FILE_ATTRIBUTES (patch from David Byron).
Version 7.4 21-Sep-07