summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.