<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/getdate.y, 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-08-13T12:10:05Z</updated>
<entry>
<title>(get_date): Undo part of the 2005-04-04 change, so that</title>
<updated>2005-08-13T12:10:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-13T12:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0971b8d8a9690b5c7a7ff04be3ec09665b7f4031'/>
<id>urn:sha1:0971b8d8a9690b5c7a7ff04be3ec09665b7f4031</id>
<content type='text'>
the command "date -d'2005-03-27 +1 day'" succeeds once again, even
when run in a time zone for which daylight savings time is in effect
for the starting date.
</content>
</entry>
<entry>
<title>(relative_time): New type.</title>
<updated>2005-07-21T22:00:34Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-21T22:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=217cd893efca87ce40a14ce964ed9154d1709437'/>
<id>urn:sha1:217cd893efca87ce40a14ce964ed9154d1709437</id>
<content type='text'>
(RELATIVE_TIME_0): New constant.
(parser_control): Use relative_time instead of doing it ourselves.
(%union): Add new relative_time rel member.
(tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
Now typeless.
(relunit, relunit_snumber): Now of type rel.
(zone, rel, relunit, get_date): Adjust to above changes.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=116e6fb2443d140959ea042865cd67b95aab3c47'/>
<id>urn:sha1:116e6fb2443d140959ea042865cd67b95aab3c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(zone): Allow relunit_snumber after tZONE, so</title>
<updated>2005-04-13T18:42:00Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-13T18:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f3f4a9add0d45c4034fc486549407a29a5eea429'/>
<id>urn:sha1:f3f4a9add0d45c4034fc486549407a29a5eea429</id>
<content type='text'>
that "UTC +1 second" continues to work.  Problem reported
by Dmitry V. Levin.
(relunit_snumber): New rule.
(relunit): Use it.
</content>
</entry>
<entry>
<title>(universal_time_zone_table): New constant.</title>
<updated>2005-04-12T07:21:18Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-12T07:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1d6ad9ddf2c263994a602bcfc010d5ef1eb740dd'/>
<id>urn:sha1:1d6ad9ddf2c263994a602bcfc010d5ef1eb740dd</id>
<content type='text'>
(time_zone_table): Remove GMT, UT, UTC entries; they're now in
universal_time_zone_table.
(lookup_zone): Prefer universal_time_zone_table to
local_time_zone_table, so that "GMT" time stamps are allowed in
London during the summer.  Problem reported by Ian Abbott.
</content>
</entry>
<entry>
<title>(parser_control): rels_seen is now a boolean, not a</title>
<updated>2005-04-04T19:51:49Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-04T19:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6be7cfe6d321adfabfe59e9df15768cc9b9c44a2'/>
<id>urn:sha1:6be7cfe6d321adfabfe59e9df15768cc9b9c44a2</id>
<content type='text'>
count, since there's no maximum.  All uses changed.
Add member dsts_seen.
(local_zone): Accumulate dsts_seen rather than relying on tm_isdst
not being INT_MAX.
(get_date): Initialize dsts_seen, and check that it doesn't go over 1.
Use pc_rels_seen to decide whther a date is absolute.

(number): Don't overwrite year.
(get_date): Initialize pc.year.digits to 0, not 4, to enable above check.
</content>
</entry>
<entry>
<title>(get_date): gettime now returns void, not int.</title>
<updated>2005-02-21T08:08:38Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-02-21T08:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fa5269cf6f32de75c0f5aeb4e5945f0c3b687db6'/>
<id>urn:sha1:fa5269cf6f32de75c0f5aeb4e5945f0c3b687db6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(YYSTACK_USE_ALLOCA): Define to 0, since there's no</title>
<updated>2004-12-24T05:27:07Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-12-24T05:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6a9179a556e0ce927f95a3a577d9be4b33ead8b0'/>
<id>urn:sha1:6a9179a556e0ce927f95a3a577d9be4b33ead8b0</id>
<content type='text'>
need to extend the stack.
(YYINITDEPTH): New macro, so that the initial stack isn't overly
large.
</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2004-12-20T08:09:42Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-12-20T08:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6e65d3c781ea32da0e38a473a3593c1c12a0a668'/>
<id>urn:sha1:6e65d3c781ea32da0e38a473a3593c1c12a0a668</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;alloca.h&gt; only if HAVE_ALLOCA.</title>
<updated>2004-12-19T13:42:26Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-12-19T13:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=13389908dd45f4aa072f5019e222b9a560c363f7'/>
<id>urn:sha1:13389908dd45f4aa072f5019e222b9a560c363f7</id>
<content type='text'>
(YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
(YYMAXDEPTH): New macro.
</content>
</entry>
</feed>
