OSDN Git Service

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