From owner-cvs-all@FreeBSD.ORG Sat Aug 13 05:54:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 633D816A41F; Sat, 13 Aug 2005 05:54:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC2443D45; Sat, 13 Aug 2005 05:54:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7D5sXEN016682; Sat, 13 Aug 2005 05:54:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7D5sXJe016681; Sat, 13 Aug 2005 05:54:33 GMT (envelope-from tjr) Message-Id: <200508130554.j7D5sXJe016681@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 13 Aug 2005 05:54:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc wcsdup.c wmemchr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2005 05:54:34 -0000 tjr 2005-08-13 05:54:33 UTC FreeBSD src repository Modified files: include wchar.h lib/libc/string Makefile.inc wmemchr.3 Added files: lib/libc/string wcsdup.c Log: Add an implementation of the semi-standard wcsdup() function, as found on Microsoft and GNU systems. Revision Changes Path 1.46 +1 -0 src/include/wchar.h 1.35 +3 -2 src/lib/libc/string/Makefile.inc 1.1 +43 -0 src/lib/libc/string/wcsdup.c (new) 1.7 +7 -2 src/lib/libc/string/wmemchr.3