Date: Sun, 22 Mar 2009 07:27:08 +0100 From: Christoph Mallon <christoph.mallon@gmx.de> To: David Schultz <das@FreeBSD.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r190240 - stable/7/usr.bin/ncal Message-ID: <49C5DA3C.9010800@gmx.de> In-Reply-To: <200903220544.n2M5iuAT058241@svn.freebsd.org> References: <200903220544.n2M5iuAT058241@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
David Schultz schrieb: > Author: das > Date: Sun Mar 22 05:44:56 2009 > New Revision: 190240 > URL: http://svn.freebsd.org/changeset/base/190240 > > Log: > MFC r189804: > Multibyte character support for cal(1). > > PR: 131578 > > Modified: > stable/7/usr.bin/ncal/ (props changed) > stable/7/usr.bin/ncal/ncal.1 > stable/7/usr.bin/ncal/ncal.c Hi David, did you see my former email that this change is partly erroneous? It is invalid to mix byte and wide functions (here printf() and wprintf()) on the same stream (C99 ยง7.19.2:5). I also attached a patch. Here's a link to the previous email: http://lists.freebsd.org/pipermail/svn-src-all/2009-March/006296.html Christoph
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49C5DA3C.9010800>