From owner-cvs-all Wed Oct 16 5: 9:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 084C937B401; Wed, 16 Oct 2002 05:09:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B7543EAA; Wed, 16 Oct 2002 05:09:46 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GC9imV047329; Wed, 16 Oct 2002 05:09:44 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GC9iYg047328; Wed, 16 Oct 2002 05:09:44 -0700 (PDT) Message-Id: <200210161209.g9GC9iYg047328@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 16 Oct 2002 05:09:44 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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