<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/utimens.c, branch v6.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-06-11T07:11:31Z</updated>
<entry>
<title>(__attribute__): Don't define if already defined.</title>
<updated>2006-06-11T07:11:31Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-06-11T07:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ff276995ff38a9615a1f53249e1acf624e18d910'/>
<id>urn:sha1:ff276995ff38a9615a1f53249e1acf624e18d910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(futimens): glibc futimesat messes up if /proc isn't mounted.</title>
<updated>2006-04-15T07:39:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-15T07:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=39448a239a550a59cddd58f2856eb991b089d467'/>
<id>urn:sha1:39448a239a550a59cddd58f2856eb991b089d467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(futimens) [HAVE_WORKING_UTIMES &amp;&amp; HAVE_FUTIMES]:</title>
<updated>2005-10-30T21:32:02Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-10-30T21:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9fb982e15023255bcdd915a16054a5ec96a669c7'/>
<id>urn:sha1:9fb982e15023255bcdd915a16054a5ec96a669c7</id>
<content type='text'>
Don't assume that futimes failing means we must fail.
</content>
</entry>
<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>
</feed>
