summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-05 02:34:09 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-05 02:34:09 -0800
commit68c084269581f32f0a7b859446ae2efb6c6a26c0 (patch)
treed3e41aecaf7405771fac7579872520bc104c3c6b /ChangeLog
parentecefd793e54d3cf0a56df705a18deb587d2a19c1 (diff)
downloadtxr-68c084269581f32f0a7b859446ae2efb6c6a26c0.tar.gz
txr-68c084269581f32f0a7b859446ae2efb6c6a26c0.tar.bz2
txr-68c084269581f32f0a7b859446ae2efb6c6a26c0.zip
* eval.c (bind_args): Support optional parameters in the
form (sym initform present-p-sym). Also, support the convention that a value of : explicitly passed for an optional argument produces the same behavior as if that argument value were missing. * txr.1: Document new conventions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0f2c9a9..8dcd1fbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2014-02-05 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (bind_args): Support optional parameters in the
+ form (sym initform present-p-sym). Also, support the convention
+ that a value of : explicitly passed for an optional argument produces
+ the same behavior as if that argument value were missing.
+
+ * txr.1: Document new conventions.
+
+2014-02-05 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (apply): Pass missing optional arguments as colon_k.
to functions for which this is requested.
(reg_fun_mark): New static function.