aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src
AgeCommit message (Expand)AuthorFilesLines
11 days[libc][tsearch] add weak AVL tree for tsearch implementation (#172411)Schrodinger ZHU Yifan2-0/+284
12 days[libc] Reland %lc support in printf (#176110)Shubh Pachchigar2-1/+107
2026-01-16Create a poor-developer's msan for libc wide read functions. (#170586)Sterling-Augustine2-0/+116
2026-01-13Revert "[libc] Support %lc in printf (#169983)"Joseph Huber2-107/+1
2026-01-13[libc] Support %lc in printf (#169983)Shubh Pachchigar2-1/+107
2026-01-06[libc][wctype] Create generation script for classification lookup tables (#17...Marcell Leleszi3-0/+554
2025-12-22[libc] Split out src/__support/alloc-checker.h (#173104)Roland McGrath2-2/+3
2025-12-22[libc][math] Add LIBC_CONF_MATH_USE_SYSTEM_FENV / LIBC_MATH_USE_SYSTEM_FENV (...lntue16-0/+32
2025-12-16[libc] Add Darwin mutex support via os_sync primitives (#167722)Shreeyash Pandey4-2/+59
2025-12-12[libc] Properly fix printf long double subnormals (#172103)Michael Jones1-0/+12
2025-12-11[libc] Refactor static polymorphism in WriteBuffer (NFC). (#169089)Alexey Samsonov2-45/+35
2025-12-11[libc] Add support for getpagesize. (#171713)Sterling-Augustine2-0/+35
2025-12-08[libc] move abs_timesout and monotonicity out of linux dir (#167719)Shreeyash Pandey2-4/+4
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue5-57/+34
2025-12-01[libc][malloc] Ensure a minimum block alignment of 4 (#169447)Daniel Thornburgh3-23/+23
2025-11-28[libc] Add clock_gettime for Darwin (#167160)Shreeyash Pandey2-0/+28
2025-11-28[libc][test] split exit tests into two separate tests (#169820)Shreeyash Pandey3-4/+28
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue3-3/+66
2025-11-18[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)Alexey Samsonov1-2/+2
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel2-0/+266
2025-11-18[libc] implement inet_addr (#167708)Connector Switch2-0/+36
2025-11-17[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)Alexey Samsonov6-54/+54
2025-11-17[libc] Implement wcstod and wcstold. (#168020)Alexey Samsonov3-1/+876
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan3-28/+4
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey3-4/+28
2025-11-13[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)Alexey Samsonov2-0/+211
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev2-0/+69
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham2-0/+70
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan1-0/+12
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel1-62/+99
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-Augustine1-0/+5
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel1-93/+72
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel1-72/+93
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi7-33/+97
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov1-12/+12
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov2-13/+13
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng7-94/+33
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 Jones1-0/+12
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi7-33/+94
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar3-0/+96
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng7-93/+33
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi7-33/+93
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov3-53/+57
2025-10-30[libc] Fix strftime_test (#165770)Michael Jones1-4/+5
2025-10-30[libc] Fix off by one error in strftime (#165711)Marcell Leleszi1-0/+20
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey14-14/+24
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue12-72/+52
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh12-52/+72