getcwd: break fdopendir + save_cwd recursive loop (Bug#13516)
[gnulib.git] / lib / getcwd.c
2013-02-04 Paul Eggertgetcwd: break fdopendir + save_cwd recursive loop ...
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-11-20 Bruno Haiblegetcwd: Work around getcwd bug on AIX 5..7.
2011-09-19 Jim Meyeringgetcwd: don't fail in a deep directory on a system...
2011-08-17 Eric Blakegetcwd: fix test failures on mingw
2011-08-05 Bruno Haiblepathmax: Leave PATH_MAX undefined on the Hurd, and...
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-09-14 Paul Eggertfts, getcwd, glob: audit for dirfd returning -1
2010-07-14 Paul R. Eggertgetcwd: on Solaris, work better if ancestors are inacce...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-09-07 Eric Blakegetcwd: minor cleanups
2009-09-03 Eric Blakebackupfile, chdir-long, fts, savedir: make safer
2008-10-19 Bruno HaibleMove the dirfd() declaration to <dirent.h>.
2007-12-17 Petr Salingergetcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
2007-12-17 Jim MeyeringPort to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2007-10-17 Bruno HaibleUse rpl_ prefix for functions, so as to avoid endless...
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-03-19 Paul Eggert* lib/getcwd.c (__getcwd): Remove redundant comparison...
2007-02-21 Paul Eggert* lib/getcwd.c (__getcwd): Undo previous change; it...
2007-02-21 Paul Eggert* lib/getcwd.c (__getcwd): Don't assume getcwd (NULL...
2007-02-21 Paul EggertMinor fixups to port to Solaris 10 with Sun C 5.8.
2007-02-19 Jim MeyeringDon't use FD after a successful "fdopendir (fd)".
2007-02-19 Bruno HaibleMove more declarations into <unistd.h>.
2007-02-03 Jim MeyeringMake pwd and readlink work also when run with an unread...
2007-01-26 Paul Eggert* doc/gnulib-tool.texi (Initial import): Update to...
2007-01-14 Bruno HaibleNew module 'fchdir'.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-07-11 Paul Eggert* backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
2006-07-06 Paul Eggert* lib/getloadavg.c: Use __VMS, not VMS.
2006-07-03 Paul EggertMerge from coreutils.
2006-02-21 Paul Eggert* getcwd.c (AT_FDCWD): Work around a bug in Solaris...
2005-10-30 Paul Eggert* getcwd.c (__getcwd): Don't assume that system calls...
2005-09-27 Jim MeyeringChange #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
2005-09-23 Paul EggertSync from coreutils.
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-07-02 Jim MeyeringAssume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditio...
2005-06-02 Paul EggertSync from coreutils.
2005-05-14 Paul Eggert*** empty log message ***
2004-12-01 Paul Eggert(is_ENAMETOOLONG): New macro.
2004-11-26 Paul EggertMerge from coreutils for getcwd and HP-UX 11.
2004-08-06 Paul EggertNew getcwd module, imported from coreutils.