From owner-cvs-src@FreeBSD.ORG Sat Apr 5 00:28:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA4337B411; Sat, 5 Apr 2003 00:28:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2467243F3F; Sat, 5 Apr 2003 00:28:25 -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 h358SO0U031012; Sat, 5 Apr 2003 00:28:24 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h358SOPE031011; Sat, 5 Apr 2003 00:28:24 -0800 (PST) Message-Id: <200304050828.h358SOPE031011@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 5 Apr 2003 00:28:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/locale ansi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 08:28:28 -0000 tjr 2003/04/05 00:28:24 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/locale ansi.c Log: MFC wcstombs.c 1.1-1.5, mbstowcs.c 1.1-1.6: Implement the XSI extension that allows the destination string to be NULL, and returns the number of bytes (wcstombs) or wide characters (mbstowcs) that would be required to store the result of the conversion without storing anything. PR: 17694 Revision Changes Path 1.3.6.1 +59 -12 src/lib/libc/locale/ansi.c