summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-10 10:12:37 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-10 10:12:37 -0800
commitb2a9e9235656317a5608c2ef837ed0d7a4fd43ae (patch)
tree1523228c1d50d05b019362df8907bcf6ead5baa9 /ChangeLog
parentc97acc792a69cbcabfa05150b639ef6b11f877f9 (diff)
downloadtxr-b2a9e9235656317a5608c2ef837ed0d7a4fd43ae.tar.gz
txr-b2a9e9235656317a5608c2ef837ed0d7a4fd43ae.tar.bz2
txr-b2a9e9235656317a5608c2ef837ed0d7a4fd43ae.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 695ff973..8b219237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-12-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * 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 <kaz@kylheku.com>
* configure: Fix patching without quilt.