summaryrefslogtreecommitdiff
path: root/libc/src/ctype
Commit message (Expand)AuthorAgeFilesLines
* [libc] clean up ctype negative handlingMichael Jones2023-04-102-3/+2
* [libc] Implement str{,n}casecmpAlex Brachet2023-01-111-5/+1
* [libc] Fix assert.h and ctype.h not being builtJoseph Huber2022-11-161-0/+1
* [libc][NFC] Add explicit casts to ctype functionsAlfonso Gregory2021-08-2315-19/+36
* [libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones2021-08-0613-66/+22
* [libc][NFC] Add noreturn and constexpr qualifiers where appropriateAlfonso Gregory2021-07-291-6/+6
* [libc] Use #undef isascii in specific headerRoland McGrath2021-01-141-0/+2
* [libc][NFC] change isblank and iscntrl from implicit castingMichael Jones2021-01-132-2/+2
* [libc] add isascii and toascii implementationsMichael Jones2021-01-125-0/+86
* [libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones2021-01-0814-14/+14
* [libc] Add tolower, toupper implementation.cgyurgyik2020-08-068-10/+118
* [libc] Add isspace, isprint, isxdigit implementations.cgyurgyik2020-08-057-0/+147
* [libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik2020-08-0411-12/+202
* [libc] Add islower and isupper implementation.cgyurgyik2020-07-315-0/+96
* [libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik2020-07-307-4/+141
* [libc] Add scaffolding for ctype and implementation of isalphacgyurgyik2020-07-283-0/+47