glibc/time
Roland McGrath 4043787150 [BZ #1033, BZ #1061]
2005-07-11  Derek R. Price  <derek@ximbiot.com>
	[BZ #1061]
	* sysdeps/generic/glob.c (glob): Only a 0 return from
	getlogin_r means success, according to POSIX 1003.2.

2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>

	[BZ #1033]
	* time/mktime.c: Import from gnulib.
	The following macros are now consistent with other gnulib code.
	This does not change mktime's behavior.
	(TYPE_IS_INTEGER): New macro.
	(time_t_is_integer): Use it.
	(TYPE_TWOS_COMPLEMENT): New macro.
	(twos_complement_arithmetic): Use it.
	(TYPE_ONES_COMPLEMENT): New macro.
	(TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
	mktime doesn't use this, but the code now matches other gnulib code.
	(ranged_convert): Pacify GCC 4.0 in a different way, which
	generates a few bytes less code.
	(ranged_convert, __mktime_internal): When calling a function via a
	pointer P, use P () rather than (*P) (), as we now assume C89 or
	better.
2005-09-08 08:09:16 +00:00
..
sys 2.5-18.1 2007-07-12 18:26:36 +00:00
.cvsignore
Depend
Makefile * time/strptime_l.c (__strptime_internal): Handle 'z' to set 2005-04-27 04:33:01 +00:00
Versions
alt_digit.c
asctime.c 2.5-18.1 2007-07-12 18:26:36 +00:00
clocktest.c
ctime.c
ctime_r.c
datemsk
difftime.c [BZ #535] 2004-11-11 22:31:17 +00:00
dysize.c
era.c
getdate.c
gmtime.c
lc-time-cleanup.c
localtime.c
mktime.c [BZ #1033, BZ #1061] 2005-09-08 08:09:16 +00:00
offtime.c
strftime.c
strftime_l.c Update. 2004-09-14 04:41:35 +00:00
strptime.c
strptime_l.c * time/strptime_l.c (__strptime_internal): Handle 'z' to set 2005-04-27 04:33:01 +00:00
test_time.c
time.h 2.5-18.1 2007-07-12 18:26:36 +00:00
timegm.c
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 * posix/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after 2004-12-01 19:55:58 +00:00
tst-mktime3.c * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC, 2004-12-02 22:16:35 +00:00
tst-posixtz.c
tst-strftime.c
tst-strptime.c * grp/putgrent.c (putgrent): Don't write 0 as group 2005-01-12 03:12:43 +00:00
tst-strptime2.c * time/strptime_l.c (__strptime_internal): Handle 'z' to set 2005-04-27 04:33:01 +00:00
tst_wcsftime.c
tzfile.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tzset.c [BZ #601] 2004-12-06 22:51:31 +00:00
wcsftime.c
wcsftime_l.c