summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/strtoull_test.cpp
AgeCommit message (Expand)Author
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-22[libc] change str to int tests to be templatedMichael Jones
2021-10-25[libc] fix strtol returning the wrong lengthMichael Jones
2021-09-03[libc] fix strtointeger hex prefix parsingMichael Jones
2021-08-27[libc] Fix various -Wconversion warnings in strto*l test code.Roland McGrath
2021-08-24[libc] Fix type errors on WindowsMichael Jones
2021-08-24[libc] fix string conversion tests for windowsMichael Jones
2021-08-17[libc] Add strtol, strtoul, and strtoullMichael Jones