log lib/utimens.c @ 14152:c5273d4d49b3

age author description
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Mon, 27 Dec 2010 11:01:57 -0800 Paul Eggert utimens: work around glibc rounding bug on more platforms
Mon, 27 Dec 2010 00:21:02 -0800 Paul Eggert utimens: work around glibc rounding bug on older Linux kernels
Fri, 17 Sep 2010 15:08:29 -0600 Eric Blake fdutimens, fdutimensat: update signature, again
Wed, 28 Apr 2010 10:32:46 -0600 Andreas Gruenbacher utimens: avoid compiler warning
Tue, 05 Jan 2010 20:27:12 -0700 Aurelien Jarno utimens (fdutimens): ignore a negative FD, per contract
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 31 Dec 2009 12:28:35 -0700 Eric Blake utimens: avoid shadowing warning
Wed, 30 Dec 2009 06:48:46 -0700 Eric Blake futimens, utimensat: work around ntfs-3g bug
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 17 Dec 2009 16:57:37 -0700 Eric Blake utimens: work around Linux ctime bug
Mon, 14 Dec 2009 22:07:15 -0700 Eric Blake utimens: one more try at avoiding compiler warning
Mon, 30 Nov 2009 06:45:42 -0700 Eric Blake utimens: fix compilation error
Tue, 24 Nov 2009 10:07:57 -0700 Eric Blake utimens: work around older Linux failure with symlinks
Wed, 18 Nov 2009 06:59:44 -0700 Eric Blake utimens: fix regression on Solaris
Sun, 08 Nov 2009 12:09:35 +0100 Jim Meyering utimens: remove invalid futimesat call
Wed, 04 Nov 2009 06:19:23 -0700 Eric Blake utimens: fix use of futimens on older Linux
Tue, 20 Oct 2009 16:47:36 -0600 Eric Blake utimensat: work around Solaris 9 bug
Mon, 12 Oct 2009 16:48:57 -0600 Eric Blake utimensat: new module
Thu, 15 Oct 2009 12:04:57 -0600 Eric Blake utimens: let lutimens work on non-symlinks
Mon, 12 Oct 2009 14:56:22 -0600 Eric Blake utimens: cache whether utimensat syscall works
Fri, 09 Oct 2009 16:05:19 -0600 Eric Blake futimens: new module
Thu, 08 Oct 2009 06:40:08 -0600 Eric Blake utimens: introduce fdutimens
Wed, 07 Oct 2009 16:05:34 -0600 Eric Blake utimens: add UTIME_NOW and UTIME_OMIT support
Wed, 07 Oct 2009 13:36:45 -0600 Eric Blake utimens: add lutimens interface
Tue, 06 Oct 2009 12:23:32 -0600 Eric Blake utimens: validate futimens usage
Wed, 07 Oct 2009 14:49:38 -0600 Eric Blake maint: minor cleanups
Wed, 07 Oct 2009 08:17:36 -0600 Eric Blake openat, utimens: whitespace cleanup
Wed, 02 Sep 2009 17:06:43 -0600 Eric Blake errno: use consistently
Fri, 06 Jun 2008 18:20:14 +0200 Jim Meyering utimens.c: correct kernel bug work-around
Wed, 04 Jun 2008 19:32:50 +0200 Jim Meyering utimens.c: work around a probable Linux kernel bug
Mon, 02 Jun 2008 15:08:14 -0600 Eric Blake Provide futimens/utimensat fallbacks for older kernels.
Wed, 28 May 2008 21:29:02 -0600 Eric Blake Prefer new POSIX 200x interfaces over futimesat.
Sun, 13 Jan 2008 16:51:48 +0100 Bruno Haible Don't redefine __attribute__ without a need.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sat, 19 May 2007 16:37:03 +0000 Jim Meyering * lib/utimens.c (gl_futimens): Rename from futimens,
Thu, 18 Jan 2007 08:33:34 +0000 Paul Eggert * MODULES.html.sh (Support for systems lacking POSIX:2001): New
Tue, 05 Dec 2006 18:13:50 +0000 Paul Eggert Prefer fd < 0 to ! (0 <= fd).
Tue, 05 Dec 2006 18:09:17 +0000 Paul Eggert * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Sun, 11 Jun 2006 07:12:27 +0000 Paul Eggert * getdate.y (__attribute__): Don't define if already defined.
Sat, 15 Apr 2006 07:40:54 +0000 Paul Eggert * utimens.c (futimens): glibc futimesat messes up if /proc
Sun, 30 Oct 2005 21:30:15 +0000 Paul Eggert * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
Sun, 02 Oct 2005 22:38:45 +0000 Paul Eggert Sync from coreutils.
Sun, 25 Sep 2005 06:22:34 +0000 Paul Eggert * utimens.c (ENOSYS): Define if not already defined.
Fri, 23 Sep 2005 19:18:06 +0000 Paul Eggert * lib/utimens.c (futimens): Use futimesat if available.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Tue, 18 Jan 2005 22:06:23 +0000 Paul Eggert (futimens): Account for the fact that futimes
Tue, 23 Nov 2004 20:59:33 +0000 Paul Eggert (__attribute__, ATTRIBUTE_UNUSED): New macros.
Fri, 06 Aug 2004 22:30:35 +0000 Paul Eggert Import from coreutils.