summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-23 21:10:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-23 21:10:08 (GMT)
commitf3bdd208ac10cfe9a475b0689677acd542debee2 (patch)
treefab52bff0daa0ff0e2c59e63bc82678e64de6b1c /ChangeLog
parentf40cc098f4cfadea6aa0a597de897558fc92e427 (diff)
parent9e0ab0841248c6ba0cf49036de9005c8d0120a28 (diff)
downloadtcl-f3bdd208ac10cfe9a475b0689677acd542debee2.zip
tcl-f3bdd208ac10cfe9a475b0689677acd542debee2.tar.gz
tcl-f3bdd208ac10cfe9a475b0689677acd542debee2.tar.bz2
Add tests relating to bug 1115587. The bug itself still exists at this point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 808a585..b11b598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2012-02-23 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/reg.test (14.21-23): Add tests relating to bug 1115587. Actual
+ bug is characterised by test marked with 'knownBug'.
+
2012-02-17 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclIOUtil.c: [Bug 2233954] AIX: compile error
+ * generic/tclIOUtil.c: [Bug 2233954]: AIX: compile error
* unix/tclUnixPort.h:
2012-02-16 Donal K. Fellows <dkf@users.sf.net>