acadia-newlib/newlib/libc/time
Craig Howland 382fa90fe1 Move tzset calls to time functions.
* libc/stdlib/setenv_r.c (_setenv_r): Remove tzset() call for TZ
	definition.
	* libc/time/lcltime_r.c (localtime_r): Add tzset() call
	* libc/time/mktime.c (mktime):  Ditto.
	* libc/time/strftime.c (strftime, wcsftime): Ditto.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-23 21:57:08 +02:00
..
Makefile.am 2014-09-11 Freddie Chopin <freddie_chopin@op.pl> 2014-09-11 21:55:01 +00:00
Makefile.in 2014-09-11 Freddie Chopin <freddie_chopin@op.pl> 2014-09-11 21:55:01 +00:00
asctime.c
asctime_r.c
clock.c * libc/time/clock.c (clock): Fix warnings about signed-unsigned 2014-09-04 08:27:03 +00:00
ctime.c
ctime_r.c
difftime.c
gettzinfo.c
gmtime.c
gmtime_r.c * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates 2014-12-08 11:48:31 +00:00
lcltime.c
lcltime_r.c Move tzset calls to time functions. 2015-04-23 21:57:08 +02:00
local.h 2014-09-11 Freddie Chopin <freddie_chopin@op.pl> 2014-09-11 21:55:01 +00:00
mktime.c Move tzset calls to time functions. 2015-04-23 21:57:08 +02:00
month_lengths.c 2014-09-15 Jeff Johnston <jjohnstn@redhat.com> 2014-09-15 16:05:37 +00:00
strftime.c Move tzset calls to time functions. 2015-04-23 21:57:08 +02:00
strptime.c * libc/time/clock.c (clock): Fix warnings about signed-unsigned 2014-09-04 08:27:03 +00:00
time.c
time.tex
tzcalc_limits.c 2014-09-12 Jeff Johnston <jjohnstn@redhat.com> 2014-09-12 21:41:46 +00:00
tzlock.c
tzset.c
tzset_r.c
tzvars.c
wcsftime.c