diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-07 19:58:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-07 19:58:38 -0800 |
commit | 45fe65bb4305b896ac95bfa70c3273662e8e44f1 (patch) | |
tree | a925250b15d656980cc1c97ec26ec0620c7382df /ChangeLog | |
parent | 91664c356f4eb1f31a90f36d369bceb386466f42 (diff) | |
download | txr-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |