1 2015-01-24 Janne Blomqvist <jb@gcc.gnu.org>
4 * io/unit.c (filename_from_unit): Check that u->filename != NULL
7 2015-01-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
10 * io/inquire.c (inquire_via_unit): Set existing to true for
11 any negative unit that is currently connected and any positive
12 units within range of KIND=4 value. The unit value for any out
13 of range case that may occur if the user is using a KIND=8 will
14 have been set to -2 which is reserved and can never be opened,
15 and therefore the unit does not exist.
17 2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
20 * io/inquire.c (inquire_via_unit): Set existing to true if a
21 gfc_unit stucture was found for the given unit number.
22 * runtime/error.c (translate_error): Add case for
23 LIBERROR_INQUIRE_INTERNAL_UNIT.
25 2015-01-05 Jakub Jelinek <jakub@redhat.com>
27 Update copyright years.
29 2015-01-02 Tobias Burnus <burnus@net-b.de>
31 * caf/single.c (_gfortran_caf_co_reduce): New function.
32 * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
34 Copyright (C) 2015 Free Software Foundation, Inc.
36 Copying and distribution of this file, with or without modification,
37 are permitted in any medium without royalty provided the copyright
38 notice and this notice are preserved.