summaryrefslogtreecommitdiff
path: root/libcxx/include/cstring
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
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser
2022-12-09[libc++] Refactor char_traitsNikolas Klauser
2022-08-17[libc++] Diagnose when header search paths are set up incorrectlyLouis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis 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-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-06-04[libc++] Use the using_if_exists attribute when providedLouis 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-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
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2015-06-02Revert changes inadvertantly committedMarshall Clow
2015-06-02Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...Marshall Clow
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-04-08Change <cwchar> and <cstring> to look out for flags which may or may not be s...Howard Hinnant
2012-02-29Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2010-10-14Bug 7983 fixed by Bernhard RosenkraenzerHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-10Fix conflict with cstring and using namespace stdHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant