aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2015-01-15 03:57:29 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2015-01-15 03:57:29 +0000
commit351b44325229ff37ba8c8e4685cdabce38644d68 (patch)
tree98ba117cae5b6d67f036681fc0d0f0d0fe87b0fd /libgfortran/ChangeLog
parent2da229cb17e3fd65fdd12e9180d855ba583e1632 (diff)
downloadgcc-351b44325229ff37ba8c8e4685cdabce38644d68.zip
gcc-351b44325229ff37ba8c8e4685cdabce38644d68.tar.gz
gcc-351b44325229ff37ba8c8e4685cdabce38644d68.tar.bz2
re PR fortran/61933 (Inquire on internal units)
2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/61933 * io/inquire.c (inquire_via_unit): Set existing to true if a gfc_unit stucture was found for the given unit number. * runtime/error.c (translate_error): Add case for LIBERROR_INQUIRE_INTERNAL_UNIT. From-SVN: r219631
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 4e3ba23..33fb6da 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/61933
+ * io/inquire.c (inquire_via_unit): Set existing to true if a
+ gfc_unit stucture was found for the given unit number.
+ * runtime/error.c (translate_error): Add case for
+ LIBERROR_INQUIRE_INTERNAL_UNIT.
+
2015-01-05 Jakub Jelinek <jakub@redhat.com>
Update copyright years.