Date: Tue, 15 May 2001 13:28:49 -0700 (PDT) From: Takuya SHIOZAKI <tshiozak@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h wctype.h Message-ID: <200105152028.f4FKSnj42361@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tshiozak 2001/05/15 13:28:49 PDT Modified files: include wchar.h wctype.h Log: adapt to FreeBSD. - add #define NULL 0 instead of sys/null.h. - enable locale-insensitive functions: 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 - disable some locale-sensitive functions defined in wchar.h temporarily: mbrlen mbrtowc mbsinit mbsrtowcs wcrtomb wcsrtombs wcwidth wcswidth - disable all functions defined in wctype.h temporarily: is* tow* Revision Changes Path 1.2 +13 -2 src/include/wchar.h 1.2 +4 -1 src/include/wctype.h 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?200105152028.f4FKSnj42361>