summaryrefslogtreecommitdiff
path: root/libc/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-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-10-22[libc] Fix a couple issues in <wchar.h> header (#164666)Alexey Samsonov
2025-09-12[libc] Change __builtin_memcpy to inline_memcpy. (#158345)lntue
2025-08-12[libc] Refactor libc code to improve readability. (#153308)Jin Huang
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-28[libc] Correct include path for wchar_utils.h in libc/src/wchar/wcspbrk.cpp (...Jin Huang
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-28[libc] Stop duplicating wcschr(). (#150661)enh-google
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] 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-22[libc] Cleaned up wcsspn and wcscspn (#147408)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][obvious] Fixed typos in some wchar headers (#146413)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-11[libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char util...Uzair Nawaz
2025-06-10[libc] Simplify wcscmp (#143457)Michael Jones
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