OSDN Git Service

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