diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-09 16:42:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-09 16:42:06 (GMT) |
commit | 66c00a872668c60fedb51c5b242df305c7557826 (patch) | |
tree | a7cb38052fffb01584c3102dd50121cc02f7855b /ChangeLog | |
parent | 47412dd55bfb480602e28ca7d73b0aef74b622cb (diff) | |
parent | 2b0f7b4b159055bf1ef1f1a51a31ab0373929824 (diff) | |
download | tcl-66c00a872668c60fedb51c5b242df305c7557826.zip tcl-66c00a872668c60fedb51c5b242df305c7557826.tar.gz tcl-66c00a872668c60fedb51c5b242df305c7557826.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]
* doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +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-09 Donal K. Fellows <dkf@users.sf.net> * tests/dstring.test, tests/init.test, tests/link.test: Update more of |