OSDN Git Service

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