aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/wchar
AgeCommit message (Expand)AuthorFilesLines
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov5-532/+0
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov3-1/+876
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov2-0/+211
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov1-12/+12
2025-09-10[libc] Clean up errno header usage in wchar tests. (#157942)Alexey Samsonov11-20/+22
2025-08-15[libc] Fix mbrtowc test (#153721)Mikhail R. Gadelha1-30/+30
2025-08-01[libc] Fix wcstok() "subsequent searches" behavior. (#151589)enh-google1-0/+8
2025-07-29[libc] Reland wchar string conversion mb to wc (#151048)sribee84-1/+614
2025-07-28Revert "[libc] Reland #149423 "wchar string conversion functions mb to wc"" ...sribee84-614/+1
2025-07-28[libc] Reland #149423 "wchar string conversion functions mb to wc" (#150667)sribee84-1/+614
2025-07-25[libc] Implement mbsinit (#150654)Uzair Nawaz2-0/+48
2025-07-24Revert "[libc] wchar string conversion functions mb to wc" (#150549)sribee84-612/+1
2025-07-24[libc] wchar string conversion functions mb to wc (#149423)sribee84-1/+612
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov7-14/+14
2025-07-24[libc] Fix some warnings in tests. (#150500)lntue4-4/+4
2025-07-24[libc] Implement wcs to mbs family of functions (#149421)Uzair Nawaz4-0/+466
2025-07-24[libc] Implemented wcsdup libc function (#150453)Uzair Nawaz2-0/+59
2025-07-24[libc] Implemented mblen functions (#150141)sribee83-0/+270
2025-07-22[libc] Fixed mbtowc functions (#150118)sribee81-0/+12
2025-07-14[libc] Implement widechar to integer public functions (#148683)Uzair Nawaz6-0/+556
2025-07-09[libc] wcslcat implementation (#146588)sribee82-0/+68
2025-07-09[libc] wcslcpy implementation (#146571)sribee82-0/+76
2025-07-09Reland "Fix wcpncpy() return value; add test." (#146753)enh-google1-3/+12
2025-07-02Revert "Fix wcpncpy() return value; add test." (#146752)Michael Jones1-9/+0
2025-07-02Fix wcpncpy() return value; add test.enh-google1-0/+9
2025-07-01[libc] wcscspn implementation (#146158)sribee82-0/+77
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz2-0/+191
2025-06-27[libc] Implemented wcsnlen (#145610)sribee82-0/+66
2025-06-25[libc] Error fixes for mbrtowc and wcrtomb (#145785)sribee83-23/+83
2025-06-25[libc] Implemented wctomb (#145554)Uzair Nawaz2-0/+84
2025-06-23[libc] wcpncpy implementation (#145430)sribee82-0/+94
2025-06-23[libc] mbtowc implementation (#145405)sribee82-0/+167
2025-06-23[libc] wcpcpy implementation (#144802)sribee82-0/+60
2025-06-20[libc] Implemented wcrtomb internal function and public libc function (#144596)Uzair Nawaz2-0/+107
2025-06-20[libc] mbrtowc implementation (#144760)sribee82-0/+186
2025-06-13[libc] Implemented wmemmove (#142245)Uzair Nawaz2-0/+121
2025-06-03[libc] wmemchr implementation (#142640)sribee82-0/+102
2025-06-03[libc] wcsncpy implementation (#142237)sribee82-0/+76
2025-06-03[libc] wcscat implementation (#142243)sribee82-0/+57
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz2-0/+179
2025-06-02[libc] wcsstr implementation (#142440)sribee82-0/+123
2025-06-02[libc] added nullptr checks for wcspbrk (#142216)Uzair Nawaz1-0/+10
2025-06-02[libc] wcsncat implementation (#142431)sribee82-0/+92
2025-06-02[libc] Implemented wcsrchr (#142436)Uzair Nawaz2-0/+78
2025-06-02[libc] Implemented wcscmp (#142423)Uzair Nawaz2-0/+107
2025-06-02[libc] Implemented wmempcpy (#142067)Uzair Nawaz2-0/+60
2025-06-02[libc] wcscpy implementation (#142228)sribee82-0/+58
2025-05-30[libc] wmemcmp nullptr handling (#142058)sribee81-0/+10
2025-05-30[libc] wmemcpy implementation (#142070)sribee82-0/+71
2025-05-30[libc] Implemented wcspbrk (#142040)Uzair Nawaz2-0/+72