diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-12 23:15:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-12 23:15:50 (GMT) |
commit | 95ae9fc660dff014a55d6a22e13f0914f7492e68 (patch) | |
tree | afb2c2024bc07742258de5aa258f97c8e6e70e75 /ChangeLog | |
parent | c0e9fb0f2c36cf8af0d07e5213b5725a7a72a4a4 (diff) | |
download | tcl-95ae9fc660dff014a55d6a22e13f0914f7492e68.zip tcl-95ae9fc660dff014a55d6a22e13f0914f7492e68.tar.gz tcl-95ae9fc660dff014a55d6a22e13f0914f7492e68.tar.bz2 |
Partial fix for [Bug 1355342]
Also ANSIfy the rest of the file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-11-12 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclNamesp.c (Tcl_FindCommand): Do not find commands in dead + namespaces on the path. Partial fix for [Bug 1355342]. + 2005-11-11 Don Porter <dgp@users.sourceforge.net> * generic/tclInt.h: Revised TclParseNumber interface to enable |