diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-05-20 19:44:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-05-20 19:44:07 -0700 |
commit | e2437397f8f4430fd479cafe9495e5a19e970f86 (patch) | |
tree | b45cac8d1c9f26461d40b7a50744074cfeba618c /ChangeLog | |
parent | d3221bbe79e7bb19cd5fab4138857af553ee9e7a (diff) | |
download | txr-e2437397f8f4430fd479cafe9495e5a19e970f86.tar.gz txr-e2437397f8f4430fd479cafe9495e5a19e970f86.tar.bz2 txr-e2437397f8f4430fd479cafe9495e5a19e970f86.zip |
The call operator should be a function!
* eval.c (call): New static function.
(eval_args, op_call): Static functions removed.
(eval_init): call_s registered as operator rather than function.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2014-05-20 Kaz Kylheku <kaz@kylheku.com> + + The call operator should be a function! + + * eval.c (call): New static function. + (eval_args, op_call): Static functions removed. + (eval_init): call_s registered as operator rather than function. + + * txr.1: Updated. + 2014-05-10 Kaz Kylheku <kaz@kylheku.com> Version 89 |