summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cstdio
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud