gcc/libgfortran/io
Francois-Xavier Coudert ad238e4ff7 re PR libfortran/23272 ([mingw32] inquire via filename fails)
PR libfortran/23272
	* acinclude.m4 (LIBGFOR_CHECK_WORKING_STAT): New check.
	* configure.ac: Use LIBGFOR_CHECK_WORKING_STAT.
	* Makefile.in: Regenerate.
	* aclocal.m4: Regenerate.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* io/unix.c (compare_file_filename): Add fallback case for
	systems without working stat.
	* io/open.c (already_open): Correct call to
	compare_file_filename.
	* io/io.h: Correct proto for compare_file_filename.

From-SVN: r105824
2005-10-23 20:43:54 +00:00
..
close.c string.c (find_option): Change 3rd argument to const st_option *. 2005-09-29 15:53:59 +02:00
file_pos.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
format.c string.c (find_option): Change 3rd argument to const st_option *. 2005-09-29 15:53:59 +02:00
inquire.c string.c (find_option): Change 3rd argument to const st_option *. 2005-09-29 15:53:59 +02:00
io.h re PR libfortran/23272 ([mingw32] inquire via filename fails) 2005-10-23 20:43:54 +00:00
list_read.c [multiple changes] 2005-09-26 20:24:45 +00:00
lock.c [multiple changes] 2005-08-29 20:40:02 +00:00
open.c re PR libfortran/23272 ([mingw32] inquire via filename fails) 2005-10-23 20:43:54 +00:00
read.c libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define. 2005-10-01 13:50:10 +02:00
transfer.c re PR libfortran/16339 (Unformatted i/o on large arrays inefficient) 2005-10-07 20:02:28 +00:00
unit.c libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define. 2005-10-01 13:50:10 +02:00
unix.c re PR libfortran/23272 ([mingw32] inquire via filename fails) 2005-10-23 20:43:54 +00:00
write.c transfer.c (write_block): Add test for end-of-file condition, removed from mem_alloc_w_at. 2005-10-07 17:01:48 +00:00