diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-09 14:56:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-09 14:56:37 (GMT) |
commit | 69bacba44cfb85243b44d53ae35d8ed89527767d (patch) | |
tree | 7462dd2f8b6a7545c9a33c400f01d2a277ac4f29 /ChangeLog | |
parent | b839cc7b23cc44e72ee1a857ba26249b6b2370fb (diff) | |
download | tcl-69bacba44cfb85243b44d53ae35d8ed89527767d.zip tcl-69bacba44cfb85243b44d53ae35d8ed89527767d.tar.gz tcl-69bacba44cfb85243b44d53ae35d8ed89527767d.tar.bz2 |
* generic/tclNamesp.c: Tighten the detector of nested [namespace code]
bug_3202171
* tests/namespace.test: quoting that the quoted scriptsfunction
properly even in a namespace that contains a custom "namespace"
command. [Bug 3202171]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +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 scriptsfunction + properly even in a namespace that contains a custom "namespace" + command. [Bug 3202171] + 2011-03-08 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclBasic.c: Fix gcc warnings: variable set but not used |