summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-04-18 13:49:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-04-18 13:49:30 (GMT)
commit85e2515f134ae9dee84eaab360465cc92116796f (patch)
tree63c60de2e22e0b8f825bd1291f28c908e299356f /ChangeLog
parent1b9f7ed6c59cd402cd53aee313010d341a5420be (diff)
downloadtcl-85e2515f134ae9dee84eaab360465cc92116796f.zip
tcl-85e2515f134ae9dee84eaab360465cc92116796f.tar.gz
tcl-85e2515f134ae9dee84eaab360465cc92116796f.tar.bz2
Partial resolution of Bug #536831; the comment is a bit clearer!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0f32fb..b8d8616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclCmdMZ.c (Tcl_SubstObj): More clarification for
+ comment on behaviour when substitutions are not well-formed,
+ prompted by [Bug #536831]; alas, removing the ill-defined
+ behaviour is a lot of work.
+
2002-04-18 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclExecute.c:
@@ -296,7 +303,7 @@
2002-03-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
- * doc/expr.n: Improved documentation for ceil and floor [Bug 350535]
+ * doc/expr.n: Improved documentation for ceil and floor [Bug 530535]
2002-03-20 Don Porter <dgp@users.sourceforge.net>