Date: Wed, 16 Oct 2002 05:09:44 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fgetwc.c fputwc.c ungetwc.c vfprintf.c vfscanf.c vfwprintf.c Message-ID: <200210161209.g9GC9iYg047328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/16 05:09:44 PDT Modified files: lib/libc/stdio fgetwc.c fputwc.c ungetwc.c vfprintf.c vfscanf.c vfwprintf.c Log: Set the error bit on the stream if an encoding error occurs. Improve handling of multibyte sequences representing null wide characters. Revision Changes Path 1.6 +1 -0 src/lib/libc/stdio/fgetwc.c 1.5 +3 -1 src/lib/libc/stdio/fputwc.c 1.5 +3 -1 src/lib/libc/stdio/ungetwc.c 1.50 +6 -2 src/lib/libc/stdio/vfprintf.c 1.27 +36 -10 src/lib/libc/stdio/vfscanf.c 1.4 +3 -1 src/lib/libc/stdio/vfwprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161209.g9GC9iYg047328>