summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/str_to_integer_test.cpp
AgeCommit message (Expand)Author
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2024-03-06[libc] Add max length argument to decimal to float (#84091)Michael Jones