summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/wchar.cpp
AgeCommit message (Expand)Author
2021-12-21LibC: Add POSIX spec links to all applicable wide character functionsAli Mohammad Pur
2021-12-21LibC: Stub out wcsftime()Ali Mohammad Pur
2021-12-21LibC+AK: Implement all sorts of wprintf variantsAli Mohammad Pur
2021-12-21LibC: Implement wcs{,c}spn()Ali Mohammad Pur
2021-12-21LibC: Switch to using east const in wchar.cppAli Mohammad Pur
2021-12-19LibC: Implement wcsdupTim Schumacher
2021-10-21LibC: Implement mbsnrtowcsTim Schumacher
2021-10-21LibC: Implement wcsnrtombsTim Schumacher
2021-10-21LibC: Implement mbrlenTim Schumacher
2021-10-17LibC: Primitively implement wcsxfrmDaniel Bertalan
2021-10-17LibC: Implement wcslcpyDaniel Bertalan
2021-10-17LibC: Fix wcsrchr declaration to return a non-const wchar*Daniel Bertalan
2021-10-17LibC: Stub out mbsnrtowcsDaniel Bertalan
2021-10-17LibC: Stub out wcsnrtombsDaniel Bertalan
2021-10-17LibC: Implement wmemcmpDaniel Bertalan
2021-10-17LibC: Implement wctobTim Schumacher
2021-10-15LibC: Implement mbsrtowcsTim Schumacher
2021-10-15LibC: Implement wcsrtombsTim Schumacher
2021-10-15LibC: Implement wcrtombDaniel Bertalan
2021-10-15LibC: Partially implement wcwidthTim Schumacher
2021-10-03LibC: Implement mbrtowc closer to POSIXTim Schumacher
2021-10-03LibC: Specifically clear only stored bytes after successful mbrtowcTim Schumacher
2021-10-03LibC: Manually count stored bytes in mbstate_tTim Schumacher
2021-10-03LibC: Remove the mbstate_reset helperTim Schumacher
2021-10-03LibC: Stub out swprintfTim Schumacher
2021-10-03LibC: Stub out wcstoldTim Schumacher
2021-10-03LibC: Stub out wcstodTim Schumacher
2021-10-03LibC: Stub out wcstofTim Schumacher
2021-10-03LibC: Stub out wcstoullTim Schumacher
2021-10-03LibC: Stub out wcstoulTim Schumacher
2021-10-03LibC: Implement wmemmoveTim Schumacher
2021-10-03LibC: Implement wmemsetTim Schumacher
2021-10-03LibC: Implement wmemcpyTim Schumacher
2021-10-03LibC: Implement wmemchrTim Schumacher
2021-10-03LibC: Implement wcsstrTim Schumacher
2021-10-03LibC: Implement wcspbrkTim Schumacher
2021-09-18LibC: Primitively implement wcscollTim Schumacher
2021-09-16LibC: Implement mbsinit and mbrtowcTim Schumacher
2021-09-16LibC: Implement btowc()Tim Schumacher
2021-09-16LibC: Stub out a bunch of wchar functionsTim Schumacher
2021-05-30LibC: Stub out btowcTim Schumacher
2021-04-29iLibC: Fix some missed camelCase => snake_caseAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-18LibC: Add wcstol() and wcstoll() stubsLinus Groh
2021-01-18LibC: Add wcsncmp()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling