<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/date.c, branch v5.91</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.91</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.91'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-09-16T08:08:00Z</updated>
<entry>
<title>(show_date): Correct comment: this function no longer handles a</title>
<updated>2005-09-16T08:08:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-16T08:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4fdd25e01277153a0eedbdd4fd510c7c8bd850e5'/>
<id>urn:sha1:4fdd25e01277153a0eedbdd4fd510c7c8bd850e5</id>
<content type='text'>
NULL format string.
</content>
</entry>
<entry>
<title>(show_date): Remove now-spurious braces.</title>
<updated>2005-09-16T07:59:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-16T07:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d5763af8395b78de7faaf17ffd8ac9517b2456da'/>
<id>urn:sha1:d5763af8395b78de7faaf17ffd8ac9517b2456da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include stat-time.h, and use its functions instead of the obsolete</title>
<updated>2005-09-16T07:50:33Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-16T07:50:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=158d982669d3d05079da2b9cc8d8fcd8adf35a4b'/>
<id>urn:sha1:158d982669d3d05079da2b9cc8d8fcd8adf35a4b</id>
<content type='text'>
TIMESPEC_NS macro.
</content>
</entry>
<entry>
<title>Include fprintftime.h.</title>
<updated>2005-09-16T07:33:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-16T07:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d514933c67426ca4c5f179035baa852495fdd9e3'/>
<id>urn:sha1:d514933c67426ca4c5f179035baa852495fdd9e3</id>
<content type='text'>
Don't include strftime.h or xanstrftime.h -- no longer needed.
(show_date): Use fprintftime rather than xanstrftime.
</content>
</entry>
<entry>
<title>(TIME_SPEC_DATE): No longer needs to be nonzero, so</title>
<updated>2005-09-13T22:08:41Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-13T22:08:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2c29ba03acebe73681b1eee3227d48723bee2a6b'/>
<id>urn:sha1:2c29ba03acebe73681b1eee3227d48723bee2a6b</id>
<content type='text'>
remove the "=1".
(TIME_SOEC_HOURS, TIME_SPEC_MINUTES): Must be at end now, so put
them there.
(time_spec_string, time_spec): Hours and minutes must be at
start now, so put them there.
(rfc_2822_format): Now a string constant, not a boolean.  All uses
changed.
(iso_8601_format, rfc_format): Remove.
(RFC_3339_OPTION): New constant.
(long_options): Add --rfc-3339.
(usage): Add --rfc-3339.  Don't mention --iso-8601.
Mention %:z, %::z, %:::z.
(main): Simplify calculation of 'format'; it was getting too hairy
to follow.  Add --rfc-3339.
(show_date): Assume format arg is not NULL, which is the case
now.  The default code is moved to 'main'.  This simplifies things
and allows the default to be calculated just once.
</content>
</entry>
<entry>
<title>Don't print uninitialized data (or anything else) to stdout</title>
<updated>2005-08-15T12:16:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-15T12:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cb50fa3e87183a2e533d7b102ad5493398105ce6'/>
<id>urn:sha1:cb50fa3e87183a2e533d7b102ad5493398105ce6</id>
<content type='text'>
upon localtime failure.

(show_date): Remove stray `puts (buf);' (debugging?)
from the 2004-02-02 change.
</content>
</entry>
<entry>
<title>Include "xanstrftime.h".</title>
<updated>2005-08-02T20:53:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-02T20:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ef1fad923fd89288507d2c004c82aa5851a50174'/>
<id>urn:sha1:ef1fad923fd89288507d2c004c82aa5851a50174</id>
<content type='text'>
(show_date): Use xanstrftime instead of open-coding it.
</content>
</entry>
<entry>
<title>(show_date): Remove now-unnecessary code that</title>
<updated>2005-08-02T20:44:38Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-02T20:44:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=eed7b1380598c844695b336f41ec4d5cc76489ac'/>
<id>urn:sha1:eed7b1380598c844695b336f41ec4d5cc76489ac</id>
<content type='text'>
treated an empty format string as a special case.
</content>
</entry>
<entry>
<title>Add uses of ARGMATCH_VERIFY to ensure that</title>
<updated>2005-06-30T16:47:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-30T16:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8665927afc9cb27a8ec0d705c4ce84cfaacd2b09'/>
<id>urn:sha1:8665927afc9cb27a8ec0d705c4ce84cfaacd2b09</id>
<content type='text'>
corresponding option string and value arrays are consistent.
</content>
</entry>
<entry>
<title>(show_date): Use X2REALLOC rather than x2realloc.</title>
<updated>2005-06-29T16:26:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-29T16:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fd98517183ca2c17b87cc881db5d143f7498d70d'/>
<id>urn:sha1:fd98517183ca2c17b87cc881db5d143f7498d70d</id>
<content type='text'>
</content>
</entry>
</feed>
