summaryrefslogtreecommitdiff
path: root/libc/src/wchar
AgeCommit message (Expand)Author
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
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
2025-05-30[libc] wcsspn implementation (#142034)sribee8
2025-05-29[libc] wmemcmp implementation (#141880)sribee8
2025-05-29[libc] Implemented wmemset and added tests (#141691)Uzair Nawaz
2025-05-28WCSChr Implementation (#141690)sribee8
2025-01-23[libc][wchar] implement wcslen (#124150)Nick Desaulniers
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones
2024-09-19[libc][wchar] Move wchar's types to proxy headers. (#109334)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-03-29[libc] Re-enable wctob with fixesMichael Jones
2023-03-20[libc][obvious] fix missing stdio dependencyMichael Jones
2023-03-20[libc] add basic wide char functionsMichael Jones