summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-05 22:36:15 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-05 22:36:15 -0800
commit462024f5d4cd7bc2c134eb732eabaea6f3bafc1e (patch)
tree552bf326425892de3127cca74c517643b10de89c /ChangeLog
parent0bbef1e12870a4f749a112dfb4ef8a09736e8b29 (diff)
downloadtxr-462024f5d4cd7bc2c134eb732eabaea6f3bafc1e.tar.gz
txr-462024f5d4cd7bc2c134eb732eabaea6f3bafc1e.tar.bz2
txr-462024f5d4cd7bc2c134eb732eabaea6f3bafc1e.zip
* arith.c (tofloat, toint): Handle characters.
Fix error message in toint wrongly identifying itself as tofloat. * txr.1: Document handling of characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a39c45a3..9f1f3b3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (tofloat, toint): Handle characters.
+ Fix error message in toint wrongly identifying itself as tofloat.
+
+ * txr.1: Document handling of characters.
+
+2014-12-05 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register in function as intrinsic.
* lib.c (in): New function.