summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-29 06:57:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-29 06:57:00 -0700
commit73e7fd1df88999b02e89cd497e9baeb9a1a6bb40 (patch)
tree0376dc71ff41e8e9136c915b34aef6a2d4d028bf /ChangeLog
parent2014daea4ca5a4f92afc07bbc08dfdcb6c095a12 (diff)
downloadtxr-73e7fd1df88999b02e89cd497e9baeb9a1a6bb40.tar.gz
txr-73e7fd1df88999b02e89cd497e9baeb9a1a6bb40.tar.bz2
txr-73e7fd1df88999b02e89cd497e9baeb9a1a6bb40.zip
* 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.
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.