diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-05 22:36:15 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-05 22:36:15 -0800 |
commit | 462024f5d4cd7bc2c134eb732eabaea6f3bafc1e (patch) | |
tree | 552bf326425892de3127cca74c517643b10de89c /ChangeLog | |
parent | 0bbef1e12870a4f749a112dfb4ef8a09736e8b29 (diff) | |
download | txr-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |