diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-21 14:28:56 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-21 14:28:56 -0800 |
commit | 28a3dc321c180dd708867406d3c2c5cc45b586e4 (patch) | |
tree | 3f9a6c082ac837595a797f6c5bdd12cae366119b /ChangeLog | |
parent | 371d2635382eb0be35426983e7be5fed703024a6 (diff) | |
download | txr-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |