summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-04-18 16:31:39 (GMT)
committerdgp <dgp@noemail.net>2002-04-18 16:31:39 (GMT)
commit0423f86658e3ae30269de3acbee0037bad96a066 (patch)
tree24821b51548e8a55f6b23407ef2f58aea66770a3 /ChangeLog
parent437400e9bdeb47c4a2591bd7dc533315b46d60ec (diff)
downloadtcl-0423f86658e3ae30269de3acbee0037bad96a066.zip
tcl-0423f86658e3ae30269de3acbee0037bad96a066.tar.gz
tcl-0423f86658e3ae30269de3acbee0037bad96a066.tar.bz2
* Clarified documentation on handling unusual return
codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838] FossilOrigin-Name: f6e13378df51e5df027d16f65318497bbf4017b0
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):