summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/atof_test.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-10-18[libc] add atof, strtof and strtodMichael Jones