Re: %ls and %lc for vfprintf()

2011-05-28 Thread Stefan Sperling
On Mon, May 09, 2011 at 10:01:08PM +0200, Stefan Sperling wrote: On Fri, Apr 29, 2011 at 01:09:56PM +0200, Stefan Sperling wrote: Anyone? Updated diff following the vfwprintf() memory leak fix. The previous version of this diff had the same bug. ping Index: Makefile.inc

Re: %ls and %lc for vfprintf()

2011-04-29 Thread Stefan Sperling
Anyone? On Sat, Apr 23, 2011 at 10:52:59PM +0200, Stefan Sperling wrote: This patch implements the %ls and %lc format directives (wchar_t * and wint_t arguments, respectively). Based on NetBSD and FreeBSD code. The vfprintf(3) man page has wrongly been claiming that we already support them.

%ls and %lc for vfprintf()

2011-04-23 Thread Stefan Sperling
This patch implements the %ls and %lc format directives (wchar_t * and wint_t arguments, respectively). Based on NetBSD and FreeBSD code. The vfprintf(3) man page has wrongly been claiming that we already support them. Because vfprintf(3) is used on ramdisks, the code is #ifdef PRINTF_WIDE_CHAR