summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-26 17:23:51 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-26 17:23:51 (GMT)
commit308af5498280e9cc453d94bc6caa9e15f67c96bc (patch)
tree3cf6e47fe80341d9fc2a40eaf5ed891af283f414
parent3c995152fdd1a379578052a87aba364ecdcffa57 (diff)
downloadtcl-308af5498280e9cc453d94bc6caa9e15f67c96bc.zip
tcl-308af5498280e9cc453d94bc6caa9e15f67c96bc.tar.gz
tcl-308af5498280e9cc453d94bc6caa9e15f67c96bc.tar.bz2
doh, missing ChangeLog entry
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6303dcc..bb6d246 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]