summaryrefslogtreecommitdiff
path: root/lib/chdir-long.c
AgeCommit message (Collapse)Author
2005-12-27(cdb_free): Don't bother trying to open directoryPaul Eggert
for write access: POSIX says that must fail. (cdb_free): Open with O_NOCTTY | O_NONBLOCK as well, for minor improvements on hosts that lack O_DIRECTORY.
2005-09-22Sync from gnulib.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-18coreutils->fetish in comment.Paul Eggert
2005-02-03Include memrchr.h.Paul Eggert
2005-01-19(chdir_long): Rewrite to remove limitation onJim Meyering
component length. This included changing the parameter to be of type `char *' rather than `char const *'.
2004-12-11adjust wording of #error messageJim Meyering
2004-12-11Fail via #error if PATH_MAX is not defined, sinceJim Meyering
this file is now compiled only on systems that define PATH_MAX.
2004-11-30Renamed from chdir.c.Jim Meyering