<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/stat.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2004-02-05T13:46:41Z</updated>
<entry>
<title>(human_time): Correct merge problem.</title>
<updated>2004-02-05T13:46:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-05T13:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5937c873e6ed036d98493ceff8dd336a68fe792e'/>
<id>urn:sha1:5937c873e6ed036d98493ceff8dd336a68fe792e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include "inttostr.h".</title>
<updated>2004-02-05T09:47:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-05T09:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=adc816c05ac409c4a0e9cff03114cb7af2c5516d'/>
<id>urn:sha1:adc816c05ac409c4a0e9cff03114cb7af2c5516d</id>
<content type='text'>
(human_time): Print the date/time as a number of seconds since the
epoch if it can't be converted by localtime.  This is better than
just saying "invalid", and is consistent with what "ls" does.
Don't dump core if the year has more than 48 digits; this isn't
possible on any contemporary host, but we might as well do it right.
</content>
</entry>
<entry>
<title>(human_time): Accept time rather than pointer-to-const-time parameter,</title>
<updated>2004-02-05T09:34:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-05T09:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e32369feb89b32426484d55f4f288a27109c646d'/>
<id>urn:sha1:e32369feb89b32426484d55f4f288a27109c646d</id>
<content type='text'>
for clarity.  All callers changed.
</content>
</entry>
<entry>
<title>(do_stat): Remove extra trailing newline from default formats.</title>
<updated>2004-02-02T17:33:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-02T17:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fa377fd8c107ae73d0b4ae9c745351c76ba970b8'/>
<id>urn:sha1:fa377fd8c107ae73d0b4ae9c745351c76ba970b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print actual fractional seconds in time stamps, not just `.00000000'.</title>
<updated>2004-02-02T07:59:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-02T07:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c057bb50b5c0ee175e80fffc6eceffd2e7a439fd'/>
<id>urn:sha1:c057bb50b5c0ee175e80fffc6eceffd2e7a439fd</id>
<content type='text'>
(human_time): Add and use new parameter, t_ns.
(print_stat): Update callers.
</content>
</entry>
<entry>
<title>(usage): Use EXIT_SUCCESS, not 0, for clarity.</title>
<updated>2004-01-21T23:45:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-21T23:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=623c8ae1478d3343aa2d7c9d3e7f68f67573e4cb'/>
<id>urn:sha1:623c8ae1478d3343aa2d7c9d3e7f68f67573e4cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(human_fstype): Use %lx, not %x format for `unsigned long'.</title>
<updated>2004-01-08T14:28:44Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-01-08T14:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=02411d8bef4260d6f25c75936af240040719c0bc'/>
<id>urn:sha1:02411d8bef4260d6f25c75936af240040719c0bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change</title>
<updated>2003-10-18T10:05:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-18T10:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf4fdf373fa202877d8141fcf7c1ef655a8e06d9'/>
<id>urn:sha1:cf4fdf373fa202877d8141fcf7c1ef655a8e06d9</id>
<content type='text'>
of 2003-09-19.  Now, AUTHORS is a comma-separated list of strings.
Update the call to parse_long_options so that `AUTHORS, NULL' are the
last parameters.

* src/true.c (main): Append NULL to version_etc argument list.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise.
</content>
</entry>
<entry>
<title>(WRITTEN_BY): Rename from AUTHORS.</title>
<updated>2003-09-18T22:19:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-18T22:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bafd927f03084ba6b12f7ff1b95352eb0e3a0a84'/>
<id>urn:sha1:bafd927f03084ba6b12f7ff1b95352eb0e3a0a84</id>
<content type='text'>
Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.
</content>
</entry>
<entry>
<title>(print_it): Avoid buffer overrun that would occur</title>
<updated>2003-08-27T08:55:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-27T08:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e37cd8f9f44b07a8ab683d9346ab80dec0da1a93'/>
<id>urn:sha1:e37cd8f9f44b07a8ab683d9346ab80dec0da1a93</id>
<content type='text'>
when the user-specified format string ends with `%'.
</content>
</entry>
</feed>
