aboutsummaryrefslogtreecommitdiffstats
path: root/src/big_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+1
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-6/+6
* BigInt::operator[] now guards against accesses that are larger than thelloyd2007-03-031-0/+17
* Add a version of BigInt::binary_decode taking a MemoryRegion of byteslloyd2007-03-011-0/+8
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Add a couple of static_casts to make it clear where a type conversion islloyd2006-09-081-1/+1
* Remove some #include's that were just there for debugging purposes.lloyd2006-06-081-2/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+380