summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-02 01:35:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-02 01:35:56 -0800
commit97b07f495505f5e3b9b0e99e8d024d85eedf0952 (patch)
treee7db26d3b43baaacc4d52f8f99008b044e061b86 /ChangeLog
parent7ff372554e299753eace449f2e634de97ac38f7f (diff)
downloadtxr-97b07f495505f5e3b9b0e99e8d024d85eedf0952.tar.gz
txr-97b07f495505f5e3b9b0e99e8d024d85eedf0952.tar.bz2
txr-97b07f495505f5e3b9b0e99e8d024d85eedf0952.zip
* eval.c (do_eval_args): If the dotted position of the argument
list evaluates to a vector, then convert the vector to a list. * txr.1: Document compound forms, and how they allow the dotted position and how it may be a vector.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a088c057..fbd077f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-02-02 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (do_eval_args): If the dotted position of the argument
+ list evaluates to a vector, then convert the vector to a list.
+
+ * txr.1: Document compound forms, and how they allow the dotted
+ position and how it may be a vector.
+
+2014-02-02 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register vector_list function a second time
under the name vec, as a variadic function.