Boost C++ Libraries: Ticket #2154: [iostreams] File times on POSIX systems https://svn.boost.org/trac10/ticket/2154 <p> Currently iostreams has a number of failures on POSIX systems because of the use of the non-existent function futimes(). </p> <p> futimes() conforms to 4.2BSD and is unknown to POSIX, which only has utime() to set file access and modification times. Unfortunately utime() works in term of path names and not file descriptors, and I'm not aware of any suitable replacement, so perhaps the interface for the functionality in question needs to be changed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2154 Trac 1.4.3 Jonathan Turkanis Tue, 29 Jul 2008 14:06:03 GMT <link>https://svn.boost.org/trac10/ticket/2154#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2154#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/47866" title="removed functions relating to file timestamps (addresses #2154)">[47866]</a>) removed functions relating to file timestamps (addresses <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2154" title="#2154: Bugs: [iostreams] File times on POSIX systems (closed: fixed)">#2154</a>) </p> </description> <category>Ticket</category> </item> <item> <author>Richard Smith <richard@…></author> <pubDate>Thu, 12 Nov 2009 00:09:15 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2154#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2154#comment:2</guid> <description> <p> The problem still exists but has been moved to libs/iostreams/src/file_times.cpp </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Mon, 14 Jun 2010 23:53:20 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2154#comment:3 https://svn.boost.org/trac10/ticket/2154#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> file_times.cpp was left unreferenced by <a class="changeset" href="https://svn.boost.org/trac10/changeset/47866" title="removed functions relating to file timestamps (addresses #2154)">[47866]</a> and was finally removed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/58638" title="Oops. Properly remove file from subversion.">[58638]</a>. </p> Ticket