Update ChangeLog and version files for release
[official-gcc.git] / libgfortran / ChangeLog
blob66cef90d4b2af97b99bb171ba8aa05f8a18095c7
1 2016-12-21  Release Manager
3         * GCC 6.3.0 released.
5 2016-10-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
7         Backport from trunk
8         PR libgfortran/78123
9         * io/transfer.c (formatted_transfer_scalar_read): Clear seen_eor
10         only if we have tabbed to left of current position.
12 2016-09-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
14         Backport from trunk
15         PR libgfortran/77707
16         io/transfer.c (next_record): Flush before calculating next_record.
17         Correctly calculate.
19 2016-09-28  Steven G. Kargl  <kargl@gcc.gnu.org>
21         Backport from trunk
22         PR fortran/77507
23         * ieee/ieee_arithmetic.F90 (IEEE_VALUE_4,IEEE_VALUE_8,IEEE_VALULE_10,
24         IEEE_VALUE_16):  Use correct keyword.
26 2016-08-22  Release Manager
28         * GCC 6.2.0 released.
30 2016-08-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
32         Backport from trunk
33         PR libgfortran/71123
34         PR libgfortran/73142
35         * io/list_read (eat_spaces): Eat '\r' as part of spaces.
37 2016-04-27  Release Manager
39         * GCC 6.1.0 released.
41 2016-04-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
43         PR libgfortran/70684
44         * io/list_read (check_buffers): Add '\r' to check for end of line.
45         factor.
47 2016-03-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
48             Dominique d'Humieres  <dominiq@lps.ens.fr>
50         PR libgfortran/70235
51         * io/write_float.def: Fix PF format for negative values of the scale
52         factor.
54 2016-03-28  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
56         * caf/libcaf.h: caf_stop_numeric and caf_stop_str prototype.
57         * caf/single.c: _gfortran_caf_stop_numeric and
58         _gfortran_caf_stop_str implementation.
60 2016-02-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
62         PR libgfortran/69456
63         * io/list_read.c (read_real): If digit is missing from exponent issue
64         an error. (parse_real): Likewise and adjusted error message to clarify
65         it is part of a complex number.
66         (nml_read_obj): Bump item count and add comment that this is used to
67         identify which item in a namelist read has a problem.
69 2016-02-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
71         PR libgfortran/69651
72         * io/list_read.c (push_char4): Fix the pointer usage for xrealloc.
74 2016-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
76         PR libgfortran/69651
77         * io/list_read.c: Entire file trailing spaces removed.
78         (CASE_SEPARATORS): Remove '!'.
79         (is_separator): Add namelist mode as condition with '!'.
80         (push_char): Remove un-needed memset. (push_char4): Likewise and remove
81         'new' pointer. (eat_separator): Remove un-needed use of notify_std.
82         (read_logical): If '!' bang encountered when not in namelist mode got
83         bad_logical to give an error. (read_integer): Likewise reject '!'.
84         (read_character): Remove condition testing c = '!' which is now inside
85         the is_separator macro. (parse_real): Reject '!' unless in namelist mode.
86         (read_complex): Reject '!' unless in namelist mode. (read_real): Likewise
87         reject '!'. 
89 2016-02-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
91         PR libgfortran/69668
92         * io/list_read.c (read_character): Remove code related to DELIM_NONE.
94 2016-01-23  John David Anglin  <danglin@gcc.gnu.org>
96         PR libfortran/68744
97         * runtime/backtrace.c: Include gthr.h.
98         (show_backtrace): Use __gthread_active_p() to determine whether threads
99         are active.  Return if lbstate is NULL.
101 2016-01-15  Jakub Jelinek  <jakub@redhat.com>
103         * intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg
104         instead of msg to avoid -Wformat-security warning.
106 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
108         Update copyright years.
110 Copyright (C) 2016 Free Software Foundation, Inc.
112 Copying and distribution of this file, with or without modification,
113 are permitted in any medium without royalty provided the copyright
114 notice and this notice are preserved.