summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
Commit message (Collapse)AuthorAgeFilesLines
* Breath deep and take __P out of the system include files.imp2002-03-231-34/+32
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* VCS ID fixupobrien2001-07-101-2/+2
|
* adapt to FreeBSD.tshiozak2001-05-151-1/+12
| | | | | | | | | | | | - 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*
* initial import of wchar.h and wctype.htshiozak2001-05-151-0/+136
Obtained from: NetBSD and Citrus XPG4DL
OpenPOWER on IntegriCloud