summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-18 16:31:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-18 16:31:40 (GMT)
commit70c08cd4f9a9acb9bc8d2c2bd262c999396e974b (patch)
tree24821b51548e8a55f6b23407ef2f58aea66770a3 /ChangeLog
parent99698119e81825308e2a3790fc046c4c9fe63b40 (diff)
downloadtcl-70c08cd4f9a9acb9bc8d2c2bd262c999396e974b.zip
tcl-70c08cd4f9a9acb9bc8d2c2bd262c999396e974b.tar.gz
tcl-70c08cd4f9a9acb9bc8d2c2bd262c999396e974b.tar.bz2
* Clarified documentation on handling unusual return
codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74d50c0..01381bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-18 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/subst.n: Clarified documentation on handling unusual return
+ codes during substitution, and on variable substitutions implied
+ by command substitution, and vice versa. [Bug 536838]
+
2002-04-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclCmdIL.c (InfoBodyCmd):