diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-07 19:03:14 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-07 19:03:14 (GMT) |
commit | 60fb745f06ad64d3e8042da7ab3a837f52eafce6 (patch) | |
tree | 681c8ed51d4e0b7b882f92bd133b15aa6f17edbf /ChangeLog | |
parent | 16a57bb45fbcb61e87c998d5dd81fb42452bc6f9 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |