diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-09 21:07:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-09 21:07:31 (GMT) |
commit | a9c634a7974da04b7fefa4fa3062e41e8ccfec6e (patch) | |
tree | 2c9bf512388aaedac848c1312c06943a990b45e0 /ChangeLog | |
parent | 37c6ead0d59cef51c72652296571b93d0719aad5 (diff) | |
download | tcl-a9c634a7974da04b7fefa4fa3062e41e8ccfec6e.zip tcl-a9c634a7974da04b7fefa4fa3062e41e8ccfec6e.tar.gz tcl-a9c634a7974da04b7fefa4fa3062e41e8ccfec6e.tar.bz2 |
* generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the
logic clearer; slightly faster too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-06-09 Miguel Sofer <msofer@users.sf.net> + * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the + logic clearer; slightly faster too. + * generic/tclBasic.c: Split TEOv in two, by separating a processor for non-TCL_OK returns. Also spli TEOvI in a full version that handles non-existing and traced commands, and a |