Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | (openat_needs_fchdir) [defined __OPENAT_PREFIX]: | Paul Eggert | |
Turn this into a macro that always returns true. | |||
2006-02-21 | (AT_FDCWD): Work around a bug in Solaris 9 and 10, where | Paul Eggert | |
AT_FDCWD exceeds INT_MAX. | |||
2006-01-17 | (openat_needs_fchdir): Declare it. | Jim Meyering | |
2006-01-11 | (fchmodat, fchownat): Declare. | Jim Meyering | |
(chmodat, lchmodat): Define convenience functions. (chownat, lchownat): Likewise. | |||
2005-12-17 | Revamp code so that function macros depend on | Paul Eggert | |
__OPENAT_PREFIX only, not also on AT_FDCWD. (openat_ro): Remove. Caller changed to use openat_permissive. (openat_permissive): Now a macro, if not a function. (openat_restore_fail, openat_save_fail): Now always functions, since mkdirat needs them even if __OPENAT_PREFIX is defined. | |||
2005-11-30 | (mkdirat): Declare. | Jim Meyering | |
2005-11-22 | (openat_permissive): Declare. | Jim Meyering | |
(openat_ro): Define. | |||
2005-09-30 | (fdopendir): Do not define if HAVE_FDOPENDIR. | Jim Meyering | |
2005-09-19 | (unlinkat): Add prototype. | Jim Meyering | |
2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering | |
and don't include <sys/file.h>). | |||
2005-06-15 | Reflect s/_die/_fail/ renaming. | Jim Meyering | |
2005-06-14 | (openat_save_die, openat_restore_die): Declare and define. | Jim Meyering | |
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | |
in comments or local variable names. | |||
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-01-19 | (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the same value as for Solaris 9. | Jim Meyering | |
2005-01-19 | Include headers required for use of DIR and struct stat. | Jim Meyering | |
[AT_SYMLINK_NOFOLLOW]: Define. (fdopendir, fstatat): Add prototypes. | |||
2004-12-03 | Add copyright and authorship notice. | Paul Eggert | |
(AT_FDCWD): Use the same value Solaris 9 uses. | |||
2004-11-28 | (rpl_openat): Also accept optional mode parameter. | Jim Meyering | |
Adjust prototype | |||
2004-11-28 | *** empty log message *** | Jim Meyering | |