summaryrefslogtreecommitdiff
path: root/libc/spec
Commit message (Expand)AuthorAgeFilesLines
* [libc] add socket functionMichael Jones2023-05-032-14/+33
* [LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`Noah Goldstein2023-04-202-2/+63
* [libc] Add implementation of getcharMichael Jones2023-04-142-0/+10
* [LIBC] Implement `sched_yield()`Noah Goldstein2023-04-122-2/+17
* [libc] Fix typo in gnu_ext.tdCaslyn Tonelli2023-04-111-1/+1
* [libc] Add memmem implementationCaslyn Tonelli2023-04-111-1/+6
* Reland "[libc] Add {,r}index"Alex Brachet2023-04-111-0/+10
* Revert "[libc] Add {,r}index"Alex Brachet2023-04-111-10/+0
* [libc] Add {,r}indexAlex Brachet2023-04-111-0/+10
* [libc] Add swab implementationCaslyn Tonelli2023-04-101-0/+5
* [libc] Implement strsepAlex Brachet2023-04-061-0/+5
* [libc] Add strchrnul implementationCaslyn Tonelli2023-04-031-0/+5
* [libc][obvious] remove currently unused typesMichael Jones2023-03-202-3/+0
* [libc] add basic wide char functionsMichael Jones2023-03-202-0/+28
* [libc] Introduce sys/socket.hJeff Bailey2023-02-231-0/+14
* [libc] Implement ntohl and ntohsRaman Tenneti2023-02-221-0/+10
* [libc] Implement htonl and htonsRaman Tenneti2023-02-162-0/+23
* [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] Implement strcasestrAlex Brachet2023-01-251-0/+5
* [libc] Implement str{,n}casecmpAlex Brachet2023-01-111-0/+20
* [libc] Move b* string functions to strings.hAlex Brachet2023-01-091-3/+3
* [libc][math] Implement log10 function correctly rounded for all rounding modesTue Ly2023-01-081-0/+1
* [reland][libc] Add bcopyGuillaume Chatelet2022-12-011-0/+5
* Revert D138994 "[libc] Add bcopy"Guillaume Chatelet2022-12-011-5/+0
* [libc] Add bcopyGuillaume Chatelet2022-12-011-0/+5
* [libc] add scanf entrypointsMichael Jones2022-11-171-0/+20
* [libc] cleanup changes to gettimeofday.Raman Tenneti2022-11-151-6/+3
* [libc] re-enable assertMichael Jones2022-11-151-1/+0
* Removed tabs.Raman Tenneti2022-11-111-15/+12
* [libc] Implement gettimeofdayRaman Tenneti2022-11-111-9/+30
* [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.Siva Chandra Reddy2022-11-073-0/+15
* [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] Implement getoptAlex Brachet2022-10-311-0/+24
* [libc] add fgetsMichael Jones2022-10-271-0/+9
* Revert "[libc] Implement getopt"Alex Brachet2022-10-271-24/+0
* [libc] Implement getoptAlex Brachet2022-10-271-0/+24
* [libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy2022-10-251-2/+14
* [libc] Add the header sys/types.h.Siva Chandra Reddy2022-10-251-0/+11
* [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 select.h and the implementation of the select function for Linux.Siva Chandra Reddy2022-10-223-2/+28