summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82adbaf2..2e9563e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+ * rand.c (random): Bugfix: not building up sufficiently large bignums.
+ Work properly when mp_digit is smaller than 32 bits.
+
+2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (OBJS): new object file, rand.o.
* eval.c: Includes rand.h header.