From: Don P. <dg...@us...> - 2005-09-14 17:13:27
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11814/library Modified Files: init.tcl Log Message: * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields and needed to interpret precision limits on %s conversions as a number of bytes, not Tcl_UniChars, to take from the (char *) argument. * generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFormatToErrorInfo(). * generic/tclIOUtil.c: * library/init.tcl: Keep [unknown] in sync with errorInfo formatting rules. |