summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-06 01:12:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-06 01:12:00 -0800
commit7c2620a23a37fde4ef890acb444c4fbadf77dd33 (patch)
tree329dc419df7a98f2632a2ccd89a7b9736a253d24 /ChangeLog
parent6a63a6b32065f6a5839571b378605f875f9c5240 (diff)
downloadtxr-7c2620a23a37fde4ef890acb444c4fbadf77dd33.tar.gz
txr-7c2620a23a37fde4ef890acb444c4fbadf77dd33.tar.bz2
txr-7c2620a23a37fde4ef890acb444c4fbadf77dd33.zip
* hash.c (hash_grow, make_hash, make_similar_hash, copy_hash):
Pass second argument to vector. * lib.c (vector): Takes additional argument specifying the value for the slots of the vector. (vector_list, sub_vec): Pass second argument to vector. * lib.h (vector): Declaration updated. * eval.c (eval_init): Register vector as two-argument function with one required arg. * txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 859da73e..ea1aab3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2014-02-06 Kaz Kylheku <kaz@kylheku.com>
+ * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash):
+ Pass second argument to vector.
+
+ * lib.c (vector): Takes additional argument specifying the value
+ for the slots of the vector.
+ (vector_list, sub_vec): Pass second argument to vector.
+
+ * lib.h (vector): Declaration updated.
+
+ * eval.c (eval_init): Register vector as two-argument function
+ with one required arg.
+
+ * txr.1: Updated.
+
+2014-02-06 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (op_dwim): Gutted down to just a few lines.
Basically the dwim operator is just a Lisp-1 version of the call
operator now. It doesn't have to do anything funny with non-function