summaryrefslogtreecommitdiff
path: root/libc/spec/stdc.td
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add implementation of getcharMichael Jones2023-04-141-0/+5
* [libc][obvious] remove currently unused typesMichael Jones2023-03-201-2/+0
* [libc] add basic wide char functionsMichael Jones2023-03-201-0/+24
* [libc][math] Implement scalbn, scalbnf, scalbnl.Renyi Chen2023-02-091-0/+4
* [libc][math] Implement acoshf function correctly rounded to all rounding modes.Tue Ly2023-02-011-0/+1
* [libc][math] Implement asinhf function correctly rounded for all rounding modes.Tue Ly2023-01-271-0/+1
* [libc][math] Implement log10 function correctly rounded for all rounding modesTue Ly2023-01-081-0/+1
* [libc] add scanf entrypointsMichael Jones2022-11-171-0/+20
* [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.Siva Chandra Reddy2022-11-071-0/+5
* [libc] Add implementations of ftell.Siva Chandra Reddy2022-11-071-0/+5
* [libc] Add implementation of setbuf and setvbuf.Siva Chandra Reddy2022-11-041-0/+10
* [libc] Add implementation of ungetc.Siva Chandra Reddy2022-11-021-0/+5
* [libc] Add definitions of a few missing macros and types.Siva Chandra Reddy2022-11-021-0/+3
* [libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy2022-11-011-0/+27
* [libc][math] Add place-holder implementation for pow function.Tue Ly2022-10-311-0/+2
* [libc][math] Add place-holder implementation for asin to unblock demo examples.Tue Ly2022-10-311-0/+1
* [libc] add fgetsMichael Jones2022-10-271-0/+9
* [libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy2022-10-251-2/+14
* [libc] Build fix.Raman Tenneti2022-10-241-0/+8
* [libc] Add implementation of fgetc.Siva Chandra Reddy2022-10-221-0/+5
* [libc] Add stdin definition.Siva Chandra Reddy2022-10-221-0/+5
* [libc] add putc, fputc, and putcharMichael Jones2022-10-171-0/+17
* [libc] implement basic rand and srandMichael Jones2022-10-041-0/+3
* [libc] add fputs and putsMichael Jones2022-09-211-0/+12
* [libc] Fix TWS issues in .td filesJeff Bailey2022-09-201-10/+10
* [libc] Add the implementation of the "remove" function.Siva Chandra Reddy2022-09-151-0/+5
* [libc][math] Implement acosf function correctly rounded for all rounding modes.Tue Ly2022-09-091-0/+1
* [libc][math] Implement asinf function correctly rounded for all rounding modes.Tue Ly2022-09-071-0/+1
* [libc][math] Added atanf function.Kirill Okhotnikov2022-08-301-1/+3
* [libc][math] Added atanhf function.Kirill Okhotnikov2022-08-301-0/+2
* [libc] Add missing header and Windows entrypoints for tanf.Tue Ly2022-08-121-0/+1
* [libc] Add implemementations of thread specific data related API.Siva Chandra Reddy2022-08-121-0/+26
* [libc][Obvious] Fix thrd_join's first arg.Siva Chandra Reddy2022-08-111-1/+1
* [libc] Add implementation of pthread_exit and thrd_exit.Siva Chandra Reddy2022-08-101-1/+6
* [libc][math] Added tanhf function.Kirill Okhotnikov2022-08-011-0/+1
* [libc][math] Added sinhf function.Kirill Okhotnikov2022-07-291-0/+1
* [libc][math] Added coshf function.Kirill Okhotnikov2022-07-291-0/+2
* [libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy2022-07-141-0/+10
* [libc][math] fmod/fmodf implementation.Kirill Okhotnikov2022-06-241-0/+4
* [libc] Add pthread_detach and thrd_detach.Siva Chandra Reddy2022-06-111-0/+5
* [libc] add buffering to FILE writesMichael Jones2022-06-101-0/+3
* [libc] Add global stdout and stderr objects.Siva Chandra Reddy2022-05-271-1/+14
* [libc] add snprintfMichael Jones2022-05-171-0/+21
* [libc] add sprintfMichael Jones2022-05-171-0/+7
* [libc] Add implementations of feof, ferror and clearerr.Siva Chandra Reddy2022-04-291-0/+15
* [libc] Add the implementation of the fflush function.Siva Chandra Reddy2022-04-201-0/+5
* [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked.Siva Chandra Reddy2022-04-201-3/+0
* [libc] Add implementations of fopen, flose, fread, fwrite and fseek.Siva Chandra Reddy2022-03-241-3/+29
* [libc][obvious] add aligned_alloc as entrypointMichael Jones2022-03-231-0/+1
* [libc] Add exit and atexitAlex Brachet2022-02-171-0/+3