History log of /freebsd-10-stable/lib/libc/stdtime/strftime.c
Revision Date Author Comments
# 269483 03-Aug-2014 pfg

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


# 267798 23-Jun-2014 pfg

MFC r267601:

stdtime: style(9) fixes.

Obtained from: illumos


# 269483 03-Aug-2014 pfg

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


# 267798 23-Jun-2014 pfg

MFC r267601:

stdtime: style(9) fixes.

Obtained from: illumos