index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
getcwd.c
Age
Commit message (
Expand
)
Author
2006-07-11
Sync from gnulib.
Paul Eggert
2006-07-09
Update from gnulib.
Paul Eggert
2006-03-19
Work 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, where
Paul Eggert
2005-10-30
(__getcwd): Don't assume that system calls after readdir
Paul Eggert
2005-09-27
Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
Jim Meyering
2005-09-22
Sync from gnulib.
Paul Eggert
2005-07-02
Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
Jim Meyering
2005-07-01
Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
Jim Meyering
2005-06-02
Don't use "path" or "filename" to mean "file name"
Paul Eggert
2005-05-14
Update FSF postal mail address.
Jim Meyering
2004-12-01
(is_ENAMETOOLONG): New macro.
Paul Eggert
2004-11-26
filesystems -> file systems
Paul Eggert
2004-11-25
Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
Paul Eggert
2004-08-02
Update 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-05
comments
Jim Meyering
2003-03-04
*** empty log message ***
Jim Meyering