diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-26 17:23:51 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-26 17:23:51 (GMT) |
commit | 308af5498280e9cc453d94bc6caa9e15f67c96bc (patch) | |
tree | 3cf6e47fe80341d9fc2a40eaf5ed891af283f414 /ChangeLog | |
parent | 3c995152fdd1a379578052a87aba364ecdcffa57 (diff) | |
download | tcl-308af5498280e9cc453d94bc6caa9e15f67c96bc.zip tcl-308af5498280e9cc453d94bc6caa9e15f67c96bc.tar.gz tcl-308af5498280e9cc453d94bc6caa9e15f67c96bc.tar.bz2 |
doh, missing ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-26 Miguel Sofer <msofer@users.sf.net> + + * generic/tclInterp.c (ApplyObjCmd):a + * generic/tclNamesp.c (EnsembleImplementationCmd): replaced + ckalloc (heap) with TclStackAlloc (execution stack). + 2006-10-24 Miguel Sofer <msofer@users.sf.net> * tests/info.test (info-9.11-12): tests for [Bug 1577492] |