Subject: PR/34238 CVS commit: [netbsd-4] src
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 08/27/2006 06:20:04
The following reply was made to PR lib/34238; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34238 CVS commit: [netbsd-4] src
Date: Sun, 27 Aug 2006 06:15:47 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Sun Aug 27 06:15:47 UTC 2006
 
 Modified Files:
 	src/distrib/sets/lists/base [netbsd-4]: shl.mi
 	src/include [netbsd-4]: wchar.h
 	src/lib/libc [netbsd-4]: shlib_version
 	src/lib/libc/include [netbsd-4]: namespace.h
 	src/lib/libc/string [netbsd-4]: Makefile.inc
 Added Files:
 	src/lib/libc/string [netbsd-4]: wcscasecmp.c wcsdup.c wcsncasecmp.c
 
 Log Message:
 Pull up following revision(s) (requested by tron in ticket #64):
 	lib/libc/include/namespace.h: revision 1.119
 	lib/libc/string/wcsdup.c: revision 1.1
 	lib/libc/string/wcscasecmp.c: revision 1.1
 	lib/libc/include/namespace.h: revision 1.120
 	distrib/sets/lists/base/shl.mi: revision 1.366
 	lib/libc/shlib_version: revision 1.182
 	include/wchar.h: revision 1.26
 	lib/libc/string/Makefile.inc: revision 1.62
 	lib/libc/string/Makefile.inc: revision 1.63
 	lib/libc/string/wcsncasecmp.c: revision 1.1
 PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions
 libc 147 for wcsdup and wcs{n,}casecmp
 include one more new file.
 add wcsdup, wcscasecmp and wcsncasecmp.  fixes build problems..
 I think we want both wcs{c,n}casecmp weak.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.363.2.2 -r1.363.2.3 src/distrib/sets/lists/base/shl.mi
 cvs rdiff -r1.25 -r1.25.2.1 src/include/wchar.h
 cvs rdiff -r1.180.2.1 -r1.180.2.2 src/lib/libc/shlib_version
 cvs rdiff -r1.117.2.1 -r1.117.2.2 src/lib/libc/include/namespace.h
 cvs rdiff -r1.60.2.1 -r1.60.2.2 src/lib/libc/string/Makefile.inc
 cvs rdiff -r0 -r1.2.2.1 src/lib/libc/string/wcscasecmp.c \
     src/lib/libc/string/wcsdup.c src/lib/libc/string/wcsncasecmp.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.