OSDN Git Service

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