summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-06-12 08:07:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-06-12 08:07:37 (GMT)
commit618765e259dedad64023f5f750afe080cb50e1c4 (patch)
treed0d7eaa0cc57a266b613765f972ca573df84eade /ChangeLog
parent4f211efb0420a08b1bde5ecf7512c41ffbaac25a (diff)
downloadtcl-618765e259dedad64023f5f750afe080cb50e1c4.zip
tcl-618765e259dedad64023f5f750afe080cb50e1c4.tar.gz
tcl-618765e259dedad64023f5f750afe080cb50e1c4.tar.bz2
Fix for bug #219232 (submatch errors with regexp -all -inline -indices)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d860fd4..4a9c721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-12 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/regexp.test (regexp-18.12):
+ * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Fixed so that submatches
+ that do not match always have index pair {-1 -1} [Bug #219232]
+
2001-05-03 Don Porter <dgp@users.sourceforge.net>
* generic/tcl.h: