OSDN Git Service

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