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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"