summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2010-04-25 13:39:24 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2010-04-25 13:39:24 (GMT)
commit645ae6e948ae08dfa895b2c01c79119733011da6 (patch)
tree13e6375482e74c54296a8a89ead998754e0755f7 /ChangeLog
parenteac8ecf3bb3d3d4cc99c78f12abf28cf9e408174 (diff)
downloadtcl-645ae6e948ae08dfa895b2c01c79119733011da6.zip
tcl-645ae6e948ae08dfa895b2c01c79119733011da6.tar.gz
tcl-645ae6e948ae08dfa895b2c01c79119733011da6.tar.bz2
* generic/tclBasic.c: add unsupported [yieldm] command.
* generic/tclInt.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 621f806..6e07a11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2010-04-25 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c: add unsupported [yieldm] command.
+ * generic/tclInt.h:
+
2010-04-24 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.test: modify api of TclSpliceTailcall()
+ * generic/tclBasic.c: modify api of TclSpliceTailcall()
* generic/tclExecute.c: to fix yieldTo, which had not survived
* generic/tclInt.h: the latest mods to tailcall. Thanks kbk
for detecting the problem.