Revisions 0 to 10 in in which 'checks/bigint.cpp' was changed are listed below. These revisions are ancestors of the revision [4e40e885..]. The "diff" links listed with each revision will show changes in 'checks/bigint.cpp' between that revision and [4e40e885..].

241 days ago: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
essentially a facade for the RNG object living in the global library state.
Rewrite all callers to directly invoke the global state object: this makes
it more clear what functions are actually accessing mutable state outside of
the normal reference graph (and thus, which functions will have to be
altered in order to remove this dependency). Other facades remain in place
for the configuration object and the memory allocator factory.
Date: Mon, 07 Apr 2008 14:08:27 GMT
654 days ago: Eliminate most uses of exit() to bail on an error; instead throw an
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Eliminate most uses of exit() to bail on an error; instead throw an
exception upto the top level, that's what it's there for.
Date: Mon, 19 Feb 2007 23:42:37 GMT
911 days ago: Revert last change to check.cpp (didn't mean to commit that)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Revert last change to check.cpp (didn't mean to commit that)
Commit the actual squaring tests in checks/bigint.cpp
Date: Wed, 07 Jun 2006 08:58:09 GMT
930 days ago: If we find a problem during the BigInt tests, print the data in hex
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: If we find a problem during the BigInt tests, print the data in hex
instead of decimal.
Date: Fri, 19 May 2006 16:10:20 GMT
931 days ago: Initial checkin
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Initial checkin
Date: Thu, 18 May 2006 18:33:19 GMT