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 629da96e..5ed01bd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2015-02-07 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (trunc_rem): New function.
+
+ * eval.c (eval_init): Register trunc-rem intrinsic.
+
+ * lib.h (trunc_rem): Declared.
+
+ * txr.1: Documented trunc-rem.
+
+ * tl.vim, txr.vim: Updated.
+
+2015-02-07 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (CFLAGS): Removed puzzling, unnecessary definitions
of XMALLOC, XCALLOC, XREALLOC and XFREE for $(MPI_OBJS). MPI
does not use such macros and the allocator is already retargetted