OSDN Git Service

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