summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-27 00:39:57 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-27 00:39:57 (GMT)
commit69ba11554c721b6f8f3cc0fd8b033dc5e287ccea (patch)
treeb04d1d7a9d6a2578cc67ebc59c1f4f6393081ab6 /ChangeLog
parent308af5498280e9cc453d94bc6caa9e15f67c96bc (diff)
downloadtcl-69ba11554c721b6f8f3cc0fd8b033dc5e287ccea.zip
tcl-69ba11554c721b6f8f3cc0fd8b033dc5e287ccea.tar.gz
tcl-69ba11554c721b6f8f3cc0fd8b033dc5e287ccea.tar.bz2
* generic/tclProc.c (SetLambdaFromAny): minor change, eliminate
redundant call to Tcl_GetString (thanks aku).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb6d246..2a804dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2006-10-26 Miguel Sofer <msofer@users.sf.net>
- * generic/tclInterp.c (ApplyObjCmd):a
+ * generic/tclProc.c (SetLambdaFromAny): minor change, eliminate
+ redundant call to Tcl_GetString (thanks aku).
+
+ * generic/tclInterp.c (ApplyObjCmd):
* generic/tclNamesp.c (EnsembleImplementationCmd): replaced
ckalloc (heap) with TclStackAlloc (execution stack).