OSDN Git Service

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