OSDN Git Service

PR 51803 Avoid malloc if getcwd fails or is not available.
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2012-01-12  Janne Blomqvist  <jb@gcc.gnu.org>
2             Tobias Burnus  <burnus@net-b.de>
3
4         PR libfortran/51803
5         * runtime/main.c (store_exe_path): Avoid malloc if getcwd fails or
6         is not available.
7
8 2012-01-11  Tobias Burnus  <burnus@net-b.de>
9
10         * runtime/main.c (store_exe_path): Fix absolute path
11         detection for Windows.
12
13 2012-01-11  Janne Blomqvist  <jb@gcc.gnu.org>
14             Mike Stump  <mikestump@comcast.net>
15
16         PR libfortran/51803
17         * runtime/main.c (store_exe_path): Handle getcwd failure and lack
18         of the function better.
19
20 2012-01-10  Tobias Burnus  <burnus@net-b.de>
21
22         PR fortran/51197
23         * runtime/compile_options.c (show_signal): List
24         more signals.
25
26 2012-01-09  Harald Anlauf  <anlauf@gmx.de>
27             Tobias Burnus  <burnus@net-b.de>
28
29         PR fortran/51197
30         * runtime/backtrace.c (show_backtrace): Modify wording written
31         before the backtrace.
32         * runtime/compile_options.c (show_signal): New function.
33         (backtrace_handler): Use it.
34
35 2012-01-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36
37         * Makefile.am (libgfortran_la_LDFLAGS): Add -Wc,-shared-libgcc.
38         * Makefile.in: Regenerate.
39
40 2012-01-06  Tobias Burnus <burnus@net-b.de>
41
42         * caf/single.c (_gfortran_caf_register, _gfortran_caf_deregister):
43         Fix token handling.
44         * caf/mpi.c  (_gfortran_caf_register, _gfortran_caf_deregister): Ditto.
45         * caf/libcaf.h (STAT_STOPPED_IMAGE): Sync with libgfortran.h.
46         (_gfortran_caf_register, _gfortran_caf_deregister): Update prototype.
47 \f
48 Copyright (C) 2012 Free Software Foundation, Inc.
49
50 Copying and distribution of this file, with or without modification,
51 are permitted in any medium without royalty provided the copyright
52 notice and this notice are preserved.