summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5036e15..2e3a0e50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (reduce_left, reduce_right): Nullify incoming sequence
+ argument so empty vectors and strings can be processed.
+
+2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (giterate_func, giterate): Adjusting semantics of giterate to
include seed item in the sequence. The while test is applied to
each item before it is passed through the function. Also,