summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-18 21:17:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-18 21:17:23 -0800
commit6dbb219a3fb2152ca9991a073df7e45c553eadf4 (patch)
treeeca2b808c45c84a002efacc0f709a12d3c561bd9 /ChangeLog
parent96f301c72e7ca9ec7be0d1453f89fa8e6d49ee85 (diff)
downloadtxr-6dbb219a3fb2152ca9991a073df7e45c553eadf4.tar.gz
txr-6dbb219a3fb2152ca9991a073df7e45c553eadf4.tar.bz2
txr-6dbb219a3fb2152ca9991a073df7e45c553eadf4.zip
The mode argument in some stream-opening functions becomes optional.
* eval.c (eval_init): Change registration for open_file, open_tail and open_command. * stream.c (open_file, open_tail, open_command): mode_str argument defaulted. * txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abfb9ae8..92088732 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2014-02-18 Kaz Kylheku <kaz@kylheku.com>
+ The mode argument in some stream-opening functions becomes optional.
+
+ * eval.c (eval_init): Change registration for open_file, open_tail
+ and open_command.
+
+ * stream.c (open_file, open_tail, open_command): mode_str argument
+ defaulted.
+
+ * txr.1: Updated.
+
+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.