From af4986ea5e82d32f9699d41781f60d9b77ba9748 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Dec 2011 11:50:07 -0800 Subject: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2b1e2ab..980a5fc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-12-11 Kaz Kylheku + + * 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 Removing this crutch; it's not that useful. -- cgit v1.2.3