OSDN Git Service

be54763e96f5d57d4aee39f2982aac69d2b7997a
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2
3         PR libfortran
4         * io/transfer.c (read_sf): Handle EOR and EOF conditions for
5         ADVANCE="no" with PAD="yes" or PAD="no".
6
7 2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
8
9         PR libfortran/42901
10         * io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
11         code, and adjust logic to set namelist info pointer correctly for array
12         qualifiers of derived type components.
13
14 2010-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
15
16         PR libfortran/42742
17         * io/format.c (parse_format): Set limit on size of format strings that
18         will be cached.
19
20 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21
22         * configure: Regenerate.
23
24 2010-01-03  Janne Blomqvist  <jb@gcc.gnu.org>
25
26         PR libfortran/42420
27         * io/unix.c: Defines for MINGW stat and fstat.
28         (gfstat_t): New typedef.
29         (id_from_fd): Use gfstat_t instead of struct stat.
30         (fd_to_stream): Likewise.
31         (compare_file_filename): Likewise.
32         (find_file): Likewise.
33         (file_exists): Likewise.
34         (inquire_sequential): Likewise.
35         (inquire_direct): Likewise.
36         (inquire_formatted): Likewise.
37
38 \f
39 Copyright (C) 2010 Free Software Foundation, Inc.
40
41 Copying and distribution of this file, with or without modification,
42 are permitted in any medium without royalty provided the copyright
43 notice and this notice are preserved.