From: Donald G P. <dg...@ca...> - 2000-09-11 23:51:41
|
Vince, > I had some spare time over the weekend, so I implemented 4 new options > to 'trace add/remove command', in addition to the rename/delete options > which are already in Tcl 8.4a2. Nice work on your continuing efforts to improve [trace]. Please take a look at the patch in TR # 6174 http://dev.scriptics.com/ticket/issue-view.tcl?msg_id=6174 and incorporate its strategy of replacing ckfree() with Tcl_EventuallyFree(), etc. into your expansions of [trace]. [trace] has a segfault problem, and your expansions will expand that problem unless you amend them in this way. See TR #6172 for a demonstration of the segfault. Let me know if you have any questions about #6174. DGP -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |