summaryrefslogtreecommitdiff
path: root/libc/test/src/string
AgeCommit message (Expand)Author
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan
2025-11-06[libc] Fix stale char_ptr for find_first_character_wide read (#166594)Sterling-Augustine
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-05[libc] Use anonymous namespace for test helper code (#157203)Roland McGrath
2025-09-03[libc] fixed signed char issues in strsep()/strtok()/strtok_r(). (#156705)enh-google
2025-08-21[libc] fix strsep()/strtok()/strtok_r() "subsequent searches" behavior. (#154...enh-google
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2025-06-04[libc] Expand usage of libc null checks. (#116262)Aly ElAshram
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-30[libc] fix behavior of strrchr(x, '\0') (#112620)George Burgess IV
2024-10-30libc: strlcpy/strlcat shouldn't bzero the rest of `buf` (#114259)George Burgess IV
2024-10-10[libc] Temporarily disable strerror test on NVPTXJoseph Huber
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu
2024-07-16[libc] Add `strerror` and `strerror_k` to the GPU (#99083)Joseph Huber
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-15[libc] Fix typo in test messageJoseph Huber
2024-05-15[libc] Fix GPU test build error (#92235)Jan Patrick Lehr
2024-05-14[libc][bug] Fix out of bound write in memcpy w/ software prefetching (#90591)Guillaume Chatelet
2024-03-11[libc] Fix forward arm32 builtbot (#84794)Guillaume Chatelet
2024-03-09[libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)Guillaume Chatelet
2024-03-07[libc][c23] add memset_explicit (#83577)Schrodinger ZHU Yifan
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2024-01-11[libc] Fix buggy AVX2 / AVX512 `memcmp` (#77081)Guillaume Chatelet
2023-12-14[libc] fix msan failure in mempcpy_test (#75532)Nick Desaulniers
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet
2023-10-06[libc] Enable missing memory tests on the GPU (#68111)Joseph Huber
2023-09-26[libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. ...Siva Chandra
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-30[libc] Improve memcmp latency and codegenGuillaume Chatelet
2023-06-21Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet
2023-06-14Revert D152630 "[libc] Enable custom logging in LibcTest"Guillaume Chatelet
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet