diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-05 17:42:59 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-05 17:42:59 -0800 |
commit | 87ef0e20b4e9d8f82d061ddc6993d04a2f6eda9d (patch) | |
tree | 2886dd9d1afa7d16de09c882ddd654b73617a250 /ChangeLog | |
parent | 04a75123fc2f6135850a811bf7477ed97fdcdc83 (diff) | |
download | txr-87ef0e20b4e9d8f82d061ddc6993d04a2f6eda9d.tar.gz txr-87ef0e20b4e9d8f82d061ddc6993d04a2f6eda9d.tar.bz2 txr-87ef0e20b4e9d8f82d061ddc6993d04a2f6eda9d.zip |
* lib.c (generic_funcall): If a cons cell is passed as
one argument to a sequence being used as a function, split it into two
arguments. This is consistent with the DWIM operator behavior.
* txr.1: Document callable objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-02-05 Kaz Kylheku <kaz@kylheku.com> + * lib.c (generic_funcall): If a cons cell is passed as + one argument to a sequence being used as a function, split it into two + arguments. This is consistent with the DWIM operator behavior. + + * txr.1: Document callable objects. + +2014-02-05 Kaz Kylheku <kaz@kylheku.com> + Allow sequences and hashes to be called as functions. This is already supported in the DWIM operator. |