diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-18 16:31:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-18 16:31:40 (GMT) |
commit | 70c08cd4f9a9acb9bc8d2c2bd262c999396e974b (patch) | |
tree | 24821b51548e8a55f6b23407ef2f58aea66770a3 /ChangeLog | |
parent | 99698119e81825308e2a3790fc046c4c9fe63b40 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |