|
From: Don P. <dg...@us...> - 2005-08-04 21:27:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19454 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: * generic/tclObj.c: Rewrote Tcl_GetBooleanFromObj() and supporting routines to make use of TclParseNumber. This reduces the potential number of times a string value must be scanned. |