aboutsummaryrefslogtreecommitdiff
path: root/libc/spec
AgeCommit message (Expand)AuthorFilesLines
2020-09-17[libc] Add implementation for hypotfTue Ly1-0/+2
2020-09-09[libc][obvious] Fix strtok_r signature in the spec.Siva Chandra Reddy1-1/+3
2020-09-03[libc] Add implementations of remquo[f|l] and remainder[f|l].Siva Chandra Reddy1-0/+8
2020-08-26[libc] Add implementations for sqrt, sqrtf, and sqrtl.Tue Ly1-0/+4
2020-08-14[libc] Add restrict qualifiers to string library; give consistent naming sche...cgyurgyik1-10/+10
2020-08-13[libc] Add strtok_r implementation.parallels1-0/+9
2020-08-06[libc] Add tolower, toupper implementation.cgyurgyik1-0/+10
2020-08-05[libc] Add isspace, isprint, isxdigit implementations.cgyurgyik1-0/+15
2020-08-04[libc] Add implementations for isblank, iscntrl, isgraph, ispunct.cgyurgyik1-0/+20
2020-07-31[libc] Add islower and isupper implementation.cgyurgyik1-0/+10
2020-07-30[libc] Implements isdigit and isalnum. Adds a utility header to inlinecgyurgyik1-0/+10
2020-07-28[libc] Add scaffolding for ctype and implementation of isalphacgyurgyik1-1/+16
2020-07-24[libc] Adds implementation for memrchr.cgyurgyik1-1/+15
2020-07-23[libc] Add implementations of fmax, fmaxf, and fmaxl.Tue Ly1-0/+4
2020-07-22[libc] Implements strnlen.cgyurgyik1-0/+21
2020-07-21Add implementations for fmin, fminf, and fminl. Testing infrastructure updat...Tue Ly1-0/+4
2020-06-25[libc] Add the remaining long double flavors of nearest integer functions.Siva Chandra Reddy1-0/+3
2020-06-23[libc] Add long double flavors of the floating point manipulation functions.Siva Chandra Reddy2-0/+5
2020-06-18[libc] Add implementations long double fabsl and truncl functions.Siva Chandra Reddy1-0/+2
2020-06-11[libc] Add implementation of few floating point manipulation functions.Siva Chandra Reddy1-0/+14
2020-06-09[libc] Add implementations of round and roundf.Siva Chandra Reddy1-0/+1
2020-06-08[libc][NFC] Add bzero to list of entrypoints.Siva Chandra Reddy1-0/+20
2020-06-03[libc][NFC] Add ceil[f], floor[f] and trunc[f] to the spec and config files.Siva Chandra Reddy1-0/+9
2020-05-28[libc] Add implementation of call_once from threads.h.Siva Chandra Reddy1-1/+18
2020-05-15[libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy1-0/+3
2020-05-15[libc] Add implementation of fabs and fabsf.Siva Chandra Reddy1-0/+3
2020-04-23[libc] Add spec for sigdelset and sigfillset.Paula Toth1-0/+12
2020-04-17[libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2-0/+20
2020-04-14[libc] Add very basic stdio FILE and fwriteAlex Brachet1-6/+11
2020-03-25[libc] Add a GNU extensions spec containing sincosf from math.h.Siva Chandra Reddy2-0/+20
2020-03-24[libc] Generate math.h instead of the static file it is currently.Siva Chandra Reddy1-3/+16
2020-03-22[libc] Add signalAlex Brachet1-0/+8
2020-03-18[libc] Add sigactionAlex Brachet2-2/+17
2020-03-11[libc] Add initial assert definitionAlex Brachet1-0/+12
2020-03-05[libc] Create abort and _ExitAlex Brachet2-0/+15
2020-03-02[libc] Add sigprocmaskAlex Brachet1-0/+31
2020-02-28[libc] Add ability to generate enum types/values to HdrGen.Siva Chandra Reddy4-15/+99
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet2-0/+69
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy4-3/+54
2019-12-09[libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy3-0/+170
2019-11-22[libc] Add a TableGen based header generator.Siva Chandra Reddy2-0/+252