diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-23 21:57:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-23 21:57:33 -0800 |
commit | fb2f85cff8dab72c101c48f48c69ffc6ef35204d (patch) | |
tree | ffffed3ed085c9363f5795434346f2591e8850d2 /ChangeLog | |
parent | f7a72e6e10d5f69ff9bb55ebf480e99e65727e6e (diff) | |
download | txr-fb2f85cff8dab72c101c48f48c69ffc6ef35204d.tar.gz txr-fb2f85cff8dab72c101c48f48c69ffc6ef35204d.tar.bz2 txr-fb2f85cff8dab72c101c48f48c69ffc6ef35204d.zip |
* arith.c (highest_bit): Changing to external linkage.
* arith.h (highest_bit): Declared.
* rand.c (random): Rewrote using different algorithm which
ensures even distribution, and avoids doing a bignum mod
operation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2011-12-23 Kaz Kylheku <kaz@kylheku.com> + * arith.c (highest_bit): Changing to external linkage. + + * arith.h (highest_bit): Declared. + + * rand.c (random): Rewrote using different algorithm which + ensures even distribution, and avoids doing a bignum mod + operation. + +2011-12-23 Kaz Kylheku <kaz@kylheku.com> + Version 50 * txr.c (version): Bumped. |