summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:53 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:53 +0000
commit7703eae0f55edaff9f482fa8d23a6910d5d18577 (patch)
tree83aa003e890adb9ef5e1968d02febf0256cf61ac /ChangeLog
parent0c8732c8583c7e31476c0ec1c0ac92cc7e5f8bc0 (diff)
downloadpcre-7703eae0f55edaff9f482fa8d23a6910d5d18577.tar.gz
Load pcre-2.03 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@29 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 435b90a..a057a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,22 @@ ChangeLog for PCRE
------------------
+Version 2.03 02-Feb-99
+----------------------
+
+1. Fixed typo and small mistake in man page.
+
+2. Added 4th condition (GPL supersedes) and created separate LICENCE file.
+
+3. Updated pcretest so that patterns such as /abc\/def/ work like they do in
+Perl, that is the internal \ allows the delimiter to be included in the
+pattern. Locked out the use of \ as a delimiter. If \ immediately follows
+the final delimiter, add \ to the end of the pattern (to test the error).
+
+4. Added the convenience functions for extracting substrings after a successful
+match. Updated pcretest to make it able to test these functions.
+
+
Version 2.02 14-Jan-99
----------------------