OSDN Git Service

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