Package info files correctly
[platform/upstream/gcc48.git] / libgfortran / ChangeLog
1 2013-05-31  Release Manager
2
3         * GCC 4.8.1 released.
4
5 2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
6
7         Backport from mainline:
8         2013-03-20  Tilo Schwarz  <tilo@tilo-schwarz.de>
9
10         PR libfortran/51825
11         * io/list_read.c (nml_read_obj): Don't end the component loop on a
12         nested derived type, but continue with the next loop iteration.
13         (nml_get_obj_data): Don't move the first_nl pointer further in the
14         list if a qualifier was found.
15
16 2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
17
18         Backport from mainline:
19
20         PR libfortran/56786
21         * io/list_read.c (nml_parse_qualifier): Remove spurious next_char call
22         when checking for EOF. Use error return mechanism when EOF detected.
23         Do not return FAILURE unless parse_err_msg and parse_err_msg_size have
24         been set. Use hit_eof.
25         (nml_get_obj_data): Likewise use the correct error mechanism.
26         * io/transfer.c (hit_eof): Do not set AFTER_ENDFILE if in namelist
27         mode.
28
29 2013-04-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
30
31         Backport from mainline:
32         2013-03-25  Tilo Schwarz  <tilo@tilo-schwarz.de>
33
34         PR libfortran/52512
35         * io/list_read.c (nml_parse_qualifier): To check for a derived type
36         don't use the namelist head element type but the current element type.
37         (nml_get_obj_data): Add current namelist element type to
38         nml_parse_qualifier call.
39
40 2013-04-02  Tobias Burnus  <burnus@net-b.de>
41
42         Backport from mainline:
43         2013-03-28  Tobias Burnus  <burnus@net-b.de>
44
45         PR fortran/56735
46         * io/list_read.c (nml_query): Only abort when
47         an error occured.
48         (namelist_read): Add goto instead of falling through.
49
50 2013-04-02  Tobias Burnus  <burnus@net-b.de>
51
52         Backport from mainline:
53         2013-03-29  Tobias Burnus  <burnus@net-b.de>
54
55         PR fortran/56737
56         * io/format.c (parse_format): With caching, copy
57         dtp->format string.
58         (save_parsed_format): Use dtp->format directly without
59         copying.
60
61         2012-03-29  Tobias Burnus  <burnus@net-b.de>
62
63         PR fortran/56737
64         * io/format.c (parse_format_list): Also cache FMT_STRING.
65         (parse_format): Update call.
66
67 2013-03-24  Tobias Burnus  <burnus@net-b.de>
68
69         PR fortran/56696
70         * io/list_read.c (read_real): Fix EOF diagnostic.
71
72 2013-03-22  Release Manager
73
74         * GCC 4.8.0 released.
75
76 2013-03-11  Tobias Burnus  <burnus@net-b.de>
77
78         * io/transfer.c (read_block_direct): Correct condition.
79         * intrinsics/execute_command_line.c (execute_command_line):
80         Remove dead code for the HAVE_FORK case.
81
82 2013-02-21  Janne Blomqvist  <jb@gcc.gnu.org>
83
84         PR libfortran/30162
85         * io/open.c (test_endfile): Call stell only if size != 0.
86         * io/unix.c (raw_tell): Revert r194679.
87         (raw_size): Return size field only for regular files, otherwise 0.
88
89 2013-02-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
90
91         PR target/56347
92         * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for
93         broken powf.
94         * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise.
95         * intrinsics/c99_functions.c: Likewise.
96         * configure: Rebuilt.
97         * config.h.in: Rebuilt.
98
99 2013-02-06  Janus Weil  <janus@gcc.gnu.org>
100
101         PR fortran/55978
102         * runtime/in_pack_generic.c (internal_pack): Return if base_addr is
103         NULL.
104
105 2013-01-23  Janne Blomqvist  <jb@gcc.gnu.org>
106
107         * io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
108         instead of reverse_memcpy.
109         * io/io.h (reverse_memcpy): Remove prototype.
110         * io/transfer.c (reverse_memcpy): Make static, move towards
111         beginning of file.
112         (bswap_array): New function.
113         (unformatted_read): Use bswap_array to byte swap the data
114         in-place.
115         (unformatted_write): Use a larger temp buffer and bswap_array.
116         (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
117         (write_us_marker): Likewise.
118
119 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
120
121         Update copyright years.
122
123 2013-01-06  Tobias Burnus  <burnus@net-b.de>
124
125         PR fortran/54678
126         * intrinsics/env.c (get_environment_variable_i8): Don't use
127         uninitialized variable.
128
129 2013-01-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
130
131         PR libfortran/55818
132         * io/list_read.c (read_real): Do not call hit_eof when EOF can be
133         treated as a value separator.
134         (parse_real): Likewise.
135         (read_logical): Likewise.
136         (read_character): Likewise.
137         (read_complex): Likewise.
138 \f
139 Copyright (C) 2013 Free Software Foundation, Inc.
140
141 Copying and distribution of this file, with or without modification,
142 are permitted in any medium without royalty provided the copyright
143 notice and this notice are preserved.