<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/fsusage.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-04-12T20:13:00Z</updated>
<entry>
<title>Don't include &lt;inttypes.h&gt; or &lt;stdint.h&gt;, since</title>
<updated>2006-04-12T20:13:00Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-04-12T20:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=368bc9465690465fa1bcd344cfc6be7abb434167'/>
<id>urn:sha1:368bc9465690465fa1bcd344cfc6be7abb434167</id>
<content type='text'>
fsusage.h now does that.  Include fsusage.h first, to test interface.
Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
at most one method (the old code could have generated decls that
didn't conform to C89, not that this was ever exercised).
</content>
</entry>
<entry>
<title>Sync from gnulib.</title>
<updated>2005-09-22T06:05:39Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-22T06:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f'/>
<id>urn:sha1:2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assume HAVE_UNISTD_H, i.e., include &lt;unistd.h&gt; unconditionally.</title>
<updated>2005-07-02T08:41:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-07-02T08:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=410f98fc2b9bd775f809818590959272c04e6c9c'/>
<id>urn:sha1:410f98fc2b9bd775f809818590959272c04e6c9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assume HAVE_FCNTL_H (i.e., include &lt;fcntl.h&gt; unconditionally,</title>
<updated>2005-07-01T20:55:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-07-01T20:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=58076430c3324600ef5dba5505fbb2e1c5e02e03'/>
<id>urn:sha1:58076430c3324600ef5dba5505fbb2e1c5e02e03</id>
<content type='text'>
and don't include &lt;sys/file.h&gt;).
</content>
</entry>
<entry>
<title>Don't use "path" or "filename" to mean "file name"</title>
<updated>2005-06-02T05:05:29Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-06-02T05:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ab2edb9e3307a172487bb16edcaf79600bf9ebea'/>
<id>urn:sha1:ab2edb9e3307a172487bb16edcaf79600bf9ebea</id>
<content type='text'>
in comments or local variable names.
</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>(statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.</title>
<updated>2004-11-26T07:40:23Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-11-26T07:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cc08c826e94d19baafc3e58804d5dd81564eaee4'/>
<id>urn:sha1:cc08c826e94d19baafc3e58804d5dd81564eaee4</id>
<content type='text'>
Declaring int functions causes warnings on some modern systems and
shouldn't be needed to compile on ancient ones.
</content>
</entry>
<entry>
<title>Use Autoconf-suggested pattern for inttypes and stdint.</title>
<updated>2004-08-02T18:44:11Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-02T18:44:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=97f2714e358cc625e9057f29a320fbd078851741'/>
<id>urn:sha1:97f2714e358cc625e9057f29a320fbd078851741</id>
<content type='text'>
Include unistd.h, for lseek.
</content>
</entry>
<entry>
<title>Use `file system', not filesystem in a comment.</title>
<updated>2004-06-30T22:39:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-30T22:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c56f9d7cb0c5602bd98b8f5e4e537c7a6670cd22'/>
<id>urn:sha1:c56f9d7cb0c5602bd98b8f5e4e537c7a6670cd22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from gnulib.</title>
<updated>2003-06-06T19:46:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-06T19:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=81c26ff410ba7a3c69fb6b1a40ad708c887effd7'/>
<id>urn:sha1:81c26ff410ba7a3c69fb6b1a40ad708c887effd7</id>
<content type='text'>
</content>
</entry>
</feed>
