summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-16 16:26:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-16 16:26:31 -0800
commitb76485e540762c60ba34dc36875c3b936f4df7b8 (patch)
tree04f04f42e09bd11eaa3911840dc702a757b2308b /ChangeLog
parent5cb820d7f9be3df23e19fd67a2f5ff6309188eea (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83be43f8..3ba822c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.