OSDN Git Service

4f59525332e68f04f600e68a939495822febf191
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2010-03-11  Tobias Burnus  <burnus@net-b.de>
2
3         PR fortran/43228
4         * io/list_read.c (nml_parse_qualifier): Disable expanded_read
5         for array sections.
6
7 2010-03-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
8
9         PR libfortran/43320
10         * io/transfer.c (next_record_r): Add hit_eof based on item_count
11         condition.
12
13 2010-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
14
15         PR libfortran/43265
16         * io/read.c: Include fbuf.h and unix.h to enable lower level I/O for
17         read_x. (read_x): Replace the use of read_sf with equivalent lower level
18         I/O, eliminating unneeded code and handling EOF and EOR conditions.
19         * io/io.h: Revise prototype for read_sf.
20         * io/transfer.c (read_sf): Delete no_error parameter and all uses of it.
21         (read_block_form): Likewise.
22         (next_record_r): Delete wrong code call to hit_eof.
23
24 2010-03-08  Kai TIetz  <kai.tietz@onevision.com>
25
26         PR/42950
27         * libgfortran.h (_POSIX): Define if __MINGW32__ is defined.
28         (gfc_printf): Define to gnu_printf for __MINGW32__ case,
29         otherwise to __printf__.
30         (gfc_strtof,gfc_strtod,gfc_strtold): Define for mingw case
31         to POSIX compatible converter functions.
32         (runtime_error): Use instead gfc_printf as formatter
33         attribute name.
34         (runtime_error_at): Likewise.
35         (runtime_warning_at): Likewise.
36         (st_printf): Likewise.
37         * intrinsics/date_and_time.c (localtime_r): Undefine
38         possible defined macro.
39         (gmtime_r): Likewise.
40         * io/read.c (convert_real): Use gfc_strtof, gfc_strtod,
41         and gfc_strtold.
42
43 2010-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
44
45         PR libfortran/43155
46         * io/transfer.c (require_type): Subtract one from item_count for output
47         of error message.  Add comment before formatted_transfer function
48         explaining why the item_count is off by one.
49
50 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
51
52         * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
53
54 2010-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
55
56         * io/list_read.c (list_formatted_read_scalar): Remove duplicate code.
57
58 2010-02-09  Tobias Burnus  <burnus@net-b.de>
59
60         PR fortran/42996
61         * intrinsics/args.c (get_command_argument_i4): Always return
62         commandline-argument length for length parameter.
63
64 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
65
66         PR libfortran/42742
67         * io/format.c (reset_fnode_counters): Use the correct pointer to the
68         head of the fnode list. (parse_format): Remove previous hack that set
69         limit on size of format string for caching.
70
71 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
72
73         PR libfortran
74         * io/transfer.c (read_sf): Handle EOR and EOF conditions for
75         ADVANCE="no" with PAD="yes" or PAD="no".
76
77 2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
78
79         PR libfortran/42901
80         * io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
81         code, and adjust logic to set namelist info pointer correctly for array
82         qualifiers of derived type components.
83
84 2010-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
85
86         PR libfortran/42742
87         * io/format.c (parse_format): Set limit on size of format strings that
88         will be cached.
89
90 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
91
92         * configure: Regenerate.
93
94 2010-01-03  Janne Blomqvist  <jb@gcc.gnu.org>
95
96         PR libfortran/42420
97         * io/unix.c: Defines for MINGW stat and fstat.
98         (gfstat_t): New typedef.
99         (id_from_fd): Use gfstat_t instead of struct stat.
100         (fd_to_stream): Likewise.
101         (compare_file_filename): Likewise.
102         (find_file): Likewise.
103         (file_exists): Likewise.
104         (inquire_sequential): Likewise.
105         (inquire_direct): Likewise.
106         (inquire_formatted): Likewise.
107
108 \f
109 Copyright (C) 2010 Free Software Foundation, Inc.
110
111 Copying and distribution of this file, with or without modification,
112 are permitted in any medium without royalty provided the copyright
113 notice and this notice are preserved.