<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/utimens.c, branch v5.91</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.91</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.91'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-09-26T23:01:00Z</updated>
<entry>
<title>Include unistd.h, for dup2.</title>
<updated>2005-09-26T23:01:00Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-26T23:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a6c8a8e6d461e63686572d0489a7f71dc554ecd7'/>
<id>urn:sha1:a6c8a8e6d461e63686572d0489a7f71dc554ecd7</id>
<content type='text'>
(futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
(futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
</content>
</entry>
<entry>
<title>(ENOSYS): Define if not already defined.</title>
<updated>2005-09-25T06:08:45Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-25T06:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4f001e7a137d8c9a15efe3c3ed5088cd8b2bec8b'/>
<id>urn:sha1:4f001e7a137d8c9a15efe3c3ed5088cd8b2bec8b</id>
<content type='text'>
(ftimens): Support having a null PATH if the file descriptor
is nonnegative.
</content>
</entry>
<entry>
<title>* lib/utimens.c (futimens): Use futimesat if available.</title>
<updated>2005-09-23T19:18:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-23T19:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b9830cafa127d8a3e072bd1abb90feb9181423f7'/>
<id>urn:sha1:b9830cafa127d8a3e072bd1abb90feb9181423f7</id>
<content type='text'>
Prefer it to futimes since it doesn't have the futimes bug.
* m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=116e6fb2443d140959ea042865cd67b95aab3c47'/>
<id>urn:sha1:116e6fb2443d140959ea042865cd67b95aab3c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(futimens): Robustify the previous patch, by checking</title>
<updated>2005-01-03T19:54:54Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-01-03T19:54:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dfe280e907733bbbeab2983beebc8ee5a30ac5df'/>
<id>urn:sha1:dfe280e907733bbbeab2983beebc8ee5a30ac5df</id>
<content type='text'>
for known valid error numbers rather than observed invalid ones.
</content>
</entry>
<entry>
<title>(futimens): Account for the fact that futimes</title>
<updated>2005-01-03T19:23:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-01-03T19:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e0a94d174bb6b9a432b620893c9b7776e5751571'/>
<id>urn:sha1:e0a94d174bb6b9a432b620893c9b7776e5751571</id>
<content type='text'>
can also fail with errno == ENOSYS in that case.
Patch from Dmitry V. Levin.
</content>
</entry>
<entry>
<title>futimens) [HAVE_FUTIMES]: Fall back on utimes if futimes fails with</title>
<updated>2005-01-03T08:51:59Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-01-03T08:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e75249bf8cb62b62593474e6b654e75ad7ee2468'/>
<id>urn:sha1:e75249bf8cb62b62593474e6b654e75ad7ee2468</id>
<content type='text'>
errno == ENOENT.
</content>
</entry>
<entry>
<title>(__attribute__, ATTRIBUTE_UNUSED): New macros.</title>
<updated>2004-11-23T20:42:13Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-11-23T20:42:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=22ea135643256721c3894368436fe582e59fb28b'/>
<id>urn:sha1:22ea135643256721c3894368436fe582e59fb28b</id>
<content type='text'>
(futimens): New function, which uses futimes if available.
(futimens, utimens): Support timespec==NULL, with same semantics
as utime and utimens.
</content>
</entry>
<entry>
<title>(utimens): Revert most of last change.</title>
<updated>2003-08-10T13:29:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-10T13:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5701c74f6d20e6a69aa75eb03b82a3992b111df3'/>
<id>urn:sha1:5701c74f6d20e6a69aa75eb03b82a3992b111df3</id>
<content type='text'>
Test HAVE_WORKING_UTIMES instead of HAVE_UTIMES.
</content>
</entry>
<entry>
<title>Test HAVE_UTIME, not HAVE_UTIMES.</title>
<updated>2003-08-09T18:23:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-09T18:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9fd1e90a363755015b3b208306a7ea3ed3be1f2e'/>
<id>urn:sha1:9fd1e90a363755015b3b208306a7ea3ed3be1f2e</id>
<content type='text'>
Prefer utime, since it works and utimes doesn't on some systems.
</content>
</entry>
</feed>
