diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-09 23:12:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-09 23:12:22 -0800 |
commit | e7dd59eeef4bf553d0592393284985fc7ee57299 (patch) | |
tree | 748cc88a62330eb6f62a821c97bfd89fd73583a3 /ChangeLog | |
parent | 754564abc42b4ea9211da6927a6f089ba42850d4 (diff) | |
download | txr-e7dd59eeef4bf553d0592393284985fc7ee57299.tar.gz txr-e7dd59eeef4bf553d0592393284985fc7ee57299.tar.bz2 txr-e7dd59eeef4bf553d0592393284985fc7ee57299.zip |
(Applies to previous commit.)
* mpi-patches/config-types: Added missing definitions
of MP_DIGIT_SIZE in two cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2011-12-09 Kaz Kylheku <kaz@kylheku.com> + (Applies to previous commit.) + + * mpi-patches/config-types: Added missing definitions + of MP_DIGIT_SIZE in two cases. + +2011-12-09 Kaz Kylheku <kaz@kylheku.com> + Bignum support, here we go! Bignums, based on Michael Fromberger's MPI library, are integrated |