From 2045a99abbd89083bbec5826e71c01bacd153dd3 Mon Sep 17 00:00:00 2001 From: Jerry DeLisle Date: Sun, 20 Jan 2008 06:55:46 +0000 Subject: [PATCH] Fix it. From-SVN: r131674 --- libgfortran/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index f2c5a43f5b0..b004be05439 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,6 @@ 2008-01-19 Jerry DeLisle + PR libfortran/34795 * io/inquire.c (inquire_via_unit): If a unit is opened, return values according to the open action for DIRECT, FORMATTED, and UNFORMATTED. (inquire_via_filename): Return "UNKNOWN" for SEQUENTIAL, DIRECT, @@ -10,6 +11,7 @@ 2008-01-18 Jerry DeLisle + PR libfortran/34782 * io/transfer.c (formatted_transfer_scalar): Set max_pos to the greater of the current max_pos or the newly calculated position.