aboutsummaryrefslogtreecommitdiff
path: root/libc/spec
AgeCommit message (Expand)AuthorFilesLines
2022-07-25[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy1-0/+49
2022-07-14[libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy2-0/+20
2022-06-24[libc][math] fmod/fmodf implementation.Kirill Okhotnikov1-0/+4
2022-06-11[libc] Add pthread_detach and thrd_detach.Siva Chandra Reddy2-0/+10
2022-06-10[libc] add buffering to FILE writesMichael Jones1-0/+3
2022-06-02[libc] Add pthread_create and pthread_join functions.Siva Chandra Reddy1-1/+17
2022-05-27[libc] Add global stdout and stderr objects.Siva Chandra Reddy2-2/+22
2022-05-24[libc] Add the pthread_mutex_t type.Siva Chandra Reddy1-1/+27
2022-05-19[libc] Add strlcatAlex Brachet1-0/+5
2022-05-18[libc] fix missing semicolon in bsd_ext.tdMichael Jones1-1/+1
2022-05-18[libc] Add String to bsd headersAlex Brachet1-0/+4
2022-05-18[libc] Add strlcpyAlex Brachet1-0/+15
2022-05-17[libc] add snprintfMichael Jones1-0/+21
2022-05-17[libc] add sprintfMichael Jones1-0/+7
2022-04-29[libc] Add implementations of feof, ferror and clearerr.Siva Chandra Reddy2-0/+30
2022-04-22[libc] Add the implementation of the GNU extension function fopencookie.Siva Chandra Reddy2-3/+8
2022-04-20[libc] Add the implementation of the fflush function.Siva Chandra Reddy1-0/+5
2022-04-20[libc] Add GNU extention functions fread_unlocked and fwrite_unlocked.Siva Chandra Reddy4-4/+51
2022-04-11[libc] Add a definition of pthread_attr_t and its getters and setters.Siva Chandra Reddy2-1/+64
2022-04-04[libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy2-0/+76
2022-03-24[libc] Add implementations of fopen, flose, fread, fwrite and fseek.Siva Chandra Reddy1-3/+29
2022-03-23[libc][obvious] add aligned_alloc as entrypointMichael Jones1-0/+1
2022-03-15[libc] Add implementation of POSIX lseek function.Siva Chandra Reddy1-0/+6
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy1-16/+0
2022-02-17[libc] Add exit and atexitAlex Brachet2-0/+5
2022-02-14Introduce getenv to LLVM libcRaman Tenneti1-0/+15
2022-02-07[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly1-0/+2
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy1-1/+36
2022-01-28[libc] Add implementations of the POSIX creat and openat functions.Siva Chandra Reddy1-0/+10
2022-01-27[libc] Add POSIX close, fsync, open, read and write functions.Siva Chandra Reddy1-0/+31
2022-01-27[libc][NFC] Let var args be treated as a named type in the spec.Siva Chandra Reddy1-1/+1
2022-01-25[libc] Implement log10f correctly rounded for all rounding modes.Tue Ly1-0/+2
2022-01-14[libc] Implement correctly rounded log2f based on RLIBM library.Tue Ly1-0/+2
2021-12-16[libc] Implement correctly rounded logf based on RLIBM library.Tue Ly1-0/+2
2021-12-13[libc] add basic strtold implementationMichael Jones1-1/+2
2021-11-04[libc] add stpcpy and stpncpyMichael Jones1-0/+13
2021-11-01[libc] add strndupMichael Jones1-0/+5
2021-10-27[libc] add strdup implementationMichael Jones1-0/+5
2021-10-27[libc] add malloc funcs as external entrypointsMichael Jones1-0/+5
2021-10-18[libc] add atof, strtof and strtodMichael Jones1-0/+3
2021-10-14[libc] add memccpy and mempcpyMichael Jones1-0/+15
2021-09-28[libc] Add FE_DFL_ENV and handle it in fesetenv.Siva Chandra Reddy1-1/+3
2021-09-24[libc] Add an implementation of qsort.Siva Chandra Reddy2-0/+4
2021-09-22[libc] Add an implementation of bsearch.Siva Chandra Reddy2-0/+6
2021-09-20[libc] Add implementations of div, ldiv, lldiv and imaxdiv.Siva Chandra Reddy1-5/+25
2021-09-10[libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept.Siva Chandra Reddy1-0/+24
2021-09-01[libc] Add a skeleton for C standard condition variable functions.Siva Chandra Reddy2-0/+39
2021-08-30[libc] Add mtx_destroy which does nothing.Siva Chandra Reddy1-0/+7
2021-08-26[libc] add inttypes headerMichael Jones2-0/+17
2021-08-19[libc][Obvious] Fix llvm_libc_ext.td.Siva Chandra Reddy1-9/+0