diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-25 21:28:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-25 21:28:26 (GMT) |
commit | d6d4bb969fa1616d93e6a3f125308a6c386af51e (patch) | |
tree | e8d1b28362b6d5cc0cfc3043f2f0bc6dd0159501 /ChangeLog | |
parent | 6edc52fd6815d3479ca129e736b123fce6de7512 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |