| Commit message (Expand) | Author | Age | Files | Lines |
* | * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square | Kaz Kylheku | 2014-02-19 | 4 | -21/+27 |
* | * mpi-patches/config-types: Include the header as "config.h" | Kaz Kylheku | 2012-10-30 | 1 | -4/+4 |
* | * arith.c (highest_significant_bit): New static function. | Kaz Kylheku | 2012-09-17 | 1 | -7/+110 |
* | * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properly | Kaz Kylheku | 2012-09-16 | 1 | -13/+17 |
* | * arith.c (logand, logior, logxor): Bugfix: result needs to be | Kaz Kylheku | 2012-09-16 | 1 | -4/+47 |
* | Adding complementing function. | Kaz Kylheku | 2012-09-16 | 1 | -7/+51 |
* | Starting work on adding bit operations. The semantics is that | Kaz Kylheku | 2012-09-16 | 2 | -0/+274 |
* | Adding patch to MPI to disable its Makefile so people don't try | Kaz Kylheku | 2012-04-10 | 3 | -0/+51 |
* | * mpi-patches/add-mp-hash (mp_hash): Fix incorrect | Kaz Kylheku | 2012-04-09 | 1 | -6/+6 |
* | * arith.c (plus): Minor code simplification. | Kaz Kylheku | 2012-03-21 | 1 | -5/+5 |
* | * arith.c (flo_int): New function. | Kaz Kylheku | 2012-03-20 | 2 | -0/+59 |
* | * mpi-patches/add-mp-hash (mp_hash): Fixed use of uninitialized | Kaz Kylheku | 2012-03-04 | 6 | -41/+54 |
* | * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this | Kaz Kylheku | 2011-12-27 | 1 | -8/+6 |
* | * mpi-patches/bit-search-optimizations (s_highest_bit): | Kaz Kylheku | 2011-12-21 | 1 | -13/+13 |
* | * arith.c (highest_bit): Linkage changed to static. | Kaz Kylheku | 2011-12-13 | 2 | -0/+184 |
* | Patch to shrink mpi-int to three words on 32 bit platforms, | Kaz Kylheku | 2011-12-13 | 2 | -0/+21 |
* | * mpi-patches/bit-search-optimizations (s_highest_bit): Added static | Kaz Kylheku | 2011-12-12 | 2 | -4/+31 |
* | Git rid of some some loops in MPI where it is searching for | Kaz Kylheku | 2011-12-12 | 2 | -0/+301 |
* | * mpi-patches/fix-mult-bug: One more flaw discovered in | Kaz Kylheku | 2011-12-12 | 2 | -2/+12 |
* | Bignum division implemented. More portability bugs found in MPI: | Kaz Kylheku | 2011-12-11 | 1 | -0/+49 |
* | Bignum support in mult function. | Kaz Kylheku | 2011-12-10 | 3 | -18/+27 |
* | * mpi-patches/mpi-set-mpi-word: Bugfix and refresh. | Kaz Kylheku | 2011-12-10 | 3 | -4/+60 |
* | Adding mp_set_word function. | Kaz Kylheku | 2011-12-10 | 2 | -0/+33 |
* | * mpi-patches/add-mp-hash: Rewrote mp_hash to only hash enough | Kaz Kylheku | 2011-12-10 | 3 | -32/+23 |
* | Build and pass test suite on Cygwin. | Kaz Kylheku | 2011-12-09 | 1 | -11/+11 |
* | 2011-12-09 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2011-12-09 | 1 | -11/+13 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 9 | -0/+485 |