summaryrefslogtreecommitdiff
path: root/libc/src/ctype
AgeCommit message (Expand)Author
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-08-22[libc] Add `ctype.h` locale variants (#102711)Joseph Huber
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber
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
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-04-10[libc] clean up ctype negative handlingMichael Jones
2023-01-11[libc] Implement str{,n}casecmpAlex Brachet
2022-11-16[libc] Fix assert.h and ctype.h not being builtJoseph Huber
2021-08-23[libc][NFC] Add explicit casts to ctype functionsAlfonso Gregory
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-29[libc][NFC] Add noreturn and constexpr qualifiers where appropriateAlfonso Gregory
2021-01-14[libc] Use #undef isascii in specific headerRoland McGrath
2021-01-13[libc][NFC] change isblank and iscntrl from implicit castingMichael Jones
2021-01-12[libc] add isascii and toascii implementationsMichael Jones
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones
2020-08-06[libc] Add tolower, toupper implementation.cgyurgyik
2020-08-05[libc] Add isspace, isprint, isxdigit implementations.cgyurgyik
2020-08-04[libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik
2020-07-31[libc] Add islower and isupper implementation.cgyurgyik
2020-07-30[libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik
2020-07-28[libc] Add scaffolding for ctype and implementation of isalphacgyurgyik