|
From: Reinhard M. <rm...@us...> - 2005-12-12 11:28:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13175 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case so that it doesn't break on compilers that don't assume integers to wrap around (e.g. gcc-4.1.0). |