From b2a9e9235656317a5608c2ef837ed0d7a4fd43ae Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 10 Dec 2011 10:12:37 -0800 Subject: * arith.c: File is now generated using TXR. (NOOP): New macro. (plus): Use NOOP macro. (minus, neg): Function moved here from lib.c and rewritten for bignum support. * lib.c (minus, neg): Functions removed. * arith.txr: New file. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 695ff973..8b219237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-12-10 Kaz Kylheku + + * arith.c: File is now generated using TXR. + (NOOP): New macro. + (plus): Use NOOP macro. + (minus, neg): Function moved here from lib.c and rewritten + for bignum support. + + * lib.c (minus, neg): Functions removed. + + * arith.txr: New file. + 2011-12-09 Kaz Kylheku * configure: Fix patching without quilt. -- cgit v1.2.3