summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-23 15:24:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-23 15:24:28 (GMT)
commite4b45ac4b9b3f4d8b9e0cc0533db0dac6e318e29 (patch)
tree358eebe231bbf90bb770a357ee2062fd138c802b /ChangeLog
parent0064927ddc659952debf26b8bc0ad9ee754cd27b (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f31d32..77ce434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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