diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-05 18:50:20 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-05 18:50:20 (GMT) |
commit | 33f99a107c785f2a316908111b390ec9bed82a6a (patch) | |
tree | 198e2c38a17a43259d35c7f36b254a93b0182e76 /ChangeLog | |
parent | c411bb62c886240f5cbd8f59c5c3c8ff5c9f5754 (diff) | |
download | tcl-33f99a107c785f2a316908111b390ec9bed82a6a.zip tcl-33f99a107c785f2a316908111b390ec9bed82a6a.tar.gz tcl-33f99a107c785f2a316908111b390ec9bed82a6a.tar.bz2 |
Handle abs(-0x80000000) [Bug 1241572]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,10 +1,14 @@ 2005-08-05 Kevin Kenny <kennykb@users.sourceforge.net> - * win/makefile.vc: Removed unused file ldAout.tcl. - * win/makefile.bc: [Bug #1244361] + * win/makefile.vc: Removed unused file ldAout.tcl. + * win/makefile.bc: [Bug #1244361] - * tests/binary.test: Cleaned up testing for scanning of NaN. - [Bug #1246264] + * tests/binary.test: Cleaned up testing for scanning of NaN. + [Bug #1246264] + + * generic/tclBasic.c (ExprAbsFunc): Added code to handle the + * tests/expr.test (expr-38.1): corner case of applying + 'abs' to the smallest 32-bit integer. [Bug #1241572] 2005-08-04 Andreas Kupries <andreask@activestate.com> |