OSDN Git Service

2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2010-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2
3         PR libfortran/43155
4         * io/transfer.c (require_type): Subtract one from item_count for output
5         of error message.  Add comment before formatted_transfer function
6         explaining why the item_count is off by one.
7
8 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9
10         * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
11
12 2010-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
13
14         * io/list_read.c (list_formatted_read_scalar): Remove duplicate code.
15
16 2010-02-09  Tobias Burnus  <burnus@net-b.de>
17
18         PR fortran/42996
19         * intrinsics/args.c (get_command_argument_i4): Always return
20         commandline-argument length for length parameter.
21
22 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
23
24         PR libfortran/42742
25         * io/format.c (reset_fnode_counters): Use the correct pointer to the
26         head of the fnode list. (parse_format): Remove previous hack that set
27         limit on size of format string for caching.
28
29 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
30
31         PR libfortran
32         * io/transfer.c (read_sf): Handle EOR and EOF conditions for
33         ADVANCE="no" with PAD="yes" or PAD="no".
34
35 2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
36
37         PR libfortran/42901
38         * io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
39         code, and adjust logic to set namelist info pointer correctly for array
40         qualifiers of derived type components.
41
42 2010-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
43
44         PR libfortran/42742
45         * io/format.c (parse_format): Set limit on size of format strings that
46         will be cached.
47
48 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
49
50         * configure: Regenerate.
51
52 2010-01-03  Janne Blomqvist  <jb@gcc.gnu.org>
53
54         PR libfortran/42420
55         * io/unix.c: Defines for MINGW stat and fstat.
56         (gfstat_t): New typedef.
57         (id_from_fd): Use gfstat_t instead of struct stat.
58         (fd_to_stream): Likewise.
59         (compare_file_filename): Likewise.
60         (find_file): Likewise.
61         (file_exists): Likewise.
62         (inquire_sequential): Likewise.
63         (inquire_direct): Likewise.
64         (inquire_formatted): Likewise.
65
66 \f
67 Copyright (C) 2010 Free Software Foundation, Inc.
68
69 Copying and distribution of this file, with or without modification,
70 are permitted in any medium without royalty provided the copyright
71 notice and this notice are preserved.