sortix-mirror/libc/wchar
Jonas 'Sortie' Termansen ffe59b9c7c Fix mbrtowc decoding surrogates. 2016-01-07 19:17:04 +01:00
..
btowc.cpp Add btowc(3) and wctob(3). 2014-11-25 17:48:54 +01:00
mbrlen.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbrtowc.cpp Fix mbrtowc decoding surrogates. 2016-01-07 19:17:04 +01:00
mbsinit.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbsnrtowcs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbsrtowcs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wcpcpy.cpp Update stpcpy(3) and wcpcpy(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcpncpy.cpp Add wcpncpy(3). 2014-11-26 22:49:00 +01:00
wcrtomb.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wcscasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +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 Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcscoll.cpp Add wcscoll(3). 2013-12-17 14:30:40 +01:00
wcscpy.cpp Update strcpy(3) and wcscpy(3) to current coding conventions. 2014-12-02 18:23:42 +01:00
wcscspn.cpp Update wcscspn(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcsdup.cpp Add wcsdup(3). 2014-11-26 22:49:01 +01:00
wcsftime.cpp Add wcsftime(3). 2014-11-26 22:49:00 +01:00
wcslcat.cpp Add wcslcat(3) and wcslcpy(3). 2014-11-26 22:49:01 +01:00
wcslcpy.cpp Add wcslcat(3) and wcslcpy(3). 2014-11-26 22:49:01 +01:00
wcslen.cpp Fix libc files not including their associated header. 2014-05-16 14:21:13 +02:00
wcsncasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcsncat.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsncmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcsncpy.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsnlen.cpp Add wcsnlen(3). 2014-11-26 22:49:01 +01:00
wcsnrtombs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wcspbrk.cpp Update wcspbrk(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcsrchr.cpp Fix wcschr(3) family like strchr(3) was fixed. 2014-09-25 17:49:01 +02:00
wcsrtombs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wcsspn.cpp Update wcsspn(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcsstr.cpp Add wcsstr(3). 2013-12-17 14:30:41 +01:00
wcstod.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
wcstof.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
wcstok.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcstol.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcstold.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
wcstoll.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcstoul.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcstoull.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcswidth.cpp Add wcwidth(3) and wcswidth(3). 2014-11-18 18:10:23 +01:00
wcsxfrm.cpp Add wcsxfrm(3). 2013-12-17 14:30:41 +01:00
wctob.cpp Add btowc(3) and wctob(3). 2014-11-25 17:48:54 +01:00
wcwidth.cpp Add wcwidth(3) and wcswidth(3). 2014-11-18 18:10:23 +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