History log of /freebsd/lib/libc/stdio/vswprintf.c (Results 26 – 30 of 30)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0
# 93996f6d 07-Apr-2004 Tim J. Robbins <tjr@FreeBSD.org>

Prepare to handle trivial state-dependent encodings. Full support for
state-dependent encodings with locking shifts will come later if there
is demand for it.


Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0
# 2a49d376 05-Nov-2003 Tim J. Robbins <tjr@FreeBSD.org>

Pass NULL instead of a pointer to a zeroed mbstate_t object.


Revision tags: release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0
# 16fdde11 07-Jan-2003 Tim J. Robbins <tjr@FreeBSD.org>

Remove an unused variable: mbresult.


Revision tags: release/4.7.0_cvs
# 23b6f790 26-Sep-2002 Tim J. Robbins <tjr@FreeBSD.org>

Correctly handle the case where __vfwprintf() fails because it runs out
of memory.


# c5604d0a 21-Sep-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add implementations of the wprintf() family of functions, which perform
formatted wide-character output.


12