aboutsummaryrefslogtreecommitdiffstats
path: root/lib/utime.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-105/+0
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2004-08-02Update copyright.Paul Eggert1-1/+1
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert1-3/+0
2003-11-17On systems without utime and without a utimes function capable ofJim Meyering1-3/+24
dealing with a NULL struct utimbuf* argument, this utime replacement could -- in unusual circumstances -- leak a file descriptor. Include <unistd.h> and <errno.h>. (utime_null): Be sure to close `fd' and to preserve errno.
2003-09-10[!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.Jim Meyering1-2/+7
(utime_null): Fix typo: 'st' was sometimes called 'sb'.
2003-07-23Normalize naming of Sun operating systems, e.g., SunOS4 -> SunOS 4,Jim Meyering1-2/+2
Solaris5.9 -> Solaris 9. From Paul Eggert.
2003-01-06(utime_null): No need to call ftruncate if the file wasJim Meyering1-3/+3
nonempty. Patch by Bruno Haible. (utime_null): Use SAFE_READ_ERROR.
2001-08-31copyrightJim Meyering1-1/+1
2001-08-31Include full-write.h.Jim Meyering1-2/+3
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering1-1/+1
2000-07-09update copyright dateJim Meyering1-1/+1
1999-04-26(utime_null): Don't pass 0666 to open; it's not needed and isn'tJim Meyering1-1/+1
guaranteed to be portable.
1998-07-25.Jim Meyering1-0/+81