OSDN Git Service

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