From 6dbb219a3fb2152ca9991a073df7e45c553eadf4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 18 Feb 2014 21:17:23 -0800 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index abfb9ae8..92088732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-02-18 Kaz Kylheku + + 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 * stream.c (open_tail): Fix 2013-12-02 regression: -- cgit v1.2.3