On 2005.02.23, Brett Schwarz <[EMAIL PROTECTED]> wrote: > 1) Tcl already has Tcl_GetBoolean...this could be used > instead of the boolean...I believe...no big deal > though
Sure. Same with using Tcl_GetInt. I don't think Tcl has a Tcl_GetInt64 equivalent, unfortunately, so we'll have to continue to use "ours". > 2) This might be a good time to start moving away from > Tcl_AppendResult...just a thought. This is for AS in > general. Note: there is also a Tcl_WrongNumArgs > function that probably could be used in a few places > too. > > 3) similar to 2), it might be a good time to start > moving to Obj based commands. These two are "general code freshening" comments -- it's nothing specific about Tom's change. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
