summaryrefslogtreecommitdiff
path: root/libc/src/__support/wchar
AgeCommit message (Expand)Author
2025-08-06[libc] Move CharacterConverter template specialization to cpp file (#152405)Uzair Nawaz
2025-08-06[libc] Template StringConverter pop function to avoid duplicate code (#152204)Uzair Nawaz
2025-08-05[libc][obvious] Removed mbstate_t include (#152046)sribee8
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-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-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-22[libc] Fixed mbtowc functions (#150118)sribee8
2025-07-17[libc] Fixed StringConverter Error Edge Case (#149356)Uzair Nawaz
2025-07-14[libc] Wchar Stringconverter (#146388)Uzair Nawaz
2025-06-27[libc] Changed CharacterConverter returns (#146130)sribee8
2025-06-25[libc] Error fixes for mbrtowc and wcrtomb (#145785)sribee8
2025-06-25[libc] Added isValidState to CharacterConverter class to ensure a provided mb...Uzair Nawaz
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-20[libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799)Uzair Nawaz
2025-06-17[libc] Moved shared constexpr to the top (#144569)sribee8
2025-06-17Reland "[libc] utf8 to 32 CharacterConverter" (#144450)sribee8
2025-06-16Revert "[libc] utf8 to 32 CharacterConverter" (#144446)sribee8
2025-06-16[libc] utf8 to 32 CharacterConverter (#143973)sribee8
2025-06-16[libc] build fix: always use our char8_t headers even in overlay mode (#144433)Uzair Nawaz
2025-06-16[libc] Implemented CharacterConverter push/pop for utf32->utf8 conversions (#...Uzair Nawaz
2025-06-12[libc] Changed mbstate struct (#143942)sribee8
2025-06-12[libc] Build fixes for widechar characterconverter (#143805)Uzair Nawaz
2025-06-11[libc][obvious] Changed incorrect type (#143780)sribee8
2025-06-11[libc] Character converter skeleton class (#143619)Uzair Nawaz