From: jvdelisle Date: Sun, 8 Jan 2006 01:15:53 +0000 (+0000) Subject: Remove libgfortran log entry, wrong ChangeLog. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=4f00084e42f8fefc05853b48ad8911ce3976e125;p=pf3gnuchains%2Fgcc-fork.git Remove libgfortran log entry, wrong ChangeLog. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109466 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 112fc36dc9b..4737276b760 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -34,14 +34,6 @@ 2006-01-05 Jerry DeLisle - PR libgfortran/25598 - * io/file_pos.c (unformatted_backspace): Assure the new file position - to seek is not less than zero. - (st_backspace): Set unit bytes_left to zero. - * io/transfer.c (next_record_r): Fix line lengths, no functional change. - -2006-01-05 Jerry DeLisle - PR fortran/24268 * io.c (next_char_not_space): New function that returns the next character that is not white space.