summaryrefslogtreecommitdiff
path: root/lib/getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* glob, etc.: port to MSVC v18 on MS-Windows 8.1Paul Eggert2015-02-241-2/+6
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* getcwd: support coreutils betterPaul Eggert2013-02-201-1/+1
* getcwd: break fdopendir + save_cwd recursive loop (Bug#13516)Paul Eggert2013-02-031-3/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* getcwd: Work around getcwd bug on AIX 5..7.Bruno Haible2011-11-211-2/+7
* getcwd: don't fail in a deep directory on a system without openatJim Meyering2011-09-191-3/+4
* getcwd: fix test failures on mingwEric Blake2011-08-171-1/+1
* pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.Bruno Haible2011-08-051-7/+5
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* fts, getcwd, glob: audit for dirfd returning -1Paul Eggert2010-09-141-2/+0
* getcwd: on Solaris, work better if ancestors are inaccessiblePaul R. Eggert2010-07-141-8/+25
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-127/+127
* getcwd: minor cleanupsEric Blake2009-09-071-15/+1
* backupfile, chdir-long, fts, savedir: make saferEric Blake2009-09-021-2/+6
* Move the dirfd() declaration to <dirent.h>.Bruno Haible2008-10-191-3/+1
* getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORTPetr Salinger2007-12-171-9/+12
* Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,Jim Meyering2007-12-171-0/+5
* Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.Bruno Haible2007-10-171-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.Paul Eggert2007-03-191-1/+1
* * lib/getcwd.c (__getcwd): Undo previous change; it mishandledPaul Eggert2007-02-211-24/+18
* * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) worksPaul Eggert2007-02-211-18/+24
* Minor fixups to port to Solaris 10 with Sun C 5.8.Paul Eggert2007-02-211-0/+1
* Don't use FD after a successful "fdopendir (fd)".Jim Meyering2007-02-191-0/+2
* Move more declarations into <unistd.h>.Bruno Haible2007-02-191-1/+1
* Make pwd and readlink work also when run with an unreadable parent dirJim Meyering2007-02-031-2/+7
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-3/+1
* New module 'fchdir'.Bruno Haible2007-01-141-0/+5
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+1
* * backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:Paul Eggert2006-07-111-7/+1
* * lib/getloadavg.c: Use __VMS, not VMS.Paul Eggert2006-07-061-13/+3
* Merge from coreutils.Paul Eggert2006-07-031-50/+73
* * getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, wherePaul Eggert2006-02-211-1/+9
* * getcwd.c (__getcwd): Don't assume that system calls after readdirPaul Eggert2005-10-301-40/+41
* Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.Jim Meyering2005-09-271-1/+1
* Sync from coreutils.Paul Eggert2005-09-231-4/+1
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering2005-07-021-3/+1
* Sync from coreutils.Paul Eggert2005-06-021-30/+30
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (is_ENAMETOOLONG): New macro.Paul Eggert2004-12-011-8/+34
* Merge from coreutils for getcwd and HP-UX 11.Paul Eggert2004-11-261-37/+351
* New getcwd module, imported from coreutils.Paul Eggert2004-08-061-0/+69