summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c01eea05..a5036e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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,
+ eliminated useless rplacd operation.
+
+ * txr.1: Updated documentation of giterate.
+
2014-07-28 Kaz Kylheku <kaz@kylheku.com>
* eval.c (eval_init): Register partition-by intrinsic.