summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-11 11:14:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-11 11:14:22 (GMT)
commita80d0318d2c6fdaaad538515154acc68edfe3bbc (patch)
treedc5c33e1b83e8fb8d6bf21e796e20d3ad93e52d2 /ChangeLog
parentee2ddea6e375270013c0bbe70e83853301efc279 (diff)
downloadtcl-a80d0318d2c6fdaaad538515154acc68edfe3bbc.zip
tcl-a80d0318d2c6fdaaad538515154acc68edfe3bbc.tar.gz
tcl-a80d0318d2c6fdaaad538515154acc68edfe3bbc.tar.bz2
Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae76f05..f0ac54b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-02-09 Mo DeJong <mdejong@users.sourceforge.net>
+
+ [Bug 2826551, Patch 2948425]: Assorted regexp bugs related to -all,
+ -line and -start options and newlines.
+ * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): If -offset is given, treat it
+ as the start of the line if the previous character was a newline. Fix
+ nasty edge case where a zero length match would not advance the index.
+ * tests/regexp.test: Add regression tests back ported from Jacl.
+ Checks for a number of issues related to -line and newline handling. A
+ few of tests were broken before the patch and continue to be broken,
+ marked as knownBug.
+
2010-02-11 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOO.c (ObjectRenamedTrace): [Bug 2949397]: Prevent