diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-20 22:11:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-20 22:11:27 -0700 |
commit | bc665592de673232748e12f189121ee5a8360b93 (patch) | |
tree | 201fc84884ae316c6085103172489d6d6869c5b2 /ChangeLog | |
parent | 66c9a8587cb22b031b5234cc5fcc93354574ca9a (diff) | |
download | txr-bc665592de673232748e12f189121ee5a8360b93.tar.gz txr-bc665592de673232748e12f189121ee5a8360b93.tar.bz2 txr-bc665592de673232748e12f189121ee5a8360b93.zip |
* arith.c (plus): Completed implementation of bignum-float
and float-bignum cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-03-20 Kaz Kylheku <kaz@kylheku.com> + * arith.c (plus): Completed implementation of bignum-float + and float-bignum cases. + +2012-03-20 Kaz Kylheku <kaz@kylheku.com> + * stream.c (vformat): Use larger num_buf buffer so we don't overrun. IEEE double floats can go to e+-308. |