OSDN Git Service

2006-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jan 2006 05:21:01 +0000 (05:21 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jan 2006 05:21:01 +0000 (05:21 +0000)
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.

Fix date on ChangeLog

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109408 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index 1c9c166..81790d8 100644 (file)
@@ -1,5 +1,13 @@
 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
+       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  <jvdelisle@gcc.gnu.org>
+
        PR fortran/24268
        * io.c (next_char_not_space): New function that returns the next
        character that is not white space.