Update ChangeLog and version files for release
[official-gcc.git] / libgfortran / ChangeLog
blobd29c079abaf3c5281f8fc4a8c9222573ab76970a
1 2016-04-27  Release Manager
3         * GCC 6.1.0 released.
5 2016-04-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
7         PR libgfortran/70684
8         * io/list_read (check_buffers): Add '\r' to check for end of line.
9         factor.
11 2016-03-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
12             Dominique d'Humieres  <dominiq@lps.ens.fr>
14         PR libgfortran/70235
15         * io/write_float.def: Fix PF format for negative values of the scale
16         factor.
18 2016-03-28  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
20         * caf/libcaf.h: caf_stop_numeric and caf_stop_str prototype.
21         * caf/single.c: _gfortran_caf_stop_numeric and
22         _gfortran_caf_stop_str implementation.
24 2016-02-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
26         PR libgfortran/69456
27         * io/list_read.c (read_real): If digit is missing from exponent issue
28         an error. (parse_real): Likewise and adjusted error message to clarify
29         it is part of a complex number.
30         (nml_read_obj): Bump item count and add comment that this is used to
31         identify which item in a namelist read has a problem.
33 2016-02-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
35         PR libgfortran/69651
36         * io/list_read.c (push_char4): Fix the pointer usage for xrealloc.
38 2016-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
40         PR libgfortran/69651
41         * io/list_read.c: Entire file trailing spaces removed.
42         (CASE_SEPARATORS): Remove '!'.
43         (is_separator): Add namelist mode as condition with '!'.
44         (push_char): Remove un-needed memset. (push_char4): Likewise and remove
45         'new' pointer. (eat_separator): Remove un-needed use of notify_std.
46         (read_logical): If '!' bang encountered when not in namelist mode got
47         bad_logical to give an error. (read_integer): Likewise reject '!'.
48         (read_character): Remove condition testing c = '!' which is now inside
49         the is_separator macro. (parse_real): Reject '!' unless in namelist mode.
50         (read_complex): Reject '!' unless in namelist mode. (read_real): Likewise
51         reject '!'. 
53 2016-02-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
55         PR libgfortran/69668
56         * io/list_read.c (read_character): Remove code related to DELIM_NONE.
58 2016-01-23  John David Anglin  <danglin@gcc.gnu.org>
60         PR libfortran/68744
61         * runtime/backtrace.c: Include gthr.h.
62         (show_backtrace): Use __gthread_active_p() to determine whether threads
63         are active.  Return if lbstate is NULL.
65 2016-01-15  Jakub Jelinek  <jakub@redhat.com>
67         * intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg
68         instead of msg to avoid -Wformat-security warning.
70 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
72         Update copyright years.
74 Copyright (C) 2016 Free Software Foundation, Inc.
76 Copying and distribution of this file, with or without modification,
77 are permitted in any medium without royalty provided the copyright
78 notice and this notice are preserved.