summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-07 19:03:14 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-07 19:03:14 (GMT)
commit60fb745f06ad64d3e8042da7ab3a837f52eafce6 (patch)
tree681c8ed51d4e0b7b882f92bd133b15aa6f17edbf /ChangeLog
parent16a57bb45fbcb61e87c998d5dd81fb42452bc6f9 (diff)
downloadtcl-60fb745f06ad64d3e8042da7ab3a837f52eafce6.zip
tcl-60fb745f06ad64d3e8042da7ab3a837f52eafce6.tar.gz
tcl-60fb745f06ad64d3e8042da7ab3a837f52eafce6.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f3374f..1817cf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-07 Miguel Sofer <msofer@users.sf.net>
+
+ * 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.
+
2009-12-07 Don Porter <dgp@users.sourceforge.net>
* generic/tclStrToD.c: Correct conditional compile directives to