summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-07 20:49:28 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-07 20:49:28 (GMT)
commitddd3069fa1c4fd4dbcfd28c0486d8de3254fdae2 (patch)
treeeefa819224a7681e205b316e86470ffb3be1a907 /ChangeLog
parent60fb745f06ad64d3e8042da7ab3a837f52eafce6 (diff)
downloadtcl-ddd3069fa1c4fd4dbcfd28c0486d8de3254fdae2.zip
tcl-ddd3069fa1c4fd4dbcfd28c0486d8de3254fdae2.tar.gz
tcl-ddd3069fa1c4fd4dbcfd28c0486d8de3254fdae2.tar.bz2
* generic/tclCmdIL.c: Fix of [Bug #2910094] by aku
* tests/coroutine.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1817cf8..4414ab0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-12-07 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku
+ * tests/coroutine.test:
+
* generic/tclBasic.c: arrange for [tailcall] to be created with
the other builtins: was being created in a separate call, leftover
from pre-tip days.