summaryrefslogtreecommitdiff
path: root/libcxx/include/cstdio
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
2024-01-10[libc++] Remove _LIBCPP_C_HAS_NO_GETS (#77346)Louis Dionne
2023-11-13[libc++] Remove _LIBCPP_HAS_NO_FGETPOS_FSETPOS (#72073)Louis Dionne
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
2020-04-16Reland: Don't expose unavailable cstdio functions.Dan Albert
2020-04-07Revert "Don't expose unavailable cstdio functions."Dan Albert
2020-04-07Don't expose unavailable cstdio functions.Dan Albert
2019-09-07Remove ::gets for FreeBSD 13 and laterDimitry Andric
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-04-07[libc++] Drop support for CRTs older than VS 2015Shoaib Meenai
2016-11-08[libc++] Remove unnecessary MSVCRT exclusionsShoaib Meenai
2016-09-01cstdio: limit gets to CRT versions below 14Saleem Abdulrasool
2015-10-09Split <stdio.h> out of <cstdio>.Richard Smith
2015-10-06Remove unnecessary inline functions capturing the contents of C library macros.Richard Smith
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten
2015-03-12Add option to disable access to the global filesystem namespace.Ed Schouten
2015-01-10Support Newlib as libc++'s C library [cstdio part, part 2]Jonathan Roelofs
2013-10-12Implement national body comment GB9: remove std::getsMarshall Clow
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2012-07-26Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...Howard Hinnant
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant