|
From: Andreas K. <and...@us...> - 2002-07-19 17:28:21
|
Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv12027
Modified Files:
Tag: mod-8-3-4-branch
ChangeLog
Log Message:
* generic/tclExecute.c (TclCompileByteCodesForExpr): Bugfix. Added
a missing RELTEMP(compEnv) in line 6043 to release the structure
if the object is not of type 'bytecode'. Reported by Gregory
Thompson <gs...@ci...>.
* generic/tclInt.h: Changed NEWTEMP, NEWSTR, and RELTEMP macros to
use 'ckalloc' and 'ckfree' instead of 'Tcl'_Alloc and
'Tcl_Free'. Suggested by Gregory Thompson <gs...@ci...>.
|