From owner-cvs-all Wed Dec 18 18: 1:41 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 860CB37B401; Wed, 18 Dec 2002 18:01:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E2E43EC5; Wed, 18 Dec 2002 18:01:40 -0800 (PST) (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 gBJ21dmV020141; Wed, 18 Dec 2002 18:01:39 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBJ21dlA020140; Wed, 18 Dec 2002 18:01:39 -0800 (PST) Message-Id: <200212190201.gBJ21dlA020140@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 18 Dec 2002 18:01:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/locale test-wcrtomb.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/12/18 18:01:39 PST Modified files: tools/regression/lib/libc/locale test-wcrtomb.c Log: Test that if the buffer argument (`s') to wcrtomb() is NULL then the value of the supplied wide character is ignored and L'\0' is used instead. Remove incorrect comments about "internal buffer" since wcrtomb() does not have one (wctomb() does). Revision Changes Path 1.3 +15 -19 src/tools/regression/lib/libc/locale/test-wcrtomb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message