index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utimens.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: update almost all copyright ranges to include 2011
Jim Meyering
2011-01-01
1
-1
/
+1
*
utimens: work around glibc rounding bug on more platforms
Paul Eggert
2010-12-27
1
-1
/
+1
*
utimens: work around glibc rounding bug on older Linux kernels
Paul Eggert
2010-12-27
1
-5
/
+46
*
fdutimens, fdutimensat: update signature, again
Eric Blake
2010-09-17
1
-20
/
+4
*
utimens: avoid compiler warning
Andreas Gruenbacher
2010-04-28
1
-2
/
+2
*
utimens (fdutimens): ignore a negative FD, per contract
Aurelien Jarno
2010-01-05
1
-11
/
+12
*
update nearly all FSF copyright year lists to include 2010
Jim Meyering
2010-01-01
1
-1
/
+1
*
utimens: avoid shadowing warning
Eric Blake
2009-12-31
1
-5
/
+8
*
futimens, utimensat: work around ntfs-3g bug
Eric Blake
2009-12-30
1
-101
/
+44
*
update nearly all FSF copyright year lists to include 2009
Jim Meyering
2009-12-29
1
-2
/
+1
*
utimens: work around Linux ctime bug
Eric Blake
2009-12-19
1
-20
/
+133
*
utimens: one more try at avoiding compiler warning
Eric Blake
2009-12-14
1
-2
/
+2
*
utimens: fix compilation error
Eric Blake
2009-11-30
1
-1
/
+2
*
utimens: work around older Linux failure with symlinks
Eric Blake
2009-11-25
1
-8
/
+16
*
utimens: fix regression on Solaris
Eric Blake
2009-11-18
1
-5
/
+9
*
utimens: remove invalid futimesat call
Jim Meyering
2009-11-08
1
-7
/
+4
*
utimens: fix use of futimens on older Linux
Eric Blake
2009-11-04
1
-1
/
+1
*
utimensat: work around Solaris 9 bug
Eric Blake
2009-10-20
1
-5
/
+11
*
utimensat: new module
Eric Blake
2009-10-16
1
-1
/
+2
*
utimens: let lutimens work on non-symlinks
Eric Blake
2009-10-16
1
-7
/
+11
*
utimens: cache whether utimensat syscall works
Eric Blake
2009-10-16
1
-48
/
+71
*
futimens: new module
Eric Blake
2009-10-10
1
-0
/
+3
*
utimens: introduce fdutimens
Eric Blake
2009-10-10
1
-1
/
+17
*
utimens: add UTIME_NOW and UTIME_OMIT support
Eric Blake
2009-10-10
1
-19
/
+141
*
utimens: add lutimens interface
Eric Blake
2009-10-10
1
-0
/
+60
*
utimens: validate futimens usage
Eric Blake
2009-10-10
1
-14
/
+16
*
maint: minor cleanups
Eric Blake
2009-10-07
1
-11
/
+1
*
openat, utimens: whitespace cleanup
Eric Blake
2009-10-07
1
-39
/
+39
*
errno: use consistently
Eric Blake
2009-09-02
1
-12
/
+2
*
utimens.c: correct kernel bug work-around
Jim Meyering
2008-06-09
1
-4
/
+9
*
utimens.c: work around a probable Linux kernel bug
Jim Meyering
2008-06-05
1
-0
/
+12
*
Provide futimens/utimensat fallbacks for older kernels.
Eric Blake
2008-06-03
1
-17
/
+26
*
Prefer new POSIX 200x interfaces over futimesat.
Eric Blake
2008-05-29
1
-71
/
+84
*
Don't redefine __attribute__ without a need.
Bruno Haible
2008-01-13
1
-2
/
+2
*
Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible
2007-10-07
1
-4
/
+3
*
* lib/utimens.c (gl_futimens): Rename from futimens,
Jim Meyering
2007-05-19
1
-3
/
+3
*
* MODULES.html.sh (Support for systems lacking POSIX:2001): New
Paul Eggert
2007-01-18
1
-1
/
+3
*
Prefer fd < 0 to ! (0 <= fd).
Paul Eggert
2006-12-05
1
-3
/
+3
*
* lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
Paul Eggert
2006-12-05
1
-0
/
+17
*
* _fpending.c: Include <config.h> unconditionally, since we no
Paul Eggert
2006-09-13
1
-3
/
+1
*
* getdate.y (__attribute__): Don't define if already defined.
Paul Eggert
2006-06-11
1
-2
/
+4
*
* utimens.c (futimens): glibc futimesat messes up if /proc
Paul Eggert
2006-04-15
1
-23
/
+29
*
* lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
Paul Eggert
2005-10-30
1
-11
/
+9
*
Sync from coreutils.
Paul Eggert
2005-10-02
1
-1
/
+15
*
* utimens.c (ENOSYS): Define if not already defined.
Paul Eggert
2005-09-25
1
-15
/
+40
*
* lib/utimens.c (futimens): Use futimesat if available.
Paul Eggert
2005-09-23
1
-3
/
+9
*
*** empty log message ***
Paul Eggert
2005-05-14
1
-1
/
+1
*
(futimens): Account for the fact that futimes
Paul Eggert
2005-01-18
1
-2
/
+19
*
(__attribute__, ATTRIBUTE_UNUSED): New macros.
Paul Eggert
2004-11-23
1
-12
/
+53
*
Import from coreutils.
Paul Eggert
2004-08-06
1
-0
/
+63