sortix-mirror/libc/wchar
Jonas 'Sortie' Termansen 0b1af77ca0 Fix return value of wcscat(3). 2014-09-25 17:49:01 +02:00
..
mbrlen.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
mbrtowc.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
mbsrtowcs.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcrtomb.cpp Silence uninitialized variable warning in wcrtomb(3). 2014-02-06 00:15:03 +01:00
wcscat.cpp Fix return value of wcscat(3). 2014-09-25 17:49:01 +02:00
wcschr.cpp Fix wcschr(3) family like strchr(3) was fixed. 2014-09-25 17:49:01 +02:00
wcschrnul.cpp Fix wcschr(3) family like strchr(3) was fixed. 2014-09-25 17:49:01 +02:00
wcscmp.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcscoll.cpp Add wcscoll(3). 2013-12-17 14:30:40 +01:00
wcscpy.cpp Fix libc files not including their associated header. 2014-05-16 14:21:13 +02:00
wcscspn.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcslen.cpp Fix libc files not including their associated header. 2014-05-16 14:21:13 +02:00
wcsncat.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsncmp.cpp Add wcsncmp(3). 2013-12-17 14:30:41 +01:00
wcsncpy.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcspbrk.cpp Add wcspbrk(3). 2013-12-17 14:30:41 +01:00
wcsrchr.cpp Fix wcschr(3) family like strchr(3) was fixed. 2014-09-25 17:49:01 +02:00
wcsrtombs.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsspn.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsstr.cpp Add wcsstr(3). 2013-12-17 14:30:41 +01:00
wcstok.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcstol.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcstoll.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcstoul.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcstoull.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcsxfrm.cpp Add wcsxfrm(3). 2013-12-17 14:30:41 +01:00
wmemchr.cpp Add wmemchr(3). 2013-12-17 14:30:42 +01:00
wmemcmp.cpp Add wmemcmp(3). 2013-12-17 14:30:41 +01:00
wmemcpy.cpp Add wmemcpy(3). 2013-12-17 14:30:42 +01:00
wmemmove.cpp Fix wmemmove(3) off-by-one bounds error. 2014-09-25 17:47:05 +02:00
wmemset.cpp Add wmemset(3). 2013-12-17 14:30:42 +01:00