summaryrefslogtreecommitdiff
path: root/libc/src/ctype/isspace.cpp
AgeCommit message (Expand)Author
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
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
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-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones
2020-08-05[libc] Add isspace, isprint, isxdigit implementations.cgyurgyik