freebsd-dev/lib/libc/stdtime
Pedro F. Giffuni e66c50c738 strftime() xlocale cleanups.
Replace fprintf_l with fputs when output is unformatted.
Use locale_t in _conv() since it was using sprintf (now sprintf_l)
Use locale_t on _yconv() sinci it calls _conv()

Obtained from:	Apple Inc. (Libc 997.90.3)
CR:		D482
Reviewed by:	theraven
MFC after:	1 week
2014-07-26 14:24:13 +00:00
..
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
strftime.3 Fix syntax error. 2014-06-18 18:31:35 +00:00
strftime.c strftime() xlocale cleanups. 2014-07-26 14:24:13 +00:00
strptime.3 Add more locale-specific functions to the relevant man pages and 2012-06-25 21:51:40 +00:00
strptime.c strptime: add support for %t and %n 2014-06-18 23:34:48 +00:00
Symbol.map
time32.c
timelocal.c stdtime: style(9) fixes. 2014-06-18 02:36:21 +00:00
timelocal.h