summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-03-09 14:56:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-03-09 14:56:37 (GMT)
commit69bacba44cfb85243b44d53ae35d8ed89527767d (patch)
tree7462dd2f8b6a7545c9a33c400f01d2a277ac4f29 /ChangeLog
parentb839cc7b23cc44e72ee1a857ba26249b6b2370fb (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efc0a67..29dab58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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