OSDN Git Service

83ff864a5ff6526452f1dca1ed3e130f38daba4d
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2010-06-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2
3         PR libfortran/44477
4         * io/file_pos.c (st_endfile): Add check for ENDFILE when file is
5         already positioned after the EOF marker. Use find_or_create_unit
6         instead of find_unit. If unit is not connected, connect it and create 
7         the file with default settings.
8         * io/transfer.c (data_transfer_init):  Add check for attempted READ or
9         WRITE when file is already positioned after the EOF marker.
10
11 2010-06-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
12
13         * intrinsics/selected_char_kind.c (selected_char_kind): Fix
14         return value for ISO_10646.
15
16 2010-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
17
18         * mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and
19         GFC_REAL_*_LITERAL macros for each kind.
20         * intrinsics/cpu_time.c (cpu_time_4, cpu_time_8, cpu_time_10,
21         cpu_time_16): Use them.
22         * intrinsics/random.c (rnumber_4, rnumber_8, rnumber_10,
23         rnumber_16): Likewise.
24
25 2010-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
26
27         * intrinsics/system_clock.c (system_clock_4, system_clock_8):
28         Undefine TCK.
29
30 2010-06-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
31
32         PR libfortran/34670
33         * intrinsics/date_and_time.c:  Replace assert with runtime_error
34         when VALUE is too small.
35
36 2010-05-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
37
38         PR fortran/43851
39         * runtime/stop.c (stop_string): Make sure nothing is emitted for
40         blank stop.
41
42 2010-05-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
43
44         PR fortran/43851
45         * runtime/stop.c (error_stop_numeric): New function and updated comment.
46         Add declaration for stop_numeric and remove declaration for stop_string.
47         (stop_string): Use for blank STOP.
48         (stop_numeric): Remove use of special -1 stop code.
49         * runtime/pause.c (do_pause): Use stop_string for blank stop.
50         (pause_numeric): Remove use of special -1 pause code.
51         * gfortran.map: Add new symbol to run-time library.
52         * libgfortran.h: Move declaration for stop_string to here to make
53         function visible for do_pause. Remove declaration for stop_numeric.
54
55 2010-05-08  Janne Blomqvist  <jb@gcc.gnu.org>
56
57         * io/unix.h (mem_alloc_r): Fix typo to reduce visibility.
58
59 2010-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
60
61         * libgfortran.h (free_mem): Remove prototype.
62         * runtime/memory.c (free_mem): Remove function.
63         * intrinsics/date_and_time.c (secnds): Replace free_mem() with
64         free().
65         * io/fbuf.c (fbuf_destroy): Likewise.
66         * io/format.c (free_format_hash_table): Likewise.
67         (save_parsed_format): Likewise.
68         (free_format_data): Likewise.
69         * io/list_read.c (free_saved): Likewise.
70         (free_line): Likewise.
71         (nml_touch_nodes): Likewise.
72         (nml_read_obj): Likewise
73         * io/lock.c (free_ionml): Likewise.
74         * io/open.c (new_unit): Likewise.
75         (already_open): Likewise.
76         * io/unit.c (destroy_unit_mutex): Likewise.
77         (free_internal_unit): Likewise.
78         (close_unit_1): Likewise.
79         * io/unix.c (raw_close): Likewise.
80         (buf_close): Likewise.
81         (mem_close): Likewise.
82         (tempfile): Likewise.
83         * io/write.c (nml_write_obj): Likewise.
84         * io/write_float.def (output_float_FMT_G_##): Likewise.
85         * runtime/error.c (show_locus): Likewise.
86
87 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
88
89         PR other/43620
90         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
91         * configure: Regenerate.
92         * Makefile.in: Regenerate.
93
94 2010-04-30  Kai Tietz  <kai.tietz@onevision.com>
95
96         PR/43844
97         * io/unix.c (raw_truncate): Explicit cast from integer-scalar
98         to pointer.
99         (tempfile): Use for mingw GetTempPath and avoid double slash
100         for path.
101
102 2010-04-24  Kai Tietz  <kai.tietz@onevision.com>
103
104         PR/43844
105         * io/unix.c (tempfile): Correct logic for mktemp case.
106
107 2010-04-06  Tobias Burnus  <burnus@net-b.de>
108
109         PR fortran/39997
110         * runtime/stop.c (error_stop_string): New function.
111         * gfortran.map (_gfortran_error_stop_string): Add.
112
113 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
114
115         * Makefile.in: Regenerate.
116         * aclocal.m4: Regenerate.
117
118 2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
119
120         PR libfortran/43605
121         * io/intrinsics.c (gf_ftell): New function, seek to correct offset.
122         (ftell): Call gf_ftell.
123         (FTELL_SUB): Likewise.
124
125 2010-04-01  Paul Thomas  <pault@gcc.gnu.org>
126
127         * io/transfer.c : Update copyright.
128         * io/unix.c : ditto
129         * io/read.c : ditto
130         * io/io.h : ditto
131         * io/unix.h : ditto
132         * io/inquire.c : ditto
133         * io/format.c : ditto
134         * io/list_read.c : ditto
135         * runtime/error.c : ditto
136         * libgfortran.h : ditto
137         * intrinsics/date_and_time.c: ditto
138         * intrinsics/args.c : ditto
139
140 2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
141
142         PR libfortran/43605
143         * io/intrinsics.c (ftell): Reset fbuf, correct offset.
144         (FTELL_SUB): Likewise.
145
146 2010-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
147
148         PR libfortran/43265
149         * io/transfer.c (next_record_r): Only call hit_eof for specific
150         conditions when an EOF is encountered.
151
152 2010-03-29  Tobias Burnus  <burnus@net-b.de>
153
154         PR fortran/43551
155         * io/unix.c (buf_write): Set physical_offset after lseek.
156
157 2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
158
159         PR libfortran/43517
160         * io/read.c (read_x): Return if seen EOR condition.
161
162 2010-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
163
164         PR fortran/43409
165         * io/io.h: Fix type of size in st_parameter_inquire structure.
166
167 2010-03-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
168
169         PR fortran/43409
170         * io/unix.h: Add prototype for new function to return file size.
171         * io/unix.c (file_size): New function.
172         * io/inquire.c (inquire_via_unit): Use new function.
173         (inquire_via_filename): Use new function.
174
175 2010-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
176
177         * io/transfer.c (read_sf_internal): Remove stray function declaration
178         used during debugging.
179
180 2010-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
181
182         PR libfortran/43265
183         * io/io.h: Delete prototype for read_sf, making it static.
184         * io/read.c (read_x): Modify to call hit_eof if PAD="no".
185         * io/transfer.c (read_sf_internal): New static function extracted from
186         read_sf for use on internal units only. Handle empty string case.
187         (read_sf): New factoring of this function, make it static.  Add special
188         conditions for EOF based on ADVANCE="no", PAD="no", and whether any
189         bytes have been previously read from the record.
190         (read_block_form): Modify to call read_sf or read_sf_internal.
191         (next_record_r): Add a done flag similar to next_record_w. Call hit_eof
192         if internal array unit next record returns finished, meaning an EOF was
193         found and not done, ie not the last record expected.  For external
194         units call hit_eof if item_count is 1 or there are no pending spaces.
195         (next_record): Update call to next_record_r.
196
197 2010-03-12  Kai Tietz  <kai.tietz@onevision.com>
198
199         PR/42950
200         * io/format.c (parse_format_list): Add to ERROR, WARNING,
201         SILENT enumerators NOTIFICATION_ prefix.
202         * runtime/error.c (notification_std): Likewise.
203         * libgfortran.h (notification): Likewise.
204         (GFC_LARGEST_BUF): Check for HAVE_GFC_INTEGER_16.
205
206 2010-03-11  Tobias Burnus  <burnus@net-b.de>
207
208         PR fortran/43228
209         * io/list_read.c (nml_parse_qualifier): Disable expanded_read
210         for array sections.
211
212 2010-03-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
213
214         PR libfortran/43320
215         * io/transfer.c (next_record_r): Add hit_eof based on item_count
216         condition.
217
218 2010-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
219
220         PR libfortran/43265
221         * io/read.c: Include fbuf.h and unix.h to enable lower level I/O for
222         read_x. (read_x): Replace the use of read_sf with equivalent lower level
223         I/O, eliminating unneeded code and handling EOF and EOR conditions.
224         * io/io.h: Revise prototype for read_sf.
225         * io/transfer.c (read_sf): Delete no_error parameter and all uses of it.
226         (read_block_form): Likewise.
227         (next_record_r): Delete wrong code call to hit_eof.
228
229 2010-03-08  Kai TIetz  <kai.tietz@onevision.com>
230
231         PR/42950
232         * libgfortran.h (_POSIX): Define if __MINGW32__ is defined.
233         (gfc_printf): Define to gnu_printf for __MINGW32__ case,
234         otherwise to __printf__.
235         (gfc_strtof,gfc_strtod,gfc_strtold): Define for mingw case
236         to POSIX compatible converter functions.
237         (runtime_error): Use instead gfc_printf as formatter
238         attribute name.
239         (runtime_error_at): Likewise.
240         (runtime_warning_at): Likewise.
241         (st_printf): Likewise.
242         * intrinsics/date_and_time.c (localtime_r): Undefine
243         possible defined macro.
244         (gmtime_r): Likewise.
245         * io/read.c (convert_real): Use gfc_strtof, gfc_strtod,
246         and gfc_strtold.
247
248 2010-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
249
250         PR libfortran/43155
251         * io/transfer.c (require_type): Subtract one from item_count for output
252         of error message.  Add comment before formatted_transfer function
253         explaining why the item_count is off by one.
254
255 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
256
257         * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
258
259 2010-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
260
261         * io/list_read.c (list_formatted_read_scalar): Remove duplicate code.
262
263 2010-02-09  Tobias Burnus  <burnus@net-b.de>
264
265         PR fortran/42996
266         * intrinsics/args.c (get_command_argument_i4): Always return
267         commandline-argument length for length parameter.
268
269 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
270
271         PR libfortran/42742
272         * io/format.c (reset_fnode_counters): Use the correct pointer to the
273         head of the fnode list. (parse_format): Remove previous hack that set
274         limit on size of format string for caching.
275
276 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
277
278         PR libfortran
279         * io/transfer.c (read_sf): Handle EOR and EOF conditions for
280         ADVANCE="no" with PAD="yes" or PAD="no".
281
282 2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
283
284         PR libfortran/42901
285         * io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
286         code, and adjust logic to set namelist info pointer correctly for array
287         qualifiers of derived type components.
288
289 2010-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
290
291         PR libfortran/42742
292         * io/format.c (parse_format): Set limit on size of format strings that
293         will be cached.
294
295 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
296
297         * configure: Regenerate.
298
299 2010-01-03  Janne Blomqvist  <jb@gcc.gnu.org>
300
301         PR libfortran/42420
302         * io/unix.c: Defines for MINGW stat and fstat.
303         (gfstat_t): New typedef.
304         (id_from_fd): Use gfstat_t instead of struct stat.
305         (fd_to_stream): Likewise.
306         (compare_file_filename): Likewise.
307         (find_file): Likewise.
308         (file_exists): Likewise.
309         (inquire_sequential): Likewise.
310         (inquire_direct): Likewise.
311         (inquire_formatted): Likewise.
312
313 \f
314 Copyright (C) 2010 Free Software Foundation, Inc.
315
316 Copying and distribution of this file, with or without modification,
317 are permitted in any medium without royalty provided the copyright
318 notice and this notice are preserved.