summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-23 21:08:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-23 21:08:11 (GMT)
commit9e0ab0841248c6ba0cf49036de9005c8d0120a28 (patch)
treef073644653dd2240e0cbd30ddf34ab71e3f61c64 /ChangeLog
parent7e1cb76f0617c08d56ca78ebe894a0e1f3d9d532 (diff)
downloadtcl-9e0ab0841248c6ba0cf49036de9005c8d0120a28.zip
tcl-9e0ab0841248c6ba0cf49036de9005c8d0120a28.tar.gz
tcl-9e0ab0841248c6ba0cf49036de9005c8d0120a28.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 48b6f81..e603d00 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-15 Donal K. Fellows <dkf@users.sf.net>