summaryrefslogtreecommitdiff
path: root/lib/utimens.c
Commit message (Expand)AuthorAgeFilesLines
* maint: time stamp -> timestampPaul Eggert2017-01-091-5/+5
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* assure: new modulePaul Eggert2014-12-201-2/+0
* maint: update copyrightEric Blake2014-01-011-1/+1
* timespec: new function make_timespec, and new constantsPaul Eggert2013-09-191-2/+4
* utimens, utimensat: work around Solaris UTIME_OMIT bugPaul Eggert2013-04-301-8/+16
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* utimens: use extern-inlinePaul Eggert2012-08-011-0/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* utimens: remove dependency on dup2Paul Eggert2011-09-181-9/+4
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* utimens: work around glibc rounding bug on more platformsPaul Eggert2010-12-271-1/+1
* utimens: work around glibc rounding bug on older Linux kernelsPaul Eggert2010-12-271-5/+46
* fdutimens, fdutimensat: update signature, againEric Blake2010-09-171-20/+4
* utimens: avoid compiler warningAndreas Gruenbacher2010-04-281-2/+2
* utimens (fdutimens): ignore a negative FD, per contractAurelien Jarno2010-01-051-11/+12
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* utimens: avoid shadowing warningEric Blake2009-12-311-5/+8
* futimens, utimensat: work around ntfs-3g bugEric Blake2009-12-301-101/+44
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+1
* utimens: work around Linux ctime bugEric Blake2009-12-191-20/+133
* utimens: one more try at avoiding compiler warningEric Blake2009-12-141-2/+2
* utimens: fix compilation errorEric Blake2009-11-301-1/+2
* utimens: work around older Linux failure with symlinksEric Blake2009-11-251-8/+16
* utimens: fix regression on SolarisEric Blake2009-11-181-5/+9
* utimens: remove invalid futimesat callJim Meyering2009-11-081-7/+4
* utimens: fix use of futimens on older LinuxEric Blake2009-11-041-1/+1
* utimensat: work around Solaris 9 bugEric Blake2009-10-201-5/+11
* utimensat: new moduleEric Blake2009-10-161-1/+2
* utimens: let lutimens work on non-symlinksEric Blake2009-10-161-7/+11
* utimens: cache whether utimensat syscall worksEric Blake2009-10-161-48/+71
* futimens: new moduleEric Blake2009-10-101-0/+3
* utimens: introduce fdutimensEric Blake2009-10-101-1/+17
* utimens: add UTIME_NOW and UTIME_OMIT supportEric Blake2009-10-101-19/+141
* utimens: add lutimens interfaceEric Blake2009-10-101-0/+60
* utimens: validate futimens usageEric Blake2009-10-101-14/+16
* maint: minor cleanupsEric Blake2009-10-071-11/+1
* openat, utimens: whitespace cleanupEric Blake2009-10-071-39/+39
* errno: use consistentlyEric Blake2009-09-021-12/+2
* utimens.c: correct kernel bug work-aroundJim Meyering2008-06-091-4/+9
* utimens.c: work around a probable Linux kernel bugJim Meyering2008-06-051-0/+12
* Provide futimens/utimensat fallbacks for older kernels.Eric Blake2008-06-031-17/+26
* Prefer new POSIX 200x interfaces over futimesat.Eric Blake2008-05-291-71/+84
* Don't redefine __attribute__ without a need.Bruno Haible2008-01-131-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-4/+3
* * lib/utimens.c (gl_futimens): Rename from futimens,Jim Meyering2007-05-191-3/+3
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-1/+3
* Prefer fd < 0 to ! (0 <= fd).Paul Eggert2006-12-051-3/+3