OSDN Git Service

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