summaryrefslogtreecommitdiff
path: root/libc/test/src
AgeCommit message (Expand)Author
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue
2025-11-18[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)Alexey Samsonov
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-11-18[libc] implement inet_addr (#167708)Connector Switch
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel
2025-11-06[libc] Disable overflow test in strfromtest on riscv32 (#166719)Marcell Leleszi
2025-11-06[libc] Fix stale char_ptr for find_first_character_wide read (#166594)Sterling-Augustine
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng
2025-11-05[libc] Fix fprintf_test assuming specific errnos. (#166479)Michael Jones
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-10-30[libc] Fix strftime_test (#165770)Michael Jones
2025-10-30[libc] Fix off by one error in strftime (#165711)Marcell Leleszi
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-10-22[libc] Add macros definitions for <nl_types.h> (#164474)Alexey Samsonov
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch
2025-10-17[libc][NFC] Remove cpp20 requirement for arpa/inet test (#163983)Connector Switch
2025-10-15libc: Introduce calls to sysconf to get page size.Peter Collingbourne
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-10-06[libc] Simplify mman tests (#161748)Michael Jones
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan