summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-11 11:50:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-11 11:50:07 -0800
commitaf4986ea5e82d32f9699d41781f60d9b77ba9748 (patch)
treef0940cbe7e1bfe5ccfe538dc72a4fb7bca4f1abb /ChangeLog
parent819102d2a66dae05f251871d032320167d48b29e (diff)
downloadtxr-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2b1e2ab..980a5fc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.