aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2025-11-08[libc] add various macros relate to *ADDR* (#164830)Connector Switch1-0/+9
2025-11-07[libc] add cpu feature flags for SVE/SVE2/MOPS (#166884)Schrodinger ZHU Yifan5-1/+28
2025-11-07[libc][math] Enable math acos for baremetal Arm and AArch64 (#166749)Victor Campos2-0/+2
2025-11-06[libc] Add localtime_r to baremetal entrypoints (#166677)Prabhu Rajasekaran4-7/+10
2025-11-06[libc] Disable overflow test in strfromtest on riscv32 (#166719)Marcell Leleszi2-0/+5
2025-11-06[libc] Fix stale char_ptr for find_first_character_wide read (#166594)Sterling-Augustine2-9/+14
2025-11-06[libc] Enable the FPU in Arm startup code (#166349)Victor Campos1-0/+26
2025-11-06Fix bazel build issue caused in #166517 (#166734)Karlo Basioli1-0/+1
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel2-94/+73
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel2-73/+94
2025-11-05[libc] Allow openat and creat to return fd 0. (#166466)Jackson Stogel2-10/+10
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi39-104/+591
2025-11-05[libc] Make errno asserts noop on gpu targets (#166606)Marcell Leleszi4-0/+16
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov4-24/+28
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov36-86/+185
2025-11-05[libc][math] Refactor the `math_errhandling` macro definition (#166350)Victor Campos1-4/+27
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni8-166/+233
2025-11-05[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (...Victor Campos1-1/+2
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng39-588/+104
2025-11-05[libc] Fix fprintf_test assuming specific errnos. (#166479)Michael Jones1-2/+2
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones2-2/+18
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi39-104/+588
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar13-0/+281
2025-11-04[libc] Add faccessat entrypoints for aarch64 and riscv (#165869)Marcell Leleszi5-2/+19
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng39-584/+104
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi39-104/+584
2025-11-03[libc] Fix Linux kernel headers being included on all OS'sJoseph Huber1-2/+5
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov11-261/+138
2025-10-30[libc] Add "struct tm" declaration to <wchar.h> (#165795)Alexey Samsonov1-0/+4
2025-10-30Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)Alexey Samsonov2-0/+4
2025-10-30[libc] Remove optimization flags on entrypoints (#165782)Michael Jones4-187/+1
2025-10-30[libc] Fix strftime_test (#165770)Michael Jones1-4/+5
2025-10-30[libc][hdrgen] Sort identifiers with leading underscores specially (#165745)Roland McGrath17-80/+129
2025-10-30[libc] Fix off by one error in strftime (#165711)Marcell Leleszi3-2/+22
2025-10-30[libc] Remove faccessat entrypoint if faccessat2 syscall is not available (#1...Marcell Leleszi2-1/+9
2025-10-30[libc][hdrgen] Add extra_standards and license_text (#165459)Roland McGrath8-16/+106
2025-10-28[libc][hdrgen] Fix `includes` sorting in JSON emission (#165460)Roland McGrath1-3/+1
2025-10-27Move LIBC_CONF_STRING_UNSAFE_WIDE_READ to top-level libc-configuration (#165046)Sterling-Augustine2-11/+8
2025-10-26[libc] fix architecture guarding for 32bit sigsetjmp (#164923)Shreeyash Pandey1-1/+2
2025-10-25[libc] add SIG_HOLD for linux/gpu (#165007)Connector Switch2-6/+12
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey68-80/+266
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue15-77/+57
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh15-57/+77
2025-10-22[libc][annex_k] Add Annex K support macros. (#163100)Muhammad Bassiouni2-0/+33
2025-10-22[libc] Fix a couple issues in <wchar.h> header (#164666)Alexey Samsonov5-9/+10
2025-10-22[libc] Add macros definitions for <nl_types.h> (#164474)Alexey Samsonov6-3/+31
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue57-190/+579
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov17-0/+277
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue12-15/+500
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch10-1/+213