| Commit message (Expand) | Author | Age | Files | Lines |
* | * arith.c (highest_bit): Changing to external linkage. | Kaz Kylheku | 2011-12-23 | 1 | -1/+1 |
* | Bug #35136 and cleanup. | Kaz Kylheku | 2011-12-22 | 1 | -32/+28 |
* | * arith.c (normalize): Linkage changed to extern. | Kaz Kylheku | 2011-12-21 | 1 | -1/+1 |
* | * arith.c (abso): broken for fixnums. | Kaz Kylheku | 2011-12-14 | 1 | -1/+1 |
* | * arith.c (minus): Allow difference between characters. | Kaz Kylheku | 2011-12-14 | 1 | -0/+1 |
* | * arith.c (plus, minus, gt, lt, ge, le): Handle character operands. | Kaz Kylheku | 2011-12-14 | 1 | -0/+56 |
* | * arith.c (exptmod, gcd): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+53 |
* | * arith.c (evenp, oddp): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+30 |
* | * arith.c (highest_bit): Linkage changed to static. | Kaz Kylheku | 2011-12-13 | 1 | -1/+43 |
* | * arith.c (expt): Fix broken bignum x fixnum combination. | Kaz Kylheku | 2011-12-13 | 1 | -1/+1 |
* | * arith.c (expt): New function. | Kaz Kylheku | 2011-12-12 | 1 | -0/+89 |
* | * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplemented | Kaz Kylheku | 2011-12-11 | 1 | -0/+112 |
* | * arith.c (plus, mul): Plugged mpi_int memory leaks. | Kaz Kylheku | 2011-12-11 | 1 | -11/+85 |
* | * arith.c (trunc): Error messages prefixed with trunc:. | Kaz Kylheku | 2011-12-11 | 1 | -4/+61 |
* | Bignum division implemented. More portability bugs found in MPI: | Kaz Kylheku | 2011-12-11 | 1 | -0/+61 |
* | * arith.c (ABS): New macro. | Kaz Kylheku | 2011-12-11 | 1 | -10/+38 |
* | Whitespace. | Kaz Kylheku | 2011-12-11 | 1 | -24/+24 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 1 | -9/+5 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 1 | -0/+1 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 1 | -1/+55 |
* | * arith.c: Regenerated. | Kaz Kylheku | 2011-12-11 | 1 | -13/+119 |
* | Bignum support in mult function. | Kaz Kylheku | 2011-12-10 | 1 | -12/+111 |
* | * arith.c: File is now generated using TXR. | Kaz Kylheku | 2011-12-10 | 1 | -1/+82 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -0/+139 |