OSDN Git Service

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