OSDN Git Service

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