summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-09 23:12:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-09 23:12:22 -0800
commite7dd59eeef4bf553d0592393284985fc7ee57299 (patch)
tree748cc88a62330eb6f62a821c97bfd89fd73583a3
parent754564abc42b4ea9211da6927a6f089ba42850d4 (diff)
downloadtxr-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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b4c03e3..d17c7887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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