summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-25 21:28:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-25 21:28:26 (GMT)
commitd6d4bb969fa1616d93e6a3f125308a6c386af51e (patch)
treee8d1b28362b6d5cc0cfc3043f2f0bc6dd0159501 /ChangeLog
parent6edc52fd6815d3479ca129e736b123fce6de7512 (diff)
downloadtcl-d6d4bb969fa1616d93e6a3f125308a6c386af51e.zip
tcl-d6d4bb969fa1616d93e6a3f125308a6c386af51e.tar.gz
tcl-d6d4bb969fa1616d93e6a3f125308a6c386af51e.tar.bz2
Fixes to ensemble -unknown handler processing to stop [namespace import] from
disrupting things horribly. Problem found by Don Porter when investigating [Bug 1016167].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31bdb1d..c4bf470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclNamesp.c (NsEnsembleImplementationCmd): Use the
+ ensemble command token to get the name of the ensemble for passing
+ to the -unknown handler instead of relying on objv[0], which may
+ contain useless info in the presence of [namespace import].
+ Problem found by Don Porter when investigating [Bug 1016167].
+
2004-08-24 Don Porter <dgp@users.sourceforge.net>
* generic/tclProc.c: The routine TclProcInterpProc was a specific