en-us Changes to file checks/bigint.cpp (from [13704fef..]) http://viewmtn.angrygoats.net/all/revision/filechanges/13704fef264b6384781c17355aa39f4e6087c184/checks/bigint.cpp Changes to file checks/bigint.cpp (from [13704fef..]) http://viewmtn.angrygoats.net/all/revision/info/e40f0dbdfd847024c30fa0092c2acefc19a550b8 Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was 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.
lloyd@randombit.net Mon, 07 Apr 2008 14:08:27 GMT
http://viewmtn.angrygoats.net/all/revision/info/5e6e1a4115caf3794432da0b127798954a2031da Eliminate most uses of exit() to bail on an error; instead throw an 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.
lloyd@randombit.net Mon, 19 Feb 2007 23:42:37 GMT
http://viewmtn.angrygoats.net/all/revision/info/90a67fb8a8ba38e9572c239d58caf5896f176c06 Revert last change to check.cpp (didn't mean to commit that) Revert last change to check.cpp (didn't mean to commit that)
Commit the actual squaring tests in checks/bigint.cpp
lloyd@randombit.net Wed, 07 Jun 2006 08:58:09 GMT
http://viewmtn.angrygoats.net/all/revision/info/64671645bc3197ff957a665a98d9cfeda05d0034 If we find a problem during the BigInt tests, print the data in hex If we find a problem during the BigInt tests, print the data in hex
instead of decimal.
lloyd@randombit.net Fri, 19 May 2006 16:10:20 GMT
http://viewmtn.angrygoats.net/all/revision/info/558bac314d551ffafef605f2d0af9c54690fb13b Initial checkin Initial checkin lloyd@randombit.net Thu, 18 May 2006 18:33:19 GMT