summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-12 22:49:37 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-12 22:49:37 -0800
commitd91ed5da5a5ea74308ad78faec31e03c48b7e767 (patch)
treedc3ce8949503ce1acf4817ea3d941b4dfc5366bc /ChangeLog
parent0343c6f32c5bd8335e88595cb9d23506625b2586 (diff)
downloadtxr-d91ed5da5a5ea74308ad78faec31e03c48b7e767.tar.gz
txr-d91ed5da5a5ea74308ad78faec31e03c48b7e767.tar.bz2
txr-d91ed5da5a5ea74308ad78faec31e03c48b7e767.zip
* arith.c (zerop): Handle character arguments.
(plusp, minusp): New functions. * eval.c (eval_init): Register plusp and minusp. * lib.h (plusp, minusp): Declared. * txr.1: Documented plusp and minusp, and the handling of characters by zerop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26881aee..4841af53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2015-01-12 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (zerop): Handle character arguments.
+ (plusp, minusp): New functions.
+
+ * eval.c (eval_init): Register plusp and minusp.
+
+ * lib.h (plusp, minusp): Declared.
+
+ * txr.1: Documented plusp and minusp, and the
+ handling of characters by zerop.
+
+2015-01-12 Kaz Kylheku <kaz@kylheku.com>
+
Fix for LLVM wchar_t literals not being four byte
aligned, affecting OS X port.