DragonFly commits List (threaded) for 2011-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: libc: Add wcsncasecmp function
commit 7a2a491fdf72a1648e6b138a8eefd05ab81f65a0
Author: John Marino <draco@marino.st>
Date: Mon Nov 21 23:30:09 2011 +0100
libc: Add wcsncasecmp function
This function performs a case-insensitive string comparison test of
not more than a specified number of wide characters. It is a GNU
extension, not POSIX. Some packages in pkgsrc may require it.
Summary of changes:
include/wchar.h | 1 +
lib/libc/string/Makefile.inc | 2 ++
lib/libc/string/{wcscasecmp.c => wcsncasecmp.c} | 6 +++++-
lib/libc/string/wmemchr.3 | 4 ++++
4 files changed, 12 insertions(+), 1 deletions(-)
copy lib/libc/string/{wcscasecmp.c => wcsncasecmp.c} (93%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a2a491fdf72a1648e6b138a8eefd05ab81f65a0
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]