From owner-cvs-src-old@FreeBSD.ORG Wed Mar 4 06:05:49 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1CE4106564A for ; Wed, 4 Mar 2009 06:05:49 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78D488FC1E for ; Wed, 4 Mar 2009 06:05:49 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2465nJK040436 for ; Wed, 4 Mar 2009 06:05:49 GMT (envelope-from das@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2465nVJ040435 for cvs-src-old@freebsd.org; Wed, 4 Mar 2009 06:05:49 GMT (envelope-from das@repoman.freebsd.org) Message-Id: <200903040605.n2465nVJ040435@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to das@repoman.freebsd.org using -f From: David Schultz Date: Wed, 4 Mar 2009 06:01:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc Symbol.map wcpcpy.c wcpncpy.c wmemchr.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 06:05:50 -0000 das 2009-03-04 06:01:27 UTC FreeBSD src repository Modified files: include wchar.h lib/libc/string Makefile.inc Symbol.map wmemchr.3 Added files: lib/libc/string wcpcpy.c wcpncpy.c Log: SVN rev 189361 on 2009-03-04 06:01:27Z by das Add wcpcpy(3) and wcpncpy(3). Revision Changes Path 1.49 +2 -0 src/include/wchar.h 1.44 +4 -2 src/lib/libc/string/Makefile.inc 1.7 +2 -0 src/lib/libc/string/Symbol.map 1.1 +46 -0 src/lib/libc/string/wcpcpy.c (new) 1.1 +45 -0 src/lib/libc/string/wcpncpy.c (new) 1.10 +11 -1 src/lib/libc/string/wmemchr.3