diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-23 15:24:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-23 15:24:28 (GMT) |
commit | e4b45ac4b9b3f4d8b9e0cc0533db0dac6e318e29 (patch) | |
tree | 358eebe231bbf90bb770a357ee2062fd138c802b /ChangeLog | |
parent | 0064927ddc659952debf26b8bc0ad9ee754cd27b (diff) | |
download | tcl-e4b45ac4b9b3f4d8b9e0cc0533db0dac6e318e29.zip tcl-e4b45ac4b9b3f4d8b9e0cc0533db0dac6e318e29.tar.gz tcl-e4b45ac4b9b3f4d8b9e0cc0533db0dac6e318e29.tar.bz2 |
*Partial* implementation of TIP#174. Still needs non-compiled versions of most
operators, plus docs and tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-11-23 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCompCmds.c (Tcl*OpCmd, TclCompile*OpCmd): + * generic/tclBasic.c (Tcl_CreateInterp): Partial implementation of + TIP#174; the commands are compiled, but (mostly) not interpreted yet. + 2006-11-22 Donal K. Fellows <dkf@users.sf.net> TIP#269 IMPLEMENTATION |