diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-19 21:43:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-19 21:43:45 -0700 |
commit | d8e75887b3d2bc103bd66238d250a596eae83092 (patch) | |
tree | e8ef083bc3b9f2caa4f661a81bcf0b2ed6da245a /ChangeLog | |
parent | ce943667b2aabb2821a0d1f61025ace9f1c146dc (diff) | |
download | txr-d8e75887b3d2bc103bd66238d250a596eae83092.tar.gz txr-d8e75887b3d2bc103bd66238d250a596eae83092.tar.bz2 txr-d8e75887b3d2bc103bd66238d250a596eae83092.zip |
* eval.c (identity_s): New global variable.
(me_ret, tf, nilf, do_retf, retf): New static functions.
(eval_init): Initialize identity_s, and use it for registration
of identity. Register ret macro, and the retf, tf and nilf
functions.
* txr.1: Documentation for ret, retf, tf and nilf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-06-19 Kaz Kylheku <kaz@kylheku.com> + * eval.c (identity_s): New global variable. + (me_ret, tf, nilf, do_retf, retf): New static functions. + (eval_init): Initialize identity_s, and use it for registration + of identity. Register ret macro, and the retf, tf and nilf + functions. + + * txr.1: Documentation for ret, retf, tf and nilf. + +2014-06-19 Kaz Kylheku <kaz@kylheku.com> + Bugfix: dwim operator contradicts the documentation and intended design. |