aboutsummaryrefslogtreecommitdiff
path: root/libc/src/wchar
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[libc] Remove btowc / wctob from wctype_utils internal header. (#170200)Alexey Samsonov3-14/+8
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov9-297/+0
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov5-0/+123
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov3-0/+62
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov5-12/+12
2025-10-22[libc] Fix a couple issues in <wchar.h> header (#164666)Alexey Samsonov4-4/+4
2025-09-12[libc] Change __builtin_memcpy to inline_memcpy. (#158345)lntue5-4/+7
2025-08-12[libc] Refactor libc code to improve readability. (#153308)Jin Huang1-2/+1
2025-08-01[libc] Fix wcstok() "subsequent searches" behavior. (#151589)enh-google1-4/+9
2025-07-29[libc] Reland wchar string conversion mb to wc (#151048)sribee87-0/+237
2025-07-28[libc] Correct include path for wchar_utils.h in libc/src/wchar/wcspbrk.cpp (...Jin Huang1-1/+1
2025-07-28Revert "[libc] Reland #149423 "wchar string conversion functions mb to wc"" ...sribee87-234/+0
2025-07-28[libc] Reland #149423 "wchar string conversion functions mb to wc" (#150667)sribee87-0/+234
2025-07-28[libc] Stop duplicating wcschr(). (#150661)enh-google4-37/+19
2025-07-25[libc] Implement mbsinit (#150654)Uzair Nawaz3-0/+63
2025-07-24Revert "[libc] wchar string conversion functions mb to wc" (#150549)sribee87-234/+0
2025-07-24[libc] wchar string conversion functions mb to wc (#149423)sribee87-0/+234
2025-07-24[libc] Implement wcs to mbs family of functions (#149421)Uzair Nawaz7-0/+229
2025-07-24[libc] Implemented wcsdup libc function (#150453)Uzair Nawaz3-0/+61
2025-07-24[libc] Implemented mblen functions (#150141)sribee85-0/+146
2025-07-22[libc] Fixed mbtowc functions (#150118)sribee81-4/+1
2025-07-22[libc] Cleaned up wcsspn and wcscspn (#147408)sribee84-26/+69
2025-07-14[libc] Implement widechar to integer public functions (#148683)Uzair Nawaz9-0/+252
2025-07-09[libc] wcslcat implementation (#146588)sribee83-0/+74
2025-07-09[libc] wcslcpy implementation (#146571)sribee83-0/+66
2025-07-09Reland "Fix wcpncpy() return value; add test." (#146753)enh-google1-2/+3
2025-07-02Revert "Fix wcpncpy() return value; add test." (#146752)Michael Jones1-3/+2
2025-07-02Fix wcpncpy() return value; add test.enh-google1-2/+3
2025-07-01[libc] wcscspn implementation (#146158)sribee83-0/+67
2025-06-30[libc][obvious] Fixed typos in some wchar headers (#146413)sribee82-2/+2
2025-06-30[libc] wcstok implementation (#145989)Uzair Nawaz3-0/+82
2025-06-27[libc] Implemented wcsnlen (#145610)sribee83-0/+58
2025-06-25[libc] Error fixes for mbrtowc and wcrtomb (#145785)sribee82-2/+2
2025-06-25[libc] Implemented wctomb (#145554)Uzair Nawaz3-0/+70
2025-06-23[libc] wcpncpy implementation (#145430)sribee83-0/+71
2025-06-23[libc] mbtowc implementation (#145405)sribee83-0/+78
2025-06-23[libc] wcpcpy implementation (#144802)sribee83-0/+60
2025-06-20[libc] Implemented wcrtomb internal function and public libc function (#144596)Uzair Nawaz3-0/+82
2025-06-20[libc] mbrtowc implementation (#144760)sribee83-0/+79
2025-06-13[libc] Implemented wmemmove (#142245)Uzair Nawaz3-0/+61
2025-06-11[libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char util...Uzair Nawaz5-17/+3
2025-06-10[libc] Simplify wcscmp (#143457)Michael Jones1-4/+2
2025-06-03[libc] wmemchr implementation (#142640)sribee83-0/+60
2025-06-03[libc] wcsncpy implementation (#142237)sribee83-0/+68
2025-06-03[libc] wcscat implementation (#142243)sribee83-0/+62
2025-06-02[libc] Implemented wcsncmp (#142429)Uzair Nawaz3-0/+70
2025-06-02[libc] wcsstr implementation (#142440)sribee83-0/+71
2025-06-02[libc] added nullptr checks for wcspbrk (#142216)Uzair Nawaz2-0/+5
2025-06-02[libc] wcsncat implementation (#142431)sribee83-0/+66
2025-06-02[libc] Implemented wcsrchr (#142436)Uzair Nawaz3-0/+62