date.c: fix parsing of dates in mm/dd/yy format
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 21:31:28 +0000 (14:31 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 21:31:28 +0000 (14:31 -0700)
commita90588821ac9d3dafc4afa7ebe4e0bc48e9f77c9
treea8b52dc53bc098567bb9473065df88ba1c11e744
parenteaa85129230e568757b39b965beee513c8106b37
date.c: fix parsing of dates in mm/dd/yy format

We looked at the year one character too early, and we
didn't accept a two-character year date after 2000.
date.c