r128512 - in /trunk/libgfortran: ChangeLog conf...

fxcoudert@gcc.gnu.org fxcoudert@gcc.gnu.org
Sat Sep 15 14:52:00 GMT 2007


Author: fxcoudert
Date: Sat Sep 15 14:52:46 2007
New Revision: 128512

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128512
Log:
	PR libfortran/21185
	* runtime/compile_options.c (set_options): Fix typo.
	* runtime/main.c (store_exe_path): If getcwd is not available,
	don't use it.
	* intrinsics/getcwd.c: Same thing here.
	* io/unix.c (fallback_access): New fallback function for access.
	(fix_fd): Don't use dup if it's not available.
	* configure.ac: Check for dup and getcwd.
	* configure: Regenerate.
	* config.h.in: Regenerate.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/config.h.in
    trunk/libgfortran/configure
    trunk/libgfortran/configure.ac
    trunk/libgfortran/intrinsics/getcwd.c
    trunk/libgfortran/io/unix.c
    trunk/libgfortran/runtime/compile_options.c
    trunk/libgfortran/runtime/main.c



More information about the Gcc-cvs mailing list