PR c++/65398
[official-gcc.git] / libgfortran / ChangeLog
blob031b2ba3c3792fc76361262f3088eeb5ffeb9e39
1 2015-03-16 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3         PR libgfortran/64432
4         * intrinsics/system_clock.c (system_clock4, system_clock8):
5         Cleanup some whitespace.
7 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
9         * caf/single.c (caf_runtime_error): Revert 2014-11-28 changes.
10         * runtime/minimal.c (STRERR_MAXSZ): Don't define.
11         (runtime_error_at, sys_abort): Bring more in line with the
12         non-LIBGFOR_MINIMAL code.
13         (runtime_warning_at, internal_error): New functions.
15 2015-03-11  Janne Blomqvist  <jb@gcc.gnu.org>
17         PR libfortran/65200
18         * io/open.c (new_unit): Use gf_strerror rather than hardcoding
19         error messages for different errno values.
20         * io/unix.c (regular_file2): Handle EPERM in addition to EACCES.
22 2015-03-10  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
23             Tobias Burnus  <burnus@net-b.de>
25         * caf/libcaf.h (_gfortran_caf_sync_memory): New prototype.
26         * caf/single.c (_gfortran_caf_sync_memory): Implement.
27         (_gfortran_caf_sync_all, _gfortran_caf_sync_image): Add
28         __asm__ __volatile___ ("":::"memory").
30 2015-02-10 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
32         PR libgfortran/57822
33         * io/write_float.def (output_float): Apply fix of previous patch
34         to correctly calculate the exponent number of digits and take
35         care of wide character output.
37 2015-02-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
39         PR libgfortran/57822
40         * io/write_float.def (output_float): If doing g0 editing and
41         exponent is zero, do not emit exponent.
43 2015-02-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
45         PR libgfortran/60956
46         * io/fbuf.c (fbuf_flush_list): New function that only flushes
47         if current fbuf position exceeds a limit.
48         * io/fbuf.h: Declare the new function.
49         * io/io.h (enum unit_mode): Add two new modes.
50         * io/list_read.c (list_formatted_read_scalar): Call new function.
51         * io/write.c: Include fbuf.h. (list_formatted_write_scalar):
52         Call new function.
54 2015-01-24  Janne Blomqvist  <jb@gcc.gnu.org>
56         PR libfortran/64770
57         * io/unit.c (filename_from_unit): Check that u->filename != NULL
58         before calling strdup.
60 2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
62         PR libgfortran/61933
63         * io/inquire.c (inquire_via_unit): Set existing to true for
64         any negative unit that is currently connected and any positive
65         units within range of KIND=4 value.  The unit value for any out
66         of range case that may occur if the user is using a KIND=8 will
67         have been set to -2 which is reserved and can never be opened,
68         and therefore the unit does not exist.
70 2015-01-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
72         PR libgfortran/61933
73         * io/inquire.c (inquire_via_unit): Set existing to true if a
74         gfc_unit stucture was found for the given unit number.
75         * runtime/error.c (translate_error): Add case for
76         LIBERROR_INQUIRE_INTERNAL_UNIT.
78 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
80         Update copyright years.
82 2015-01-02  Tobias Burnus  <burnus@net-b.de>
84         * caf/single.c (_gfortran_caf_co_reduce): New function.
85         * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
87 Copyright (C) 2015 Free Software Foundation, Inc.
89 Copying and distribution of this file, with or without modification,
90 are permitted in any medium without royalty provided the copyright
91 notice and this notice are preserved.