BigUnsignedInABase(std::string): Reject digits too big for the base.
[bigint/bigint.git] / testsuite.cc
2009-03-27 Matt McCutchenBigUnsignedInABase(std::string): Reject digits too...
2008-07-17 Matt McCutchen- Fix a sign-checking bug in the BigInteger(..., Sign...
2008-07-16 Matt McCutchenAdd more clearly visible section headers to testsuite.cc.
2008-07-16 Matt McCutchenAdd BigUnsigned functions setBlock, bitLength, getBit...
2008-07-16 Matt McCutchenAdd a bunch more tests to the test suite, some of which...
2008-01-31 Matt McCutchenMore work on the testsuite.
2008-01-30 Matt McCutchen- Add some big-integer algorithms.