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