<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/date.c, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-01-08T20:45:54Z</updated>
<entry>
<title>(usage): Adjust the formatting of the entries for</title>
<updated>2006-01-08T20:45:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-01-08T20:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=28a712f205c203ac2615e836569858278b11b65a'/>
<id>urn:sha1:28a712f205c203ac2615e836569858278b11b65a</id>
<content type='text'>
%::z and %:::z (separate with two spaces, not one) so that help2man
formats them properly.  Reported by Philip Rowlands.
</content>
</entry>
<entry>
<title>(usage): Explain %g, %G, and %V a bit better.</title>
<updated>2006-01-03T00:43:19Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-01-03T00:43:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7d9fe7fa8ed43eae226e464f9946236c429df739'/>
<id>urn:sha1:7d9fe7fa8ed43eae226e464f9946236c429df739</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
