summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-21 14:28:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-21 14:28:56 -0800
commit28a3dc321c180dd708867406d3c2c5cc45b586e4 (patch)
tree3f9a6c082ac837595a797f6c5bdd12cae366119b /ChangeLog
parent371d2635382eb0be35426983e7be5fed703024a6 (diff)
downloadtxr-28a3dc321c180dd708867406d3c2c5cc45b586e4.tar.gz
txr-28a3dc321c180dd708867406d3c2c5cc45b586e4.tar.bz2
txr-28a3dc321c180dd708867406d3c2c5cc45b586e4.zip
* rand.c (random): Bugfix: not building up sufficiently large bignums.
Work properly when mp_digit is smaller than 32 bits.
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.