|
From: Jan N. <nij...@us...> - 2008-11-19 22:43:39
|
The patch for TIP #340 is available now, and the description of the
TIP is updated:
http://sourceforge.net/tracker/index.php?func=detail&aid=2315890&group_id=10894&atid=310894
It contains a solution now for the 'const problem': deprecate Tcl_SetResult for
other values than TCL_STATIC and TCL_VOLATILE. This is a reachable goal, much
more than deprecate all uses of Tcl_SetResult. Actually, I already eliminated
all 'unsafe' Tcl_SetResult calls in Tcl and Tk (except for two in tclTest.c, but
those are meant to test the Tcl_SetResult function by itself).
So, fire away with all remarks, especially about the suggested documentation
change in doc/SetResult.3
Regards,
Jan Nijtmans
|