2010-02-06 15:39:51 +01:00
|
|
|
|
2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
|
|
|
|
|
|
|
|
|
PR libfortran
|
|
|
|
|
* io/transfer.c (read_sf): Handle EOR and EOF conditions for
|
|
|
|
|
ADVANCE="no" with PAD="yes" or PAD="no".
|
|
|
|
|
|
2010-02-04 02:49:41 +01:00
|
|
|
|
2010-02-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
|
|
|
|
|
|
|
|
|
PR libfortran/42901
|
|
|
|
|
* io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
|
|
|
|
|
code, and adjust logic to set namelist info pointer correctly for array
|
|
|
|
|
qualifiers of derived type components.
|
|
|
|
|
|
2010-01-15 16:52:28 +01:00
|
|
|
|
2010-01-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
|
|
|
|
|
2010-01-15 16:55:24 +01:00
|
|
|
|
PR libfortran/42742
|
2010-01-15 16:52:28 +01:00
|
|
|
|
* io/format.c (parse_format): Set limit on size of format strings that
|
|
|
|
|
will be cached.
|
|
|
|
|
|
2010-01-05 15:02:37 +01:00
|
|
|
|
2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2010-01-03 19:09:37 +01:00
|
|
|
|
2010-01-03 Janne Blomqvist <jb@gcc.gnu.org>
|
|
|
|
|
|
|
|
|
|
PR libfortran/42420
|
|
|
|
|
* io/unix.c: Defines for MINGW stat and fstat.
|
|
|
|
|
(gfstat_t): New typedef.
|
|
|
|
|
(id_from_fd): Use gfstat_t instead of struct stat.
|
|
|
|
|
(fd_to_stream): Likewise.
|
|
|
|
|
(compare_file_filename): Likewise.
|
|
|
|
|
(find_file): Likewise.
|
|
|
|
|
(file_exists): Likewise.
|
|
|
|
|
(inquire_sequential): Likewise.
|
|
|
|
|
(inquire_direct): Likewise.
|
|
|
|
|
(inquire_formatted): Likewise.
|
2009-12-19 11:43:11 +01:00
|
|
|
|
|
2010-01-04 09:59:59 +01:00
|
|
|
|
|
|
|
|
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|