summaryrefslogtreecommitdiff
path: root/lib/utimens.c
AgeCommit message (Expand)Author
2006-06-11(__attribute__): Don't define if already defined.Paul Eggert
2006-04-15(futimens): glibc futimesat messes up if /proc isn't mounted.Paul Eggert
2005-10-30(futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:Paul Eggert
2005-09-26Include unistd.h, for dup2.Paul Eggert
2005-09-25(ENOSYS): Define if not already defined.Paul Eggert
2005-09-23* lib/utimens.c (futimens): Use futimesat if available.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-01-03(futimens): Robustify the previous patch, by checkingPaul Eggert
2005-01-03(futimens): Account for the fact that futimesJim Meyering
2005-01-03futimens) [HAVE_FUTIMES]: Fall back on utimes if futimes fails withPaul Eggert
2004-11-23(__attribute__, ATTRIBUTE_UNUSED): New macros.Paul Eggert
2003-08-10(utimens): Revert most of last change.Jim Meyering
2003-08-09Test HAVE_UTIME, not HAVE_UTIMES.Jim Meyering