diff options
author | dgp <dgp@users.sourceforge.net> | 2002-10-10 16:10:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-10-10 16:10:50 (GMT) |
commit | d7cb9cd3d976e984b08eb651a1012e64ef12806d (patch) | |
tree | c86f27603621c7c35bc30e5a05813d1a7096e54c /ChangeLog | |
parent | 018174673a855f66bc266baff83653aa3a4055f0 (diff) | |
download | tcl-d7cb9cd3d976e984b08eb651a1012e64ef12806d.zip tcl-d7cb9cd3d976e984b08eb651a1012e64ef12806d.tar.gz tcl-d7cb9cd3d976e984b08eb651a1012e64ef12806d.tar.bz2 |
* doc/Tcl.n: Clarified that namespace separators are legal in
the variable names during $-subtitution. [Bug 615139]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ 2002-10-10 Don Porter <dgp@users.sourceforge.net> - * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826] + * doc/Tcl.n: Clarified that namespace separators are legal in + the variable names during $-subtitution. [Bug 615139] + + * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826] 2002-07-22 Vince Darley <vincentdarley@users.sourceforge.net> |