Hash :
7b224479
Author :
Date :
2003-09-06T21:34:07
Add time_r module. Change timegm, mktime, and strftime to use localtime_r and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
Description:
nstrftime() function: convert date and time to string, with GNU extensions.
Files:
lib/strftime.c
m4/mbstate_t.m4
m4/tm_gmtoff.m4
m4/strftime.m4
Depends-on:
time_r
tzset
configure.ac:
jm_FUNC_GNU_STRFTIME
Makefile.am:
lib_SOURCES += strftime.c
Include:
<time.h>
Maintainer:
glibc