summaryrefslogtreecommitdiff
path: root/libcxx/include/string.h
AgeCommit message (Expand)Author
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-05-05[libc++] Remove Solaris related codeLouis Dionne
2022-11-25[libc++] Use builtins when redeclaring <string.h> functionsLouis Dionne
2022-11-17[libc++] Only include_next C library headers when they existLouis Dionne
2022-11-15Revert "[libc++] Only include_next C library headers when they exist"Nico Weber
2022-11-15[libc++] Only include_next C library headers when they existLouis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-02-11Instead of asking glibc to provide correct C++ signatures for <string.h>Richard Smith
2016-02-11Work around regression in glibc 2.22: request that glibc provides the correctRichard Smith
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith
2015-10-29Revert r249929 ("Split <string.h> out of <cstring>").Richard Smith
2015-10-10Split <string.h> out of <cstring>.Richard Smith