* lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
[gnulib.git] / lib / getcwd.c
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.