Patches item #527863, was opened at 2002-03-09 19:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=527863&group_id=3152
Category: None Group: None Status: Open Resolution: Accepted Priority: 5 Submitted By: David Walker (vt_dwalker) Assigned to: Nobody/Anonymous (nobody) Summary: ns_return and ns_write written as TclObj Initial Comment: ns_return and ns_write written as TclObjCommands. Makes returning binary data from tcl strings to connection possible. ---------------------------------------------------------------------- >Comment By: David Walker (vt_dwalker) Date: 2002-03-20 16:58 Message: Logged In: YES user_id=481247 My c programming skills are of the hacker variety. I try to do it the same way I see it done somewhere else. I'm worried that if I did this I would introduce subtle errors that would cause problems later. Is there a programming guide for converting to TclObjCommands and doing the right thing? I did notice that interp->result is deprecated and looks like that would be one of those issues. ---------------------------------------------------------------------- Comment By: Kriston Rehberg (kriston) Date: 2002-03-20 16:23 Message: Logged In: YES user_id=16427 How possible would it be for you to go through all of AOLserver 4 and make everything a TclObjCommand and do the right thing, like Tcl_WrongNumArgs, eliminate Tcl_AppendResult (and other non-TclObj string manipulators)? ---------------------------------------------------------------------- Comment By: David Walker (vt_dwalker) Date: 2002-03-09 19:33 Message: Logged In: YES user_id=481247 patch is against aolserver 4 beta ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=527863&group_id=3152
