<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/getdate.y, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-01-16T22:43:41Z</updated>
<entry>
<title>add 2002 to Copyright line</title>
<updated>2002-01-16T22:43:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-16T22:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d85702e3340c0facf7be3c72124b539ea555e4c5'/>
<id>urn:sha1:d85702e3340c0facf7be3c72124b539ea555e4c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(ISDIGIT): Comment fix.</title>
<updated>2002-01-16T22:33:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-16T22:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aafbc6e7fce1db77abfd8d718a6c88d5f146a95b'/>
<id>urn:sha1:aafbc6e7fce1db77abfd8d718a6c88d5f146a95b</id>
<content type='text'>
Add three semicolons, each just before a closing brace.
Bison (as of version 1.31) no longer papers over that mistake.
</content>
</entry>
<entry>
<title>Include unlocked-io.h.</title>
<updated>2001-11-17T13:29:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-17T13:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3eb2a22131f0a0680ad09637290bafdead77eda5'/>
<id>urn:sha1:3eb2a22131f0a0680ad09637290bafdead77eda5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>that's necessary when the offset spans a DST transition.</title>
<updated>2001-04-08T19:58:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-04-08T19:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b7cd544ce5375133eef142ecef33f27604900a89'/>
<id>urn:sha1:b7cd544ce5375133eef142ecef33f27604900a89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(get_date): Apply relative times after time zone indicator, not before.</title>
<updated>2000-06-15T07:57:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-06-15T07:57:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b7aa5f32069533fce1ffeea59d717354af84ee9e'/>
<id>urn:sha1:b7aa5f32069533fce1ffeea59d717354af84ee9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle two-digit years with leading zeros correctly.</title>
<updated>2000-02-22T20:16:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-22T20:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fb50c4895a348255d340015f3a128742604eb353'/>
<id>urn:sha1:fb50c4895a348255d340015f3a128742604eb353</id>
<content type='text'>
(textint): New typedef.
(parser_control): Member year changed from int to textint.
All uses changed.
(YYSTYPE): Removed; replaced by %union with int and textint members.
(tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
tYEAR_UNIT, tZONE, o_merid): Now of type &lt;intval&gt;.
(tSNUMBER, tUNUMBER): Now of type &lt;textintval&gt;.
(date, number, to_year): Use width of number in digits, not its value,
to determine whether it's a 2-digit year, or a 2-digit time.
(yylex): Store number of digits of numeric tokens.
Reported by John Kendall.

(parser_control): Changed from struct parser_control to typedef (for
consistency).  All uses changed.

(tID): Removed; not used.
(yylex): Return '?' for unknown identifiers, rather than (unused) tID.
</content>
</entry>
<entry>
<title>Update copyright notice.</title>
<updated>2000-01-12T06:46:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-01-12T06:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=12d6e4b1cdfc8b30585597b9beb210ee8fa54c4c'/>
<id>urn:sha1:12d6e4b1cdfc8b30585597b9beb210ee8fa54c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync tm_diff with the GNU C Library.</title>
<updated>2000-01-06T18:25:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-01-06T18:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2f8c0d55427af1c9a1bd1278729b1ec6eeaf630c'/>
<id>urn:sha1:2f8c0d55427af1c9a1bd1278729b1ec6eeaf630c</id>
<content type='text'>
(TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN.  All uses changed.
(tm_diff): Renamed from difftm.  All uses changed.
Replace body with that taken from GNU C Library 2.1.3pre1.
(get_date): Prefer tm_gmtoff to tm_diff if available.
</content>
</entry>
<entry>
<title>rewrite expression (equivalently) at request of Paul Eggert</title>
<updated>1999-12-22T20:49:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-12-22T20:49:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1206a834dd62cee8dabb207b7bc654aa2d052665'/>
<id>urn:sha1:1206a834dd62cee8dabb207b7bc654aa2d052665</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(get_date): Fix typo in time_t overflow test.</title>
<updated>1999-12-22T11:14:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-12-22T11:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aa077869523691756890e576e9775e2410c4ad1a'/>
<id>urn:sha1:aa077869523691756890e576e9775e2410c4ad1a</id>
<content type='text'>
From Michael Stone.
</content>
</entry>
</feed>
