glibc/time
Roland McGrath 7683e14078 * time/mktime.c: (my_mktime_localtime_r):
Remove.  All uses changed to __localtime_r.
	(__localtime_r) [!defined _LIBC]: New macro.  Include "time_r.h" to
	get its implementation.
	Fix compile-command to allow for TIME_R_POSIX.

	* time/strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r):
	Remove.  All uses changed to __localtime_r and __gmtime_r.
	(__gmtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
	Include "time_r.h" to get their implementations.

	* time/timegm.c: Allow use in GNU applications outside glibc.
	[defined HAVE_CONFIG_H]: Include <config.h>.
	[!defined _LIBC]: Include "timegm.h", <time_r.h>.
	Define __gmtime_r, and declare __mktime_internal.
	(timegm): Define via a prototype, since we can safely assume C89 now.
2003-12-31 23:58:57 +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
dysize.c
era.c
getdate.c Update. 2003-09-04 08:27:37 +00:00
gmtime.c
lc-time-cleanup.c
localtime.c
Makefile Update. 2003-07-15 07:52:52 +00:00
mktime.c * time/mktime.c: (my_mktime_localtime_r): 2003-12-31 23:58:57 +00:00
offtime.c
strftime.c * time/mktime.c: (my_mktime_localtime_r): 2003-12-31 23:58:57 +00:00
strftime_l.c
strptime.c Update. 2002-11-24 18:41:22 +00:00
strptime_l.c
test_time.c
time.h Update. 2003-04-19 16:57:17 +00:00
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
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. 2003-09-04 08:27:37 +00:00
tzset.c Update. 2003-02-01 20:53:16 +00:00
Versions Update. 2003-01-08 02:31:28 +00:00
wcsftime.c
wcsftime_l.c