summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-29 05:31:29 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-29 05:31:29 (GMT)
commit8f735184219e861f6622cdf93cbf295df9da0c0c (patch)
tree036f69da3ac05e3f2edee5bc64f5cffdef5c5b3e /ChangeLog
parent2eec1c8e78758156521c033507b1a4513e80d1be (diff)
downloadtcl-8f735184219e861f6622cdf93cbf295df9da0c0c.zip
tcl-8f735184219e861f6622cdf93cbf295df9da0c0c.tar.gz
tcl-8f735184219e861f6622cdf93cbf295df9da0c0c.tar.bz2
changelog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 124affc..28c5dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-07-29 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tcl.decls: Completely revamped NRE implementation,
+ * generic/tclBasic.c: with (almost) unchanged API.
+ * generic/tclCompile.h:
+ * generic/tclExecute.c: TEBC will require a bit of a facelift,
+ * generic/tclInt.decls: but TEOV at least looks great now.
+ * generic/tclInt.h: There are new tests (incomplete!) to verify
+ * generic/tclInterp.c: that execution is indeed in the same TEBC
+ * generic/tclNRE.h: instance, at the same level in all stacks
+ * generic/tclNamesp.c: involved. Tailcalls are still a bit leaky,
+ * generic/tclOOBasic.c: still deserving to be in tcl::unsupported.
+ * generic/tclOOMethod.c:
+ * generic/tclProc.c: Uninit'd var warnings in TEBC with -O2, no
+ * generic/tclTest.c: warnings otherwise.
+
2007-07-28 Jan Nijtmans <nijtmans@users.sf.net>
* doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem