Paul Eggert f04dfbc244 mktime: do not assume 'long' is wide enough
* time/mktime.c (verify): Move decl up.
(long_int): New type.
(leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
to remove assumption in the code that 'long' is wide enough to
store year values.  This assumption is not true on x32 and on
some non-glibc platforms.
2012-05-23 14:36:24 -07:00
..
2005-10-14 17:20:58 +00:00
2005-10-14 15:17:40 +00:00
2006-09-09 16:56:29 +00:00
2012-05-16 20:02:44 -07:00
2012-04-02 22:31:32 +02:00
2004-11-01 00:21:39 +00:00
2007-02-09 01:33:57 +00:00
2012-05-09 06:15:56 +02:00
2012-01-01 07:17:21 -05:00