OSDN Git Service

Mark ChangeLog
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2012-06-14  Release Manager
2
3         * GCC 4.7.1 released.
4
5 2012-05-31  Benjamin Kosnik  <bkoz@redhat.com>
6
7         PR libstdc++/52007
8         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
9         * configure: Regenerated.
10
11 2012-05-12  Tobias Burnus  <burnus@net-b.de>
12
13         PR fortran/53310
14         * intrinsics/eoshift2.c (eoshift2): Do not leak
15         memory by allocating it in the loop.
16
17 2012-03-30  Uros Bizjak  <ubizjak@gmail.com>
18
19         PR libgfortran/52758
20         * intrinsics/chmod.c (chmod_func): Remove out-of-bounds
21         initialization of rwxXstugo.
22
23 2012-03-22  Release Manager
24
25         * GCC 4.7.0 released.
26
27 2012-01-20  Tobias Burnus  <burnus@net-b.de>
28
29         PR libgfortran/51899
30         * configure.ac: Check whether umask is available.
31         * intrinsics/chmod.c (chmod_func): Make compile with MinGW.
32         * configure: Regenerate.
33         * config.h.in: Regenerate.
34
35 2012-01-12  Tobias Burnus  <burnus@net-b.de>
36
37         PR fortran/36755
38         * intrinsics/chmod.c (chmod_func): Replace call to /bin/chmod
39
40 2012-01-12  Janne Blomqvist  <jb@gcc.gnu.org>
41
42         * configure.ac: Remove check for fdopen.
43         * runtime/backtrace.c (CAN_PIPE): Fix comment, remove check for
44         fdopen.
45         * configure: Regenerated.
46         * config.h.in: Regenerated.
47
48 2012-01-12  Janne Blomqvist  <jb@gcc.gnu.org>
49             Tobias Burnus  <burnus@net-b.de>
50
51         PR libfortran/51803
52         * runtime/main.c (store_exe_path): Avoid malloc if getcwd fails or
53         is not available.
54
55 2012-01-11  Tobias Burnus  <burnus@net-b.de>
56
57         * runtime/main.c (store_exe_path): Fix absolute path
58         detection for Windows.
59
60 2012-01-11  Janne Blomqvist  <jb@gcc.gnu.org>
61             Mike Stump  <mikestump@comcast.net>
62
63         PR libfortran/51803
64         * runtime/main.c (store_exe_path): Handle getcwd failure and lack
65         of the function better.
66
67 2012-01-10  Tobias Burnus  <burnus@net-b.de>
68
69         PR fortran/51197
70         * runtime/compile_options.c (show_signal): List
71         more signals.
72
73 2012-01-09  Harald Anlauf  <anlauf@gmx.de>
74             Tobias Burnus  <burnus@net-b.de>
75
76         PR fortran/51197
77         * runtime/backtrace.c (show_backtrace): Modify wording written
78         before the backtrace.
79         * runtime/compile_options.c (show_signal): New function.
80         (backtrace_handler): Use it.
81
82 2012-01-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
83
84         * Makefile.am (libgfortran_la_LDFLAGS): Add -Wc,-shared-libgcc.
85         * Makefile.in: Regenerate.
86
87 2012-01-06  Tobias Burnus <burnus@net-b.de>
88
89         * caf/single.c (_gfortran_caf_register, _gfortran_caf_deregister):
90         Fix token handling.
91         * caf/mpi.c  (_gfortran_caf_register, _gfortran_caf_deregister): Ditto.
92         * caf/libcaf.h (STAT_STOPPED_IMAGE): Sync with libgfortran.h.
93         (_gfortran_caf_register, _gfortran_caf_deregister): Update prototype.
94 \f
95 Copyright (C) 2012 Free Software Foundation, Inc.
96
97 Copying and distribution of this file, with or without modification,
98 are permitted in any medium without royalty provided the copyright
99 notice and this notice are preserved.