glibc/time
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
..
sys Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
Depend * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 2001-07-18 09:43:36 +00:00
Makefile Remove distribute variable from Makefiles 2012-03-07 05:17:13 -05:00
Versions Implement timespec_get 2012-01-01 07:17:21 -05:00
adjtime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
alt_digit.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
asctime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
bug-asctime.c [BZ #1460] 2005-10-14 15:17:40 +00:00
bug-asctime_r.c [BZ #1468] 2005-10-14 17:20:58 +00:00
bug-getdate1.c * time/bug-getdate1.c (do_test): Don't use century values which 2007-12-12 18:23:00 +00:00
bug-mktime1.c [BZ #2821] 2006-09-09 16:56:29 +00:00
clock.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
clocktest.c Make local functions static. 2000-12-27 20:26:07 +00:00
ctime.c BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed. 2012-05-16 16:20:59 -07:00
ctime_r.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
datemsk * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 2001-07-18 09:43:36 +00:00
difftime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dysize.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
era.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ftime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getdate.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getitimer.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gettimeofday.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gmtime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
lc-time-cleanup.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
localtime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mktime.c mktime: do not assume 'long' is wide enough 2012-05-23 14:36:24 -07:00
offtime.c Use time_t on ays, rem, y and yg in __offtime 2012-03-16 09:10:12 -07:00
setitimer.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
settimeofday.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
stime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strftime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strftime_l.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strptime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strptime_l.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
test_time.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
time.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
time.h Fold copyright years 2012-05-16 20:02:44 -07:00
timegm.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
timespec_get.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-ftime_l.c (main): Also test strftime with uselocale. 2002-08-31 20:15:31 +00:00
tst-getdate.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-mktime.c [BZ #473, BZ #487] 2004-11-01 00:21:39 +00:00
tst-mktime2.c Testsuite #include fixes. 2012-04-02 22:31:32 +02:00
tst-mktime3.c * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC, 2004-12-02 22:16:35 +00:00
tst-posixtz.c * time/tzset.c (__tzset_parse_tz): Use correct string when parsing 2009-03-10 15:23:46 +00:00
tst-strftime.c (do_test): Add tests for - flag. 2003-05-11 22:41:23 +00:00
tst-strptime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-strptime2.c * time/strptime_l.c (__strptime_internal): Handle 'z' to set 2005-04-27 04:33:01 +00:00
tst-strptime3.c [BZ #3944] 2007-02-09 01:33:57 +00:00
tst_wcsftime.c Update. 1999-06-16 22:55:47 +00:00
tzfile.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tzset.c Fix daylight time change for the US 2012-05-09 06:15:56 +02:00
wcsftime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
wcsftime_l.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00