From: Jerry DeLisle Date: Mon, 26 Mar 2007 03:26:51 +0000 (+0000) Subject: Fix date in entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ff0a77e973390e4c82a17620436553a33b081dd;p=gcc.git Fix date in entry. From-SVN: r123206 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 6c2d7bbd5e4..c3425893e00 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,4 @@ -<<<<<<< .mine -2007-03-23 Jerry DeLisle +2007-03-25 Jerry DeLisle PR libgfortran/31199 *io/io.h: Add saved_pos to gfc_unit structure. @@ -9,14 +8,12 @@ (finalze_transfer): Calculate max_pos for ADVANCE="no" and save it for later use. If not ADVANCE="no" set saved_pos to zero. -======= 2007-03-25 Thomas Koenig PR libfortran/31196 * intrinsics/reshape_generic.c (reshape_internal): Increment correct variable. ->>>>>>> .r123204 2007-03-22 Jerry DeLisle PR libgfortran/31052