Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-11-04 | install bignum as library | Robert Griesemer | 1 | -1257/+0 |
2008-11-04 | - better support for string conversions | Robert Griesemer | 1 | -33/+45 |
2008-11-04 | - completed integer support (some logical functions missing) | Robert Griesemer | 1 | -369/+637 |
2008-11-03 | - changed general div/mod implementation to a faster algorithm | Robert Griesemer | 1 | -233/+324 |
2008-10-31 | - gcd, exponentiation, population count | Robert Griesemer | 1 | -8/+85 |
2008-10-31 | - fixed another test (arithmetic vs. logic shift bug) | Robert Griesemer | 1 | -9/+26 |
2008-10-30 | - div and mod (arbitrary precision) | Robert Griesemer | 1 | -89/+204 |
2008-10-29 | - implemented Shr | Robert Griesemer | 1 | -37/+32 |
2008-10-29 | - added shl operation, extra tests | Robert Griesemer | 1 | -116/+116 |
2008-10-28 | - steps towards implementation of div and mod | Robert Griesemer | 1 | -170/+317 |
2008-10-27 | - bug fixes, cleanups | Robert Griesemer | 1 | -26/+34 |
2008-10-27 | - created staging area for getting bignum package up-to-speed again, | Robert Griesemer | 1 | -0/+527 |