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