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