mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 10:24:23 +08:00
b184f89b8a
From-SVN: r109447
25 lines
777 B
Plaintext
25 lines
777 B
Plaintext
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.
|
|
a null value (default). Revert patch of 25419 on 2005-12-28.
|
|
|
|
2006-01-02 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
PR target/25259
|
|
* configure.ac: Use GCC_HEADER_STDINT.
|
|
* libgfortran.h: Include gstdint.h.
|
|
* aclocal.m4: Regenerate.
|
|
* configure: Regenerate.
|
|
|
|
2006-01-01 Steven G. Kargl <kargls@comcast.net>
|
|
|
|
* ChangeLog: Split into years ...
|
|
* ChangeLog-2002: here.
|
|
* ChangeLog-2003: here.
|
|
* ChangeLog-2004: here.
|
|
* ChangeLog-2005: here.
|