<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src, 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-17T10:52:49Z</updated>
<entry>
<title>(usage) [-u]: Add punctuation so that the description in</title>
<updated>2004-02-17T10:52:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-17T10:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=317f26ba57a5fb41d1676048d6c4104afa1db712'/>
<id>urn:sha1:317f26ba57a5fb41d1676048d6c4104afa1db712</id>
<content type='text'>
the help2man-generated (line-joined) man page is more readable.
Reported by Tim Waugh.
[-T]: Add a semicolon, for the same reason.
</content>
</entry>
<entry>
<title>(cp_option_init): Don't initialize xstat member.</title>
<updated>2004-02-07T16:01:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-07T16:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=666fce05a14260b3b95fdd3997e9e898f9e747ad'/>
<id>urn:sha1:666fce05a14260b3b95fdd3997e9e898f9e747ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(cp_option_init): Likewise.</title>
<updated>2004-02-07T16:01:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-07T16:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ad31f4335067b003c59ebbdaa5cc84c2974f4f42'/>
<id>urn:sha1:ad31f4335067b003c59ebbdaa5cc84c2974f4f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(re_protect): Use `XSTAT (x, ...)' in place of `*(x-&gt;xstat) (...)'.</title>
<updated>2004-02-07T16:01:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-07T16:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d9e9327b09e6d2fe12a3c1fdafb0ff1d4f38359b'/>
<id>urn:sha1:d9e9327b09e6d2fe12a3c1fdafb0ff1d4f38359b</id>
<content type='text'>
(do_copy): Declare/use local xstat rather than x-&gt;xstat.
(main): Remove code that set x.xstat.
</content>
</entry>
<entry>
<title>Remove xstat function pointer member.  The way it was used was not</title>
<updated>2004-02-07T16:01:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-07T16:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e80f7332e2d4522b44041f2add6d64e905f99589'/>
<id>urn:sha1:e80f7332e2d4522b44041f2add6d64e905f99589</id>
<content type='text'>
portable, since some systems (OSF V5.1, Solaris 2.5.1) provide static
inline `stat' and `lstat' functions, thus making the tests of
`xstat == lstat' in copy.c always fail.

(struct cp_options) [xstat]: Remove member.
(XSTAT): New macro.
</content>
</entry>
<entry>
<title>Remove xstat function pointer member.  The way it was used was not</title>
<updated>2004-02-07T16:00:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-07T16:00:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c9736bdff0126ee263c430494ebde01ae594dbfb'/>
<id>urn:sha1:c9736bdff0126ee263c430494ebde01ae594dbfb</id>
<content type='text'>
portable, since some systems (OSF V5.1, Solaris 2.5.1) provide static
inline `stat' and `lstat' functions, thus making the tests of
`xstat == lstat' in copy.c always fail.

(copy_dir): Set `.dereference' member, not .xstat.
(copy_internal): Use `XSTAT (x, ...)' in place of `*(x-&gt;xstat) (...)'.
Use `x-&gt;dereference == DEREF_NEVER' in place of `x-&gt;xstat == lstat'.
(valid_options): Remove now-obsolete FIXME comments.
</content>
</entry>
<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>Don't dump core if localtime returns NULL (possible on</title>
<updated>2004-02-05T09:51:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-05T09:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ad669dfe92c422900a7838cea0e1bb7831ef6940'/>
<id>urn:sha1:ad669dfe92c422900a7838cea0e1bb7831ef6940</id>
<content type='text'>
hosts with 64-bit time_t and 32-bit int).

Print "??" if the current clock can't
be converted by localtime.  This won't happen until the year
2*31 + 1900, but we don't want to dump core even if the current
clock has the wrong value.
</content>
</entry>
<entry>
<title>Don't dump core if localtime returns NULL (possible on</title>
<updated>2004-02-05T09:50:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-02-05T09:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c904b0cae656e1850ce5ce33e92e82ff76211df4'/>
<id>urn:sha1:c904b0cae656e1850ce5ce33e92e82ff76211df4</id>
<content type='text'>
hosts with 64-bit time_t and 32-bit int).

Include "inttostr.h".
(batch_convert, main):
If time conversion fails, exit with nonzero status.
(show_date): Return int to report conversion failure.
Print the time as an int if localtime fails.
</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>
</feed>
