re PR libfortran/31299 (Use getpwuid(geteuid()) instead of getlogin() for GETLOG())

PR libfortran/31299
	* intrinsic.texi (GETLOG): Update documentation to reflect
	library changes.

From-SVN: r124144
This commit is contained in:
Francois-Xavier Coudert 2007-04-25 07:38:59 +00:00 committed by François-Xavier Coudert
parent 6422c11230
commit 3a35ee02c8
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-04-25 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/31299
* intrinsic.texi (GETLOG): Update documentation to reflect
library changes.
2007-04-24 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/31587

View File

@ -4401,8 +4401,9 @@ Subroutine
@end multitable
@item @emph{Return value}:
Stores the current user name in @var{LOGIN}. (On systems where
the @code{getlogin(3)} function is not implemented, this will
Stores the current user name in @var{LOGIN}. (On systems where POSIX
functions @code{geteuid} and @code{getpwuid} are not available, and
the @code{getlogin} function is not implemented either, this will
return a blank string.)
@item @emph{Example}: