History log of /netbsd-src/lib/libc/stdio/wprintf.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 2561b634 19-Apr-2013 joerg <joerg@NetBSD.org>

Add explicit locale versions for the printf family. Replace asprintf,
snprintf and sprintf with simple wrappers around the corresponding
va_list functions to reduce code duplication.


# 526d9427 15-Mar-2012 christos <christos@NetBSD.org>

- ansify, knf.
- no functional changes


# f432bbb6 14-May-2005 christos <christos@NetBSD.org>

Add the missing wide char support functions from freebsd.
XXX: long double support is missing until we get gdtoa, and add the
necessary wide functions.