diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-09 15:55:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-09 15:55:19 (GMT) |
commit | 2b0f7b4b159055bf1ef1f1a51a31ab0373929824 (patch) | |
tree | bcbc27c8894e3399b916eeaa7a4c4d5a7e6c4736 /ChangeLog | |
parent | d413545404999ecc7b1af29a25e9fab165c57c08 (diff) | |
parent | 69bacba44cfb85243b44d53ae35d8ed89527767d (diff) | |
download | tcl-2b0f7b4b159055bf1ef1f1a51a31ab0373929824.zip tcl-2b0f7b4b159055bf1ef1f1a51a31ab0373929824.tar.gz tcl-2b0f7b4b159055bf1ef1f1a51a31ab0373929824.tar.bz2 |
* generic/tclNamesp.c: Tighten the detector of nested [namespace code]
* tests/namespace.test: quoting that the quoted scripts function
properly even in a namespace that contains a custom "namespace"
command. [Bug 3202171]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-03-09 Don Porter <dgp@users.sourceforge.net> + * generic/tclNamesp.c: Tighten the detector of nested [namespace code] + * tests/namespace.test: quoting that the quoted scripts function + properly even in a namespace that contains a custom "namespace" + command. [Bug 3202171] + * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys. 2011-03-08 Jan Nijtmans <nijtmans@users.sf.net> |