OSDN Git Service

2010-04-01 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2010-04-01  Paul Thomas  <pault@gcc.gnu.org>
2
3         * io/transfer.c : Update copyright.
4         * io/unix.c : ditto
5         * io/read.c : ditto
6         * io/io.h : ditto
7         * io/unix.h : ditto
8         * io/inquire.c : ditto
9         * io/format.c : ditto
10         * io/list_read.c : ditto
11         * runtime/error.c : ditto
12         * libgfortran.h : ditto
13         * intrinsics/date_and_time.c: ditto
14         * intrinsics/args.c : ditto
15
16 2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
17
18         PR libfortran/43605
19         * io/intrinsics.c (ftell): Reset fbuf, correct offset.
20         (FTELL_SUB): Likewise.
21
22 2010-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
23
24         PR libfortran/43265
25         * io/transfer.c (next_record_r): Only call hit_eof for specific
26         conditions when an EOF is encountered.
27
28 2010-03-29  Tobias Burnus  <burnus@net-b.de>
29
30         PR fortran/43551
31         * io/unix.c (buf_write): Set physical_offset after lseek.
32
33 2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
34
35         PR libfortran/43517
36         * io/read.c (read_x): Return if seen EOR condition.
37
38 2010-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
39
40         PR fortran/43409
41         * io/io.h: Fix type of size in st_parameter_inquire structure.
42
43 2010-03-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
44
45         PR fortran/43409
46         * io/unix.h: Add prototype for new function to return file size.
47         * io/unix.c (file_size): New function.
48         * io/inquire.c (inquire_via_unit): Use new function.
49         (inquire_via_filename): Use new function.
50
51 2010-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
52
53         * io/transfer.c (read_sf_internal): Remove stray function declaration
54         used during debugging.
55
56 2010-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
57
58         PR libfortran/43265
59         * io/io.h: Delete prototype for read_sf, making it static.
60         * io/read.c (read_x): Modify to call hit_eof if PAD="no".
61         * io/transfer.c (read_sf_internal): New static function extracted from
62         read_sf for use on internal units only. Handle empty string case.
63         (read_sf): New factoring of this function, make it static.  Add special
64         conditions for EOF based on ADVANCE="no", PAD="no", and whether any
65         bytes have been previously read from the record.
66         (read_block_form): Modify to call read_sf or read_sf_internal.
67         (next_record_r): Add a done flag similar to next_record_w. Call hit_eof
68         if internal array unit next record returns finished, meaning an EOF was
69         found and not done, ie not the last record expected.  For external
70         units call hit_eof if item_count is 1 or there are no pending spaces.
71         (next_record): Update call to next_record_r.
72
73 2010-03-12  Kai Tietz  <kai.tietz@onevision.com>
74
75         PR/42950
76         * io/format.c (parse_format_list): Add to ERROR, WARNING,
77         SILENT enumerators NOTIFICATION_ prefix.
78         * runtime/error.c (notification_std): Likewise.
79         * libgfortran.h (notification): Likewise.
80         (GFC_LARGEST_BUF): Check for HAVE_GFC_INTEGER_16.
81
82 2010-03-11  Tobias Burnus  <burnus@net-b.de>
83
84         PR fortran/43228
85         * io/list_read.c (nml_parse_qualifier): Disable expanded_read
86         for array sections.
87
88 2010-03-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
89
90         PR libfortran/43320
91         * io/transfer.c (next_record_r): Add hit_eof based on item_count
92         condition.
93
94 2010-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
95
96         PR libfortran/43265
97         * io/read.c: Include fbuf.h and unix.h to enable lower level I/O for
98         read_x. (read_x): Replace the use of read_sf with equivalent lower level
99         I/O, eliminating unneeded code and handling EOF and EOR conditions.
100         * io/io.h: Revise prototype for read_sf.
101         * io/transfer.c (read_sf): Delete no_error parameter and all uses of it.
102         (read_block_form): Likewise.
103         (next_record_r): Delete wrong code call to hit_eof.
104
105 2010-03-08  Kai TIetz  <kai.tietz@onevision.com>
106
107         PR/42950
108         * libgfortran.h (_POSIX): Define if __MINGW32__ is defined.
109         (gfc_printf): Define to gnu_printf for __MINGW32__ case,
110         otherwise to __printf__.
111         (gfc_strtof,gfc_strtod,gfc_strtold): Define for mingw case
112         to POSIX compatible converter functions.
113         (runtime_error): Use instead gfc_printf as formatter
114         attribute name.
115         (runtime_error_at): Likewise.
116         (runtime_warning_at): Likewise.
117         (st_printf): Likewise.
118         * intrinsics/date_and_time.c (localtime_r): Undefine
119         possible defined macro.
120         (gmtime_r): Likewise.
121         * io/read.c (convert_real): Use gfc_strtof, gfc_strtod,
122         and gfc_strtold.
123
124 2010-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
125
126         PR libfortran/43155
127         * io/transfer.c (require_type): Subtract one from item_count for output
128         of error message.  Add comment before formatted_transfer function
129         explaining why the item_count is off by one.
130
131 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
132
133         * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
134
135 2010-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
136
137         * io/list_read.c (list_formatted_read_scalar): Remove duplicate code.
138
139 2010-02-09  Tobias Burnus  <burnus@net-b.de>
140
141         PR fortran/42996
142         * intrinsics/args.c (get_command_argument_i4): Always return
143         commandline-argument length for length parameter.
144
145 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
146
147         PR libfortran/42742
148         * io/format.c (reset_fnode_counters): Use the correct pointer to the
149         head of the fnode list. (parse_format): Remove previous hack that set
150         limit on size of format string for caching.
151
152 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
153
154         PR libfortran
155         * io/transfer.c (read_sf): Handle EOR and EOF conditions for
156         ADVANCE="no" with PAD="yes" or PAD="no".
157
158 2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
159
160         PR libfortran/42901
161         * io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
162         code, and adjust logic to set namelist info pointer correctly for array
163         qualifiers of derived type components.
164
165 2010-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
166
167         PR libfortran/42742
168         * io/format.c (parse_format): Set limit on size of format strings that
169         will be cached.
170
171 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
172
173         * configure: Regenerate.
174
175 2010-01-03  Janne Blomqvist  <jb@gcc.gnu.org>
176
177         PR libfortran/42420
178         * io/unix.c: Defines for MINGW stat and fstat.
179         (gfstat_t): New typedef.
180         (id_from_fd): Use gfstat_t instead of struct stat.
181         (fd_to_stream): Likewise.
182         (compare_file_filename): Likewise.
183         (find_file): Likewise.
184         (file_exists): Likewise.
185         (inquire_sequential): Likewise.
186         (inquire_direct): Likewise.
187         (inquire_formatted): Likewise.
188
189 \f
190 Copyright (C) 2010 Free Software Foundation, Inc.
191
192 Copying and distribution of this file, with or without modification,
193 are permitted in any medium without royalty provided the copyright
194 notice and this notice are preserved.