diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-19 00:07:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-19 00:07:48 -0700 |
commit | bb30e8bc09ffaf5b7bf0ce7ecca17c55c8bf428d (patch) | |
tree | 8400d4ff248929e63f0cfd28b9880b7d01a87dad /ChangeLog | |
parent | ee3464c68375f00a6cf44b4bfad8bdbda4e17d32 (diff) | |
download | txr-bb30e8bc09ffaf5b7bf0ce7ecca17c55c8bf428d.tar.gz txr-bb30e8bc09ffaf5b7bf0ce7ecca17c55c8bf428d.tar.bz2 txr-bb30e8bc09ffaf5b7bf0ce7ecca17c55c8bf428d.zip |
* arith.c (tofloat, toint): New functions.
* arith.h (tofloat, toint): Declared.
* eval.c (eval_init): tofloat and toint registered
as intrinsics.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-03-19 Kaz Kylheku <kaz@kylheku.com> + + * arith.c (tofloat, toint): New functions. + + * arith.h (tofloat, toint): Declared. + + * eval.c (eval_init): tofloat and toint registered + as intrinsics. + + * txr.1: Documented. + 2014-03-16 Kaz Kylheku <kaz@kylheku.com> Version 86 |