From: Thomas Koenig Date: Mon, 24 Jul 2017 10:48:57 +0000 (+0000) Subject: ChangeLog: Fix typo in date and ommitted PR number. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e678ce869e96e110de95db1038388127767390cc;p=gcc.git ChangeLog: Fix typo in date and ommitted PR number. 2017-07-24 Thomas Koenig * ChangeLog: Fix typo in date and ommitted PR number. From-SVN: r250474 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index d29f4f46100..5d145d09794 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,9 +1,10 @@ 2017-07-24 Thomas Koenig + PR fortran/80365 * io/unix.c (buf_write): Return early if there is nothing to write. -2017-06-09 Thomas Koenig +2017-07-09 Thomas Koenig * intrinsics/eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.