OSDN Git Service

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