summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-11 09:50:51 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-11 09:50:51 -0800
commit229a5ca3c4cfe533407567de2c745d26a306d391 (patch)
treef84b3b1062d7b5c2337453b2c164ad3731cba048 /ChangeLog
parentf26de1fd4d708349dfaa59944e85290e0fb75c81 (diff)
downloadtxr-229a5ca3c4cfe533407567de2c745d26a306d391.tar.gz
txr-229a5ca3c4cfe533407567de2c745d26a306d391.tar.bz2
txr-229a5ca3c4cfe533407567de2c745d26a306d391.zip
* arith.c: Regenerated.
* arith.txr (normalize): Bugfix: was not turning +/- NUM_MAX bignums into fixnums.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 239d5786..da257cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* arith.c: Regenerated.
+ * arith.txr (normalize): Bugfix: was not turning +/- NUM_MAX bignums
+ into fixnums.
+
+2011-12-11 Kaz Kylheku <kaz@kylheku.com>
+
+ * arith.c: Regenerated.
+
* arith.txr (highest_bit): Missing #else added, fixing
SIZEOF_PTR == 4 case.