freebsd-dev/lib/libc/stdtime
Mike Makonnen fe71e0b83d Ditch a static global and the mutex that protected it. Achieve the
desired strptime(3) reentrancy by adding an extra argument to _strptime()
instead.

Approved by:	markm (mentor)
MFC:		4 weeks
2003-03-12 19:22:57 +00:00
..
asctime.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
ctime.3 mdoc(7) police: Fixed a few .Fa abuses. 2002-12-19 09:33:34 +00:00
difftime.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
localtime.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
Makefile.inc libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
private.h Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
strftime.3 Mention in the BUGS section that strftime() does not handle multibyte 2003-01-04 09:47:40 +00:00
strftime.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
strptime.3 strptime(), like strftime(), does not handle multibyte characters 2003-01-04 09:50:04 +00:00
strptime.c Ditch a static global and the mutex that protected it. Achieve the 2003-03-12 19:22:57 +00:00
time2posix.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
time32.c Move dillon's time conversion functions to a new header <timeconv.h>. 2002-06-17 01:42:33 +00:00
timelocal.c Style fixes 2002-08-07 16:49:20 +00:00
timelocal.h * style(9)'fy 2002-01-24 15:07:44 +00:00
tzfile.5 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
tzfile.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00