diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-16 16:26:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-16 16:26:31 -0800 |
commit | b76485e540762c60ba34dc36875c3b936f4df7b8 (patch) | |
tree | 04f04f42e09bd11eaa3911840dc702a757b2308b /ChangeLog | |
parent | 5cb820d7f9be3df23e19fd67a2f5ff6309188eea (diff) | |
download | txr-b76485e540762c60ba34dc36875c3b936f4df7b8.tar.gz txr-b76485e540762c60ba34dc36875c3b936f4df7b8.tar.bz2 txr-b76485e540762c60ba34dc36875c3b936f4df7b8.zip |
* eval.c (op_tree_case): Removed superfluous handling of
nil parameter list; this is correctly handled by bind_macro_params.
Added support for the colon symbol as an indication that
the case is declined.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2014-02-16 Kaz Kylheku <kaz@kylheku.com> + * eval.c (op_tree_case): Removed superfluous handling of + nil parameter list; this is correctly handled by bind_macro_params. + Added support for the colon symbol as an indication that + the case is declined. + + * txr.1: Updated. + +2014-02-16 Kaz Kylheku <kaz@kylheku.com> + New destructuring operators. * eval.c (tree_case_s, tree_bind_s): New symbol variables. |