log lib/getcwd.c @ 10182:4a177f4b083f

age author description
Mon, 17 Dec 2007 13:30:09 +0100 Petr Salinger getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
Fri, 14 Dec 2007 19:46:26 +0100 Jim Meyering Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
Wed, 17 Oct 2007 02:20:47 +0200 Bruno Haible Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Mon, 19 Mar 2007 17:30:07 +0000 Paul Eggert * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
Wed, 21 Feb 2007 20:49:59 +0000 Paul Eggert * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
Wed, 21 Feb 2007 08:36:35 +0000 Paul Eggert * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
Wed, 21 Feb 2007 07:54:16 +0000 Paul Eggert Minor fixups to port to Solaris 10 with Sun C 5.8.
Mon, 19 Feb 2007 20:03:22 +0000 Jim Meyering Don't use FD after a successful "fdopendir (fd)".
Mon, 19 Feb 2007 02:23:32 +0000 Bruno Haible Move more declarations into <unistd.h>.
Sat, 03 Feb 2007 00:23:57 +0000 Jim Meyering Make pwd and readlink work also when run with an unreadable parent dir
Fri, 26 Jan 2007 22:16:55 +0000 Paul Eggert * doc/gnulib-tool.texi (Initial import): Update to match current
Sun, 14 Jan 2007 11:32:10 +0000 Bruno Haible New module 'fchdir'.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Tue, 11 Jul 2006 06:02:51 +0000 Paul Eggert * backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
Thu, 06 Jul 2006 23:29:27 +0000 Paul Eggert * lib/getloadavg.c: Use __VMS, not VMS.
Mon, 03 Jul 2006 08:32:46 +0000 Paul Eggert Merge from coreutils.
Tue, 21 Feb 2006 06:40:34 +0000 Paul Eggert * getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
Sun, 30 Oct 2005 01:32:04 +0000 Paul Eggert * getcwd.c (__getcwd): Don't assume that system calls after readdir
Tue, 27 Sep 2005 08:36:17 +0000 Jim Meyering Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
Fri, 23 Sep 2005 04:15:13 +0000 Paul Eggert Sync from coreutils.
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 02 Jul 2005 09:45:07 +0000 Jim Meyering Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
Thu, 02 Jun 2005 20:41:04 +0000 Paul Eggert Sync from coreutils.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Wed, 01 Dec 2004 07:26:53 +0000 Paul Eggert (is_ENAMETOOLONG): New macro.
Fri, 26 Nov 2004 08:35:29 +0000 Paul Eggert Merge from coreutils for getcwd and HP-UX 11.
Fri, 06 Aug 2004 06:29:11 +0000 Paul Eggert New getcwd module, imported from coreutils.