fix license quoting in files.yaml
[gnulib.git] / lib / getcwd.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-02-20 Paul Eggertgetcwd: support coreutils better
2013-02-04 Paul Eggertgetcwd: break fdopendir + save_cwd recursive loop ...
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
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-09-08 Ian BeckwithMerge branch 'stable'
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-08-17 Eric Blakegetcwd: fix test failures on mingw
2011-08-05 Bruno Haiblepathmax: Leave PATH_MAX undefined on the Hurd, and...
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-10-23 Ian BeckwithMerge branch 'stable'
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-09-14 Paul Eggertfts, getcwd, glob: audit for dirfd returning -1
2010-08-30 Ian BeckwithMerge branch 'stable'
2010-08-29 Ian BeckwithMerge branch 'upstream' from 3f08220c1a263dfc45f6e0ce6d...
2010-07-14 Paul R. Eggertgetcwd: on Solaris, work better if ancestors are inacce...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-09-07 Ian BeckwithMerge branch 'upstream'
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.