OSDN Git Service

2008-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2
3         PR libfortran/34676
4         * io/list_read.c (next_char): Only save the EOF condition for later if
5         advance="no".
6
7 2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
8
9         PR libfortran/34565
10         * io/io.h:  Adjust protoypes for open_internal(),
11         next_array_record() and init_loop_spec().
12         * io/list_read.c (next_char):  Use argument "finished"
13         of next_array_record to check for end on internal file.
14         * io/unit.c:  Calculate the offset for an array
15         internal file and supply this informatin to open_internal().
16         * io/unix.c (open_internal):  Set the offset for the internal
17         file on open.
18         * io/transfer.c (init_loop_spec):  Calculate the starting
19         record in case of negative strides.  Return size of 0 for
20         an empty array.
21         (next_array_record):  Use an extra flag to signal that the
22         array is finished.
23         (next_record_r):  Use the new flag to next_array_record().
24         (next_record_w):  Likewise.