aboutsummaryrefslogtreecommitdiff
path: root/libc/include/wchar.yaml
AgeCommit message (Expand)AuthorFilesLines
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov1-31/+0
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov1-0/+14
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov1-0/+7
2025-10-30[libc] Add "struct tm" declaration to <wchar.h> (#165795)Alexey Samsonov1-0/+4
2025-10-30[libc][hdrgen] Sort identifiers with leading underscores specially (#165745)Roland McGrath1-4/+4
2025-10-22[libc] Fix a couple issues in <wchar.h> header (#164666)Alexey Samsonov1-5/+6
2025-07-29[libc] Reland wchar string conversion mb to wc (#151048)sribee81-0/+27
2025-07-28Revert "[libc] Reland #149423 "wchar string conversion functions mb to wc"" ...sribee81-27/+0
2025-07-28[libc] Reland #149423 "wchar string conversion functions mb to wc" (#150667)sribee81-0/+27
2025-07-25[libc] Implement mbsinit (#150654)Uzair Nawaz1-0/+6
2025-07-24Revert "[libc] wchar string conversion functions mb to wc" (#150549)sribee81-27/+0
2025-07-24[libc] wchar string conversion functions mb to wc (#149423)sribee81-0/+27
2025-07-24[libc] Implement wcs to mbs family of functions (#149421)Uzair Nawaz1-0/+27
2025-07-24[libc] Implemented wcsdup libc function (#150453)Uzair Nawaz1-0/+6
2025-07-24[libc] Implemented mblen functions (#150141)sribee81-0/+15
2025-07-14[libc] Implement widechar to integer public functions (#148683)Uzair Nawaz1-0/+32
2025-07-09[libc] wcslcat implementation (#146588)sribee81-0/+8
2025-07-09[libc] wcslcpy implementation (#146571)sribee81-0/+8
2025-07-01[libc] wcscspn implementation (#146158)sribee81-0/+7
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz1-0/+8
2025-06-27[libc] Implemented wcsnlen (#145610)sribee81-0/+7
2025-06-25[libc] Implemented wctomb (#145554)Uzair Nawaz1-0/+7
2025-06-23[libc] wcpncpy implementation (#145430)sribee81-0/+8
2025-06-23[libc] mbtowc implementation (#145405)sribee81-0/+8
2025-06-23[libc] wcpcpy implementation (#144802)sribee81-0/+7
2025-06-20[libc] Implemented wcrtomb internal function and public libc function (#144596)Uzair Nawaz1-0/+8
2025-06-20[libc] mbrtowc implementation (#144760)sribee81-0/+9
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh1-10/+10
2025-06-13[libc] Implemented wmemmove (#142245)Uzair Nawaz1-0/+8
2025-06-11[libc] Add NULL macro definitions to header files (#142764)William1-1/+3
2025-06-03[libc] wmemchr implementation (#142640)sribee81-0/+8
2025-06-03[libc] wcsncpy implementation (#142237)sribee81-0/+8
2025-06-03[libc] wcscat implementation (#142243)sribee81-0/+7
2025-06-02[libc][obvious] fix wchar yaml formatting (#142506)Michael Jones1-10/+10
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz1-0/+8
2025-06-02[libc] wcsstr implementation (#142440)sribee81-0/+7
2025-06-02[libc] wcsncat implementation (#142431)sribee81-0/+8
2025-06-02[libc] Implemented wcsrchr (#142436)Uzair Nawaz1-0/+7
2025-06-02[libc] Implemented wcscmp (#142423)Uzair Nawaz1-0/+7
2025-06-02[libc] Implemented wmempcpy (#142067)Uzair Nawaz1-0/+8
2025-06-02[libc] wcscpy implementation (#142228)sribee81-0/+7
2025-05-30[libc][obvious] Fixed wchar.yaml (#142238)sribee81-2/+2
2025-05-30[libc] wmemcpy implementation (#142070)sribee81-0/+8
2025-05-30[libc] Implemented wcspbrk (#142040)Uzair Nawaz1-0/+7
2025-05-30[libc] wcsspn implementation (#142034)sribee81-0/+7
2025-05-29[libc] wmemcmp implementation (#141880)sribee81-0/+8
2025-05-29[libc] Implemented wmemset and added tests (#141691)Uzair Nawaz1-0/+8
2025-05-28WCSChr Implementation (#141690)sribee81-0/+7
2025-01-23[libc][wchar] implement wcslen (#124150)Nick Desaulniers1-0/+6
2025-01-23[libc] added btowc to wchar.h generated header (#124168)Alex Prabhat Bara1-0/+6