diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-06 12:19:54 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-06 12:19:54 (GMT) |
commit | 3ae6f1e3cac2201928b801e657042f9dfc0cb481 (patch) | |
tree | ab95e8a83d6753f0a47d85413ef71cbbfcd900e5 | |
parent | 7d1b131bf956648e967fd73526440d0741f11533 (diff) | |
download | tcl-3ae6f1e3cac2201928b801e657042f9dfc0cb481.zip tcl-3ae6f1e3cac2201928b801e657042f9dfc0cb481.tar.gz tcl-3ae6f1e3cac2201928b801e657042f9dfc0cb481.tar.bz2 |
missing changelog entry
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2009-12-05 Miguel Sofer <msofer@users.sf.net> - + + * tests/tailcall.test: remove some old unused crud; improved the + stack depth tests. + * generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out of a coroutine. * tests/tailcall.test: |