* de.po: Update.
[official-gcc.git] / libgfortran / ChangeLog
blob612ed81a0398f4b40c04b67c4f8d92e20883b71c
1 2015-02-10 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3         PR libgfortran/57822
4         * io/write_float.def (output_float): Apply fix of previous patch
5         to correctly calculate the exponent number of digits and take
6         care of wide character output.
8 2015-02-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
10         PR libgfortran/57822
11         * io/write_float.def (output_float): If doing g0 editing and
12         exponent is zero, do not emit exponent.
14 2015-02-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
16         PR libgfortran/60956
17         * io/fbuf.c (fbuf_flush_list): New function that only flushes
18         if current fbuf position exceeds a limit.
19         * io/fbuf.h: Declare the new function.
20         * io/io.h (enum unit_mode): Add two new modes.
21         * io/list_read.c (list_formatted_read_scalar): Call new function.
22         * io/write.c: Include fbuf.h. (list_formatted_write_scalar):
23         Call new function.
25 2015-01-24  Janne Blomqvist  <jb@gcc.gnu.org>
27         PR libfortran/64770
28         * io/unit.c (filename_from_unit): Check that u->filename != NULL
29         before calling strdup.
31 2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
33         PR libgfortran/61933
34         * io/inquire.c (inquire_via_unit): Set existing to true for
35         any negative unit that is currently connected and any positive
36         units within range of KIND=4 value.  The unit value for any out
37         of range case that may occur if the user is using a KIND=8 will
38         have been set to -2 which is reserved and can never be opened,
39         and therefore the unit does not exist.
41 2015-01-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
43         PR libgfortran/61933
44         * io/inquire.c (inquire_via_unit): Set existing to true if a
45         gfc_unit stucture was found for the given unit number.
46         * runtime/error.c (translate_error): Add case for
47         LIBERROR_INQUIRE_INTERNAL_UNIT.
49 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
51         Update copyright years.
53 2015-01-02  Tobias Burnus  <burnus@net-b.de>
55         * caf/single.c (_gfortran_caf_co_reduce): New function.
56         * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
58 Copyright (C) 2015 Free Software Foundation, Inc.
60 Copying and distribution of this file, with or without modification,
61 are permitted in any medium without royalty provided the copyright
62 notice and this notice are preserved.