Files
cpython/Modules
Fred Drake 12c6e2d497 Added support for getlogin(); does *not* use getlogin_r() where
available since the interface is poorly defined on at least one major
platform (Solaris).

Moved table of constant names for fpathconf() & pathconf() into the
conditional that defines the conv_path_confname() helper; Mark Hammond
reported that defining the table when none of the constants were
defined causes the compiler to complain (won't allow 0-length array,
imagine that!).

In posix_fpathconf(), use conv_path_confname() as the O& conversion
function, instead of the conv_confname() helper, which has the wrong
signature (posix_pathconf() already used the right thing).
1999-12-14 21:25:03 +00:00
..
1999-07-13 15:18:58 +00:00
1998-12-08 16:27:10 +00:00
1998-12-07 14:28:47 +00:00
1999-11-18 17:51:02 +00:00
1999-04-10 15:48:23 +00:00
1999-04-10 15:48:23 +00:00
1999-11-08 15:32:27 +00:00