diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 11:50:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 11:50:07 -0800 |
commit | af4986ea5e82d32f9699d41781f60d9b77ba9748 (patch) | |
tree | f0940cbe7e1bfe5ccfe538dc72a4fb7bca4f1abb /ChangeLog | |
parent | 819102d2a66dae05f251871d032320167d48b29e (diff) | |
download | txr-af4986ea5e82d32f9699d41781f60d9b77ba9748.tar.gz txr-af4986ea5e82d32f9699d41781f60d9b77ba9748.tar.bz2 txr-af4986ea5e82d32f9699d41781f60d9b77ba9748.zip |
* arith.c (ABS): New macro.
(plus, minus): Bugfix: must not pass signed values to mp_add_d and
mp_sub_d functions.
(mul): Must not pass signed value to mp_mul_d. Also, fixed type check
on wrong argument in the (TAG_PTR, TAG_NUM) case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2011-12-11 Kaz Kylheku <kaz@kylheku.com> + * arith.c (ABS): New macro. + (plus, minus): Bugfix: must not pass signed values to mp_add_d and + mp_sub_d functions. + (mul): Must not pass signed value to mp_mul_d. Also, fixed type check + on wrong argument in the (TAG_PTR, TAG_NUM) case. + +2011-12-11 Kaz Kylheku <kaz@kylheku.com> + Removing this crutch; it's not that useful. * arith.txr: File removed. |