summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-03 17:33:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-03 17:33:53 (GMT)
commit811623f8834badd39fce32d94399cc592b178d90 (patch)
treeaa0fc9af7444c5bbc9290048f656243fb14b929b /ChangeLog
parent245ab4ae255929317069b92446f66b83c901b8f8 (diff)
downloadtcl-811623f8834badd39fce32d94399cc592b178d90.zip
tcl-811623f8834badd39fce32d94399cc592b178d90.tar.gz
tcl-811623f8834badd39fce32d94399cc592b178d90.tar.bz2
ChangeLog entry
Diffstat (limited to 'ChangeLog')
-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,