diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 16:47:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 16:47:46 -0700 |
commit | 3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c (patch) | |
tree | a70f7ae26d8314d94e4dddc72e0947bf4e6003e7 /ChangeLog | |
parent | 551a986c12660fa5a4b36fe22262e7d5255c9994 (diff) | |
download | txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.tar.gz txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.tar.bz2 txr-3f7c28ed9255ce0332b2e9214ee771c8a1a8dd1c.zip |
* arith.c (divi): New function.
* eval.c (eval_init): divi registered as / intrinsic.
* lib.h (divi): Declared.
* txr.1: divi added to stub heading.
* txr.vim: / operator highlighted.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2012-03-21 Kaz Kylheku <kaz@kylheku.com> + * arith.c (divi): New function. + + * eval.c (eval_init): divi registered as / intrinsic. + + * lib.h (divi): Declared. + + * txr.1: divi added to stub heading. + + * txr.vim: / operator highlighted. + +2012-03-21 Kaz Kylheku <kaz@kylheku.com> + * arith.c (mod): Floating support. 2012-03-21 Kaz Kylheku <kaz@kylheku.com> |