glibc/time
Roland McGrath 29311370cd [BZ #535]
2004-11-09  Paul Eggert  <eggert@cs.ucla.edu.
	[BZ #535]
	* time/difftime.c: Fix a double-rounding bug on hosts with
	64-bit time_t and long double being IEEE double.  Also, port
	to more valid C99 hosts, even those that have padding bits.
	Don't include <values.h> since it is marked as an obsolescent
	interface.  Include <limits.h>, <float.h>, and <stdint.h> instead.
	(TYPE_BITS, TYPE_FLOATING, TYPE_SIGNED): New macros.
	(subtract): New static function, that works correctly without
	double-rounding, even on hosts with 64-bit time_t.  Also cater
	to hosts with padding bits.
	(__difftime): Use it.  Use DBL_MANT_DIG and LDBL_MANT_DIG to
	determine whether floating types are wide enough: the old
	test (which used sizeof) could in theory report the wrong results
	on hosts with padding bits in floating-point values.
2004-11-11 22:31:17 +00:00
..
sys Update. 2003-07-12 09:03:03 +00:00
.cvsignore
alt_digit.c
asctime.c
clocktest.c
ctime.c
ctime_r.c
datemsk
Depend
difftime.c [BZ #535] 2004-11-11 22:31:17 +00:00
dysize.c
era.c
getdate.c Update. 2003-09-04 08:27:37 +00:00
gmtime.c
lc-time-cleanup.c
localtime.c
Makefile [BZ #473, BZ #487] 2004-11-01 00:21:39 +00:00
mktime.c [BZ #541] 2004-11-11 00:28:17 +00:00
offtime.c
strftime.c Update. 2004-03-14 21:12:06 +00:00
strftime_l.c Update. 2004-09-14 04:41:35 +00:00
strptime.c Update. 2004-03-14 21:12:06 +00:00
strptime_l.c 2004-08-09 Roland McGrath <roland@redhat.com> 2004-08-09 19:47:44 +00:00
test_time.c
time.h
timegm.c * time/mktime.c: (my_mktime_localtime_r): 2003-12-31 23:58:57 +00:00
tst-ftime_l.c
tst-getdate.c
tst-mktime.c [BZ #473, BZ #487] 2004-11-01 00:21:39 +00:00
tst-mktime2.c [BZ #473, BZ #487] 2004-11-01 00:21:39 +00:00
tst-posixtz.c
tst-strftime.c (do_test): Add tests for - flag. 2003-05-11 22:41:23 +00:00
tst-strptime.c
tst_wcsftime.c
tzfile.c Update. 2004-09-30 06:16:50 +00:00
tzset.c Update. 2004-09-14 04:41:35 +00:00
Versions
wcsftime.c Update. 2004-03-14 21:12:06 +00:00
wcsftime_l.c Update. 2004-03-14 21:12:06 +00:00