summaryrefslogtreecommitdiff
path: root/libcxx/include/cstdio
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Diagnose when header search paths are set up incorrectlyLouis Dionne2022-08-171-0/+9
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Remove support for CloudABI, which has been abandonedLouis Dionne2021-08-241-6/+0
* [libc++] Use the using_if_exists attribute when providedLouis Dionne2021-06-041-50/+50
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-1/+1
* Reland: Don't expose unavailable cstdio functions.Dan Albert2020-04-161-0/+4
* Revert "Don't expose unavailable cstdio functions."Dan Albert2020-04-071-4/+0
* Don't expose unavailable cstdio functions.Dan Albert2020-04-071-0/+4
* Remove ::gets for FreeBSD 13 and laterDimitry Andric2019-09-071-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-5/+1
* [libc++] Remove unnecessary MSVCRT exclusionsShoaib Meenai2016-11-081-2/+0
* cstdio: limit gets to CRT versions below 14Saleem Abdulrasool2016-09-011-1/+5
* Split <stdio.h> out of <cstdio>.Richard Smith2015-10-091-10/+0
* Remove unnecessary inline functions capturing the contents of C library macros.Richard Smith2015-10-061-25/+0
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-20/+25
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+4
* Support Newlib as libc++'s C library [cstdio part, part 2]Jonathan Roelofs2015-01-101-0/+18
* Implement national body comment GB9: remove std::getsMarshall Clow2013-10-121-1/+3
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-171-0/+5
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-2/+2
* Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...Howard Hinnant2012-07-261-0/+12
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-2/+4
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* license changeHoward Hinnant2010-11-161-2/+2
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+159