aboutsummaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)AuthorFilesLines
3 days[libc] Add `ctype.h` locale variants (#102711)Joseph Huber1-0/+1
3 days[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber7-0/+133
3 daysRevert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber7-134/+0
3 days [libc] Add `ctype.h` locale variants (#102711)Joseph Huber7-0/+134
9 days[libc] Fix generated header definitions in cmake (#104628)Michael Jones1-6/+8
9 daysRevert "[libc] Disable old headergen checks unless enabled" (#104627)Michael Jones1-8/+6
9 days[libc] Disable old headergen checks unless enabled (#104522)Michael Jones1-6/+8
11 days[libc] Define 'size_t' in `time.h` and `uchar.h` (#103441)Joseph Huber2-3/+0
11 days[libc] Fix `INFINITY` being defined as a double (#103445)Joseph Huber1-1/+1
12 days[libc] Reapply ELF/LINK header changes (#102765)Schrodinger ZHU Yifan6-2/+84
2024-08-08[libc] Make use of 32-bit time_t a config option (#102012)Simon Tatham4-5/+37
2024-08-07[libc] Add `*_HAS_SUBNORM` to `float.h` (#102182)Joseph Huber1-0/+12
2024-08-07[libc] Define `MB_LEN_MAX` in `limits.h` (#102246)Joseph Huber1-6/+4
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan3-0/+19
2024-08-05[libc] Provide 'signal.h' header for the GPU (#101996)Joseph Huber4-2/+38
2024-07-31[libc][AArch64] Add an AArch64 setjmp/longjmp. (#101177)Simon Tatham1-0/+5
2024-07-22[libc] Change fsfilcnt_t and fsblkcnt_t to be 64-bits long (#99876)Mikhail R. Gadelha2-2/+2
2024-07-20[libc] Make static_assert available even if NDEBUG is set (#99742)Petr Hosek1-7/+4
2024-07-19[libc] Fix headers for statvfs implementationJoseph Huber1-2/+2
2024-07-18[libc][newhdrgen] Remove redundant yaml prefixes (#99581)Michael Jones1-19/+19
2024-07-18[libc] newheadergen: cmake config newhdrgen (#99543)aaryanshukla1-154/+227
2024-07-17Revert "[libc] newheadergen: configured cmake" (#99414)aaryanshukla1-226/+154
2024-07-17Revert "[libc] newheadergen: cmakelist file changes" (#99413)aaryanshukla1-2/+2
2024-07-17Revert "[libc] newheadergen: quick fix to fuchsia build" (#99412)aaryanshukla1-1/+0
2024-07-17[libc] newheadergen: quick fix to fuchsia build (#99410)aaryanshukla1-0/+1
2024-07-17[libc] newheadergen: cmakelist file changes (#99404)aaryanshukla1-2/+2
2024-07-17[libc] newheadergen: configured cmake (#98828)aaryanshukla1-154/+226
2024-07-16[libc] Implement `clock_gettime` for the monotonic clock on the GPU (#99067)Joseph Huber2-0/+5
2024-07-16[libc] Add `strerror` and `strerror_k` to the GPU (#99083)Joseph Huber1-0/+1
2024-07-15[libc] Enable 'wchar.h' for the GPU (#98973)Joseph Huber2-0/+3
2024-07-15[libc] newheadergen: added assert.yaml (#98826)aaryanshukla1-0/+20
2024-07-13[libc][math] implement `signbit` and math macro unit tests (#97791)Akiel1-0/+1
2024-07-13[libc] Support configurable errno modes (#98287)Petr Hosek1-12/+6
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber1-0/+3
2024-07-11[libc] Define `HUGE_VALF` in math.h (#98522)Petr Hosek1-0/+1
2024-07-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones1-0/+4
2024-07-09[libc] Provide isnan, isnanf and isnanl functions (#96008)Petr Hosek5-5/+26
2024-07-09Revert "[libc] Move off_t and stdio macros to proxy hdrs" (#98242)Michael Jones1-4/+0
2024-07-09[libc] Move off_t and stdio macros to proxy hdrs (#98215)Michael Jones1-0/+4
2024-07-08Reapply "[libc] Make GPU `libm` use generic implementations" (#98061)Joseph Huber1-3/+1
2024-07-08Revert "[libc] Make GPU `libm` use generic implementations" (#98061)Mehdi Amini1-1/+3
2024-07-08[libc] Make GPU `libm` use generic implementations (#98014)Joseph Huber1-3/+1
2024-07-07[libc] implement pathconf/fpathconf (#87165)Nhat Nguyen2-0/+39
2024-07-06Revert "[libc] Add `link.h` and `elf.h` headers" (#97931)Schrodinger ZHU Yifan8-146/+2
2024-07-06[libc] Add `link.h` and `elf.h` headers (#97924)Izaak Schroeder8-2/+146
2024-07-05[libc] Add `dlfcn.h` headers (#97772)Izaak Schroeder4-0/+55
2024-07-01[libc] Partially implement 'errno' on the GPU (#97107)Joseph Huber1-3/+4
2024-07-01[libc] Implement the 'remove' function on the GPU (#97096)Joseph Huber1-0/+1
2024-06-28[libc]: fix missing `linux/error-number-macros.h` (#97101)Izaak Schroeder1-0/+1
2024-06-28[libc] remove include_file headergen usage (#96970)Michael Jones2-30/+2354