]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r269124:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Aug 2014 18:31:52 +0000 (18:31 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Aug 2014 18:31:52 +0000 (18:31 +0000)
commit852ec928b4d8d789bf00155f028fe9076edbc9f9
tree0505f87453eb2afb7c9b1d05265ced81fcf7db7f
parentc22b0adc437f01f8ef8df827aca7893cc642c8bf
MFC r269124:
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() since it calls _conv()

Obtained from: Apple Inc. (Libc 997.90.3)
CR: D482
Reviewed by: theraven

git-svn-id: svn://svn.freebsd.org/base/stable/10@269483 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/stdtime/strftime.c