<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/stat.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-09-22T06:48:28Z</updated>
<entry>
<title>(PRIdMAX, PRIuMAX): Remove definitions.</title>
<updated>2002-09-22T06:48:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-22T06:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fab46cb4660127ed73c0fc44e540814d8fe50c62'/>
<id>urn:sha1:fab46cb4660127ed73c0fc44e540814d8fe50c62</id>
<content type='text'>
Now they're defined through system.h.
</content>
</entry>
<entry>
<title>Remove all inclusions of inttypes.h,</title>
<updated>2002-09-22T06:41:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-22T06:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=003ab9a58d36f9690a78e05048ef92b030893ac4'/>
<id>urn:sha1:003ab9a58d36f9690a78e05048ef92b030893ac4</id>
<content type='text'>
since it's already included from sys2.h via system.h.
</content>
</entry>
<entry>
<title>Don't include malloc.h -- it was unnecessary.</title>
<updated>2002-07-26T07:38:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-26T07:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e4d4cea119f4b2eeffe14abfa2f55e0b6c9f2ce7'/>
<id>urn:sha1:e4d4cea119f4b2eeffe14abfa2f55e0b6c9f2ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): The short form of --dereference is now -L, not -l.</title>
<updated>2002-07-22T15:39:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-22T15:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=33106990a658591d621a397272a12196abe7bf17'/>
<id>urn:sha1:33106990a658591d621a397272a12196abe7bf17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(print_it): Use memcpy and a little pointer arithmetic, rather than stpncpy.</title>
<updated>2002-07-16T09:29:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-16T09:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6978ba6736e6b45c8f14b6ed75f298aa3da4830d'/>
<id>urn:sha1:6978ba6736e6b45c8f14b6ed75f298aa3da4830d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(print_it): Use xstrdup, not strdup.</title>
<updated>2002-07-13T08:05:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-13T08:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e5ee2e3aee2953d7fbb06b90547384636a2bfaca'/>
<id>urn:sha1:e5ee2e3aee2953d7fbb06b90547384636a2bfaca</id>
<content type='text'>
Use strspn to avoid an explicit loop.
Use fputc rather than printf "\n".

Include quote.h.
(print_stat): Use xreadlink, rather than using readlink directly.
Use the quote function rather than hard-coded double quotes.
Use error, not perror.
</content>
</entry>
<entry>
<title>Remove everything associated with --secure option.</title>
<updated>2002-07-06T15:34:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-06T15:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d815f6dbb7917ecf854f146611c2d08982a8b45f'/>
<id>urn:sha1:d815f6dbb7917ecf854f146611c2d08982a8b45f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Rename --link/-l to --dereference/-L.</title>
<updated>2002-07-03T08:44:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-03T08:44:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=27195acdb6656eaae9e25aa89ef54e79e3126f3b'/>
<id>urn:sha1:27195acdb6656eaae9e25aa89ef54e79e3126f3b</id>
<content type='text'>
Describe --secure.
Describe --format.
(main): Support -L.  Deprecate -l.
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:05:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d23970e52ecd6553cc8885a1ebd31e245b184a61'/>
<id>urn:sha1:d23970e52ecd6553cc8885a1ebd31e245b184a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(print_statfs): Use `fputc ('*', stdout)'</title>
<updated>2002-06-29T13:08:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-06-29T13:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a9a425d557e96c6e17f500f85e50c39af3dd0584'/>
<id>urn:sha1:a9a425d557e96c6e17f500f85e50c39af3dd0584</id>
<content type='text'>
instead of the combination of strcat and printf.
(print_statfs) [!FLASK_LINUX]: Print `*' for %S and %C, rather than `S' and `C'.
(print_stat) [!FLASK_LINUX]: Likewise.
</content>
</entry>
</feed>
