Date: Tue, 15 May 2001 13:34:20 -0700 (PDT) From: Takuya SHIOZAKI <tshiozak@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc wmemchr.3 Message-ID: <200105152034.f4FKYKu42929@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tshiozak 2001/05/15 13:34:20 PDT
Modified files:
lib/libc/string Makefile.inc wmemchr.3
Log:
adapt to FreeBSD.
- enable locale-insensitive functions of wchar.h:
wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c
wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c
wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
XXX: wcswidth.c is not enabled yet.
- enable wmemchr(3) man page.
XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1.
Revision Changes Path
1.21 +17 -3 src/lib/libc/string/Makefile.inc
1.2 +5 -3 src/lib/libc/string/wmemchr.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105152034.f4FKYKu42929>
