diff options
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 |