tjr 2005-07-24 12:12:44 UTC FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c Log: Speed up __wcsconv() (and hence the printf() %ls format): - use wcsrtombs() instead of a wcrtomb() loop where possible. - avoid wcrtomb() loop when output precision is small. Revision Changes Path 1.70 +30 -34 src/lib/libc/stdio/vfprintf.c