diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-22 18:27:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-22 18:27:07 -0700 |
commit | 3979dd9d09801792e8cc4428c4cf80ec98c676a3 (patch) | |
tree | 9392492eca5f107e85919914e05ff59b064d5f5f /ChangeLog | |
parent | 3e43fc5cd22e5293aef97cc67721d12fff9b9a84 (diff) | |
download | txr-3979dd9d09801792e8cc4428c4cf80ec98c676a3.tar.gz txr-3979dd9d09801792e8cc4428c4cf80ec98c676a3.tar.bz2 txr-3979dd9d09801792e8cc4428c4cf80ec98c676a3.zip |
* arith.c (expo): New function.
* eval.c (eval_init): expo registered as intrinsic exp.
* lib.h (expo): Declared.
* txr.1: Added to stub heading.
* txr.vim: Highlighting for exp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2012-03-22 Kaz Kylheku <kaz@kylheku.com> + * arith.c (expo): New function. + + * eval.c (eval_init): expo registered as intrinsic exp. + + * lib.h (expo): Declared. + + * txr.1: Added to stub heading. + + * txr.vim: Highlighting for exp. + +2012-03-22 Kaz Kylheku <kaz@kylheku.com> + * eval.c (transform_op): use integerp instead of numberp. Not all numbers are integers now, and that situation requires an integer. |