Files
gem5/base
Nathan Binkert 5341e1aa9e Make the to_number function work better.
base/str.cc:
    Make some fixes for the to_number function.
    Fix overflow calculation for maximum decimal value.
    (Note: minimum decimal value for signed numbers does not
    work correctly, e.g. it will overflow on -128 for a signed char
    though -127 will work)
    Fix overflow calculation for hex values being converted into
    signed types
    Fix up the debugging stuff a little to make sure the values are
    always printed as numbers.
test/strnumtest.cc:
    using namespace std for g++ 3

--HG--
extra : convert_revision : b00bb1296c85c3d64d8864283c9374e1563bfa31
2003-10-31 18:27:17 -05:00
..
2003-10-07 10:41:54 -04:00
2003-10-20 21:38:32 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-14 13:29:20 -04:00
2003-10-15 16:39:37 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-15 16:39:37 -04:00
2003-10-07 10:41:54 -04:00
2003-10-23 18:53:16 -07:00
2003-10-22 02:02:00 -04:00
2003-10-07 10:41:54 -04:00
2003-10-15 16:39:37 -04:00