summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-07 19:58:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-07 19:58:38 -0800
commit45fe65bb4305b896ac95bfa70c3273662e8e44f1 (patch)
treea925250b15d656980cc1c97ec26ec0620c7382df /ChangeLog
parent91664c356f4eb1f31a90f36d369bceb386466f42 (diff)
downloadtxr-45fe65bb4305b896ac95bfa70c3273662e8e44f1.tar.gz
txr-45fe65bb4305b896ac95bfa70c3273662e8e44f1.tar.bz2
txr-45fe65bb4305b896ac95bfa70c3273662e8e44f1.zip
* 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.
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