summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39eafc8..a37f982 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-03 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c: new unsupported command atProcExit
+ * generic/tclCompile.h: that shares the implementation with
+ * generic/tclExecute.c: tailcall. Fixed a segfault in
+ * generic/tclInt.h: tailcalls. Tests added.
+ * generic/tclInterp.c:
+ * generic/tclNamesp.c:
+ * tests/unsupported.test:
+
2008-08-02 Miguel Sofer <msofer@users.sf.net>
* tests/NRE.test (removed): migrated tests to standard locations,