diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-27 00:39:57 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-27 00:39:57 (GMT) |
commit | 69ba11554c721b6f8f3cc0fd8b033dc5e287ccea (patch) | |
tree | b04d1d7a9d6a2578cc67ebc59c1f4f6393081ab6 /ChangeLog | |
parent | 308af5498280e9cc453d94bc6caa9e15f67c96bc (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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). |