summaryrefslogtreecommitdiff
path: root/lib/getcwd.c
AgeCommit message (Expand)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-07-11Sync from gnulib.Paul Eggert
2006-07-09Update from gnulib.Paul Eggert
2006-03-19Work even in a chroot where d_ino values for entries in "/"Jim Meyering
2006-03-19(__getcwd): Clarify a comment.Jim Meyering
2006-02-21(AT_FDCWD): Work around a bug in Solaris 9 and 10, wherePaul Eggert
2005-10-30(__getcwd): Don't assume that system calls after readdirPaul Eggert
2005-09-27Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.Jim Meyering
2005-09-22Sync from gnulib.Paul Eggert
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2004-12-01(is_ENAMETOOLONG): New macro.Paul Eggert
2004-11-26filesystems -> file systemsPaul Eggert
2004-11-25Replace by a copy of glibc/sysdeps/posix/getcwd.c, butPaul Eggert
2004-08-02Update copyright.Paul Eggert
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert
2003-03-07#undef getcwd only after *all* included header files.Jim Meyering
2003-03-06#undef getcwd before including system headers.Jim Meyering
2003-03-06[!HAVE_DECL_GETCWD]: Declare getcwd.Jim Meyering
2003-03-05commentsJim Meyering
2003-03-04*** empty log message ***Jim Meyering