diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-12 23:16:18 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-12 23:16:18 (GMT) |
commit | 16f317ea1543e3ccc59306c6ecb398b165d30bc6 (patch) | |
tree | 50c63fd8373301759324b3ce322802b9b780f057 /ChangeLog | |
parent | bc7e98d373bca23af3b39ab27dcd19e516701091 (diff) | |
download | tcl-16f317ea1543e3ccc59306c6ecb398b165d30bc6.zip tcl-16f317ea1543e3ccc59306c6ecb398b165d30bc6.tar.gz tcl-16f317ea1543e3ccc59306c6ecb398b165d30bc6.tar.bz2 |
* generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualified
command names (as in fix [Patch 456668]).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-12-12 Miguel Sofer <msofer@users.sf.net> + + * generic/tclObj.c (TclSetCmdNameObj): special handling for fully + qualified command names (as in fix [Patch 456668]). + 2004-12-11 Miguel Sofer <msofer@users.sf.net> * generic/tclInt.h: |