OSDN Git Service

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