Subject: PR/34238 CVS commit: src
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 08/22/2006 20:55:02
The following reply was made to PR lib/34238; it has been noted by GNATS.
From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34238 CVS commit: src
Date: Tue, 22 Aug 2006 20:50:46 +0000 (UTC)
Module Name: src
Committed By: christos
Date: Tue Aug 22 20:50:46 UTC 2006
Modified Files:
src/include: wchar.h
src/lib/libc: shlib_version
src/lib/libc/string: Makefile.inc
Added Files:
src/lib/libc/string: wcscasecmp.c wcsdup.c wcsncasecmp.c
Log Message:
PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/include/wchar.h
cvs rdiff -r1.181 -r1.182 src/lib/libc/shlib_version
cvs rdiff -r1.61 -r1.62 src/lib/libc/string/Makefile.inc
cvs rdiff -r0 -r1.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.