| Commit message (Expand) | Author | Age | Files | Lines |
* | mpi: remove dubious MP_DEBUG cruft. | Kaz Kylheku | 2020-04-22 | 1 | -5/+0 |
* | All HAVE_* macros should be tested with #if, not #ifdef. | Kaz Kylheku | 2019-09-12 | 1 | -1/+1 |
* | Extend infrastructure for double_intptr_t. | Kaz Kylheku | 2019-01-25 | 1 | -0/+5 |
* | Provide faster bignum-in-fixed-integer range tests in MPI. | Kaz Kylheku | 2019-01-25 | 1 | -0/+3 |
* | mpi: put access macros into mp_ namespace | Kaz Kylheku | 2019-01-22 | 1 | -7/+7 |
* | mpi: some params should be mp_size, not mp_digit. | Kaz Kylheku | 2019-01-18 | 1 | -3/+3 |
* | mpi: hardening; bug found. | Kaz Kylheku | 2019-01-18 | 1 | -1/+1 |
* | mpi: use wchar_t string for text-to-bignum. | Kaz Kylheku | 2019-01-18 | 1 | -1/+1 |
* | logcount: new function. | Kaz Kylheku | 2018-05-18 | 1 | -0/+1 |
* | mpi: enforce testing of some return values. | Kaz Kylheku | 2017-06-18 | 1 | -32/+38 |
* | mpi: introduce clamp on number of digits. | Kaz Kylheku | 2017-06-18 | 1 | -1/+2 |
* | mpi: fix some careless use of integer types. | Kaz Kylheku | 2017-06-18 | 1 | -11/+11 |
* | Big MPI whitepace and comment cleanup. | Kaz Kylheku | 2017-06-14 | 1 | -128/+69 |
* | Going back to unmodified 2-Clause BSD License. | Kaz Kylheku | 2016-09-22 | 1 | -1/+2 |
* | Do not leave COBJ-ified mp_int uninitialized. | Kaz Kylheku | 2016-06-08 | 1 | -0/+5 |
* | Functions for converting between buffers and integers. | Kaz Kylheku | 2016-02-26 | 1 | -0/+1 |
* | Reduce header pollution caused by mpi.h. | Kaz Kylheku | 2016-01-22 | 1 | -6/+0 |
* | New random-state-get-vec function. | Kaz Kylheku | 2016-01-18 | 1 | -0/+2 |
* | random: wrong mask width for power-of-two moduli. | Kaz Kylheku | 2016-01-18 | 1 | -0/+1 |
* | Remove include guards from MPI headers. | Kaz Kylheku | 2015-08-15 | 1 | -5/+0 |
* | add-bitops patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+13 |
* | mpi-to-double patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+5 |
* | shrink-mpi-int patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+5 |
* | mpi-set-double-intptr patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+3 |
* | mpi-set-mpi-word patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+1 |
* | add-mpi-toradix-with-case patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+1 |
* | add-mp-hash patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+2 |
* | export-mp-eq patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+4 |
* | add-mp-set-intptr patch | Kaz Kylheku | 2015-04-22 | 1 | -0/+2 |
* | Bringing MPI library out of tarball into GIT. | Kaz Kylheku | 2015-04-22 | 1 | -0/+221 |