summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-18 07:33:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-18 16:51:13 -0800
commit96f301c72e7ca9ec7be0d1453f89fa8e6d49ee85 (patch)
tree0400ac1f5fc914a1991e4e2008980f9b937372bd /ChangeLog
parent4541ae4bec106d3d680edf3c25ca8f80287a83c9 (diff)
downloadtxr-96f301c72e7ca9ec7be0d1453f89fa8e6d49ee85.tar.gz
txr-96f301c72e7ca9ec7be0d1453f89fa8e6d49ee85.tar.bz2
txr-96f301c72e7ca9ec7be0d1453f89fa8e6d49ee85.zip
* stream.c (open_tail): Fix 2013-12-02 regression:
seek_to_end_p argument being ignored, with the behavior being no initial seek to the end. * txr.1: Clarified the behavior of the seek-to-end-p option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b1d4886..abfb9ae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2014-02-18 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (open_tail): Fix 2013-12-02 regression:
+ seek_to_end_p argument being ignored, with the
+ behavior being no initial seek to the end.
+
+ * txr.1: Clarified the behavior of the seek-to-end-p
+ option.
+
+2014-02-18 Kaz Kylheku <kaz@kylheku.com>
+
* combi.c (rperm_gen_full): Update ptail with return value
of list_collect. This is not necessary for correctness, but it spares
list_collect from having to search for the tail on each call.