summaryrefslogtreecommitdiff
path: root/libc/test/src/wchar
AgeCommit message (Expand)Author
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov
2025-09-10[libc] Clean up errno header usage in wchar tests. (#157942)Alexey Samsonov
2025-08-15[libc] Fix mbrtowc test (#153721)Mikhail R. Gadelha
2025-08-01[libc] Fix wcstok() "subsequent searches" behavior. (#151589)enh-google
2025-07-29[libc] Reland wchar string conversion mb to wc (#151048)sribee8
2025-07-28Revert "[libc] Reland #149423 "wchar string conversion functions mb to wc"" ...sribee8
2025-07-28[libc] Reland #149423 "wchar string conversion functions mb to wc" (#150667)sribee8
2025-07-25[libc] Implement mbsinit (#150654)Uzair Nawaz
2025-07-24Revert "[libc] wchar string conversion functions mb to wc" (#150549)sribee8
2025-07-24[libc] wchar string conversion functions mb to wc (#149423)sribee8
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov
2025-07-24[libc] Fix some warnings in tests. (#150500)lntue
2025-07-24[libc] Implement wcs to mbs family of functions (#149421)Uzair Nawaz
2025-07-24[libc] Implemented wcsdup libc function (#150453)Uzair Nawaz
2025-07-24[libc] Implemented mblen functions (#150141)sribee8
2025-07-22[libc] Fixed mbtowc functions (#150118)sribee8
2025-07-14[libc] Implement widechar to integer public functions (#148683)Uzair Nawaz
2025-07-09[libc] wcslcat implementation (#146588)sribee8
2025-07-09[libc] wcslcpy implementation (#146571)sribee8
2025-07-09Reland "Fix wcpncpy() return value; add test." (#146753)enh-google
2025-07-02Revert "Fix wcpncpy() return value; add test." (#146752)Michael Jones
2025-07-02Fix wcpncpy() return value; add test.enh-google
2025-07-01[libc] wcscspn implementation (#146158)sribee8
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz
2025-06-27[libc] Implemented wcsnlen (#145610)sribee8
2025-06-25[libc] Error fixes for mbrtowc and wcrtomb (#145785)sribee8
2025-06-25[libc] Implemented wctomb (#145554)Uzair Nawaz
2025-06-23[libc] wcpncpy implementation (#145430)sribee8
2025-06-23[libc] mbtowc implementation (#145405)sribee8
2025-06-23[libc] wcpcpy implementation (#144802)sribee8
2025-06-20[libc] Implemented wcrtomb internal function and public libc function (#144596)Uzair Nawaz
2025-06-20[libc] mbrtowc implementation (#144760)sribee8
2025-06-13[libc] Implemented wmemmove (#142245)Uzair Nawaz
2025-06-03[libc] wmemchr implementation (#142640)sribee8
2025-06-03[libc] wcsncpy implementation (#142237)sribee8
2025-06-03[libc] wcscat implementation (#142243)sribee8
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz
2025-06-02[libc] wcsstr implementation (#142440)sribee8
2025-06-02[libc] added nullptr checks for wcspbrk (#142216)Uzair Nawaz
2025-06-02[libc] wcsncat implementation (#142431)sribee8
2025-06-02[libc] Implemented wcsrchr (#142436)Uzair Nawaz
2025-06-02[libc] Implemented wcscmp (#142423)Uzair Nawaz
2025-06-02[libc] Implemented wmempcpy (#142067)Uzair Nawaz
2025-06-02[libc] wcscpy implementation (#142228)sribee8
2025-05-30[libc] wmemcmp nullptr handling (#142058)sribee8
2025-05-30[libc] wmemcpy implementation (#142070)sribee8
2025-05-30[libc] Implemented wcspbrk (#142040)Uzair Nawaz