Update ChangeLog and version files for release
[official-gcc.git] / libgfortran / ChangeLog
blob07b36fdd194aab2c4dcb999e80ce5fc84711b291
1 2015-04-22  Release Manager
3         * GCC 5.1.0 released.
5 2015-03-28 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
7         PR libgfortran/65596
8         * io/transfer.c (data_transfer_init): If in namelist mode and
9         delimiter is not specified, set it to DELIM_QUOTE, independent
10         of -std.
11         * io/unit.c (init_units): Set flags.delim to the correct
12         initial value of DELIM_UNSPECIFIED.
14 2015-03-25 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
16         PR libgfortran/65541
17         * io/write.c (nml_write_obj): Convert '+' to '%' before emitting
18         object names in namelists.
20 2015-03-22 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
22         PR libgfortran/59513
23         * io/transfer.c (data_transfer_init): Do not error for
24         -std=legacy.
26 2015-03-16 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
28         PR libgfortran/64432
29         * intrinsics/system_clock.c (system_clock4, system_clock8):
30         Cleanup some whitespace.
32 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
34         * caf/single.c (caf_runtime_error): Revert 2014-11-28 changes.
35         * runtime/minimal.c (STRERR_MAXSZ): Don't define.
36         (runtime_error_at, sys_abort): Bring more in line with the
37         non-LIBGFOR_MINIMAL code.
38         (runtime_warning_at, internal_error): New functions.
40 2015-03-11  Janne Blomqvist  <jb@gcc.gnu.org>
42         PR libfortran/65200
43         * io/open.c (new_unit): Use gf_strerror rather than hardcoding
44         error messages for different errno values.
45         * io/unix.c (regular_file2): Handle EPERM in addition to EACCES.
47 2015-03-10  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
48             Tobias Burnus  <burnus@net-b.de>
50         * caf/libcaf.h (_gfortran_caf_sync_memory): New prototype.
51         * caf/single.c (_gfortran_caf_sync_memory): Implement.
52         (_gfortran_caf_sync_all, _gfortran_caf_sync_image): Add
53         __asm__ __volatile___ ("":::"memory").
55 2015-02-10 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
57         PR libgfortran/57822
58         * io/write_float.def (output_float): Apply fix of previous patch
59         to correctly calculate the exponent number of digits and take
60         care of wide character output.
62 2015-02-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
64         PR libgfortran/57822
65         * io/write_float.def (output_float): If doing g0 editing and
66         exponent is zero, do not emit exponent.
68 2015-02-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
70         PR libgfortran/60956
71         * io/fbuf.c (fbuf_flush_list): New function that only flushes
72         if current fbuf position exceeds a limit.
73         * io/fbuf.h: Declare the new function.
74         * io/io.h (enum unit_mode): Add two new modes.
75         * io/list_read.c (list_formatted_read_scalar): Call new function.
76         * io/write.c: Include fbuf.h. (list_formatted_write_scalar):
77         Call new function.
79 2015-01-24  Janne Blomqvist  <jb@gcc.gnu.org>
81         PR libfortran/64770
82         * io/unit.c (filename_from_unit): Check that u->filename != NULL
83         before calling strdup.
85 2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
87         PR libgfortran/61933
88         * io/inquire.c (inquire_via_unit): Set existing to true for
89         any negative unit that is currently connected and any positive
90         units within range of KIND=4 value.  The unit value for any out
91         of range case that may occur if the user is using a KIND=8 will
92         have been set to -2 which is reserved and can never be opened,
93         and therefore the unit does not exist.
95 2015-01-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
97         PR libgfortran/61933
98         * io/inquire.c (inquire_via_unit): Set existing to true if a
99         gfc_unit stucture was found for the given unit number.
100         * runtime/error.c (translate_error): Add case for
101         LIBERROR_INQUIRE_INTERNAL_UNIT.
103 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
105         Update copyright years.
107 2015-01-02  Tobias Burnus  <burnus@net-b.de>
109         * caf/single.c (_gfortran_caf_co_reduce): New function.
110         * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
112 Copyright (C) 2015 Free Software Foundation, Inc.
114 Copying and distribution of this file, with or without modification,
115 are permitted in any medium without royalty provided the copyright
116 notice and this notice are preserved.