summaryrefslogtreecommitdiff
path: root/include/stdio.h
AgeCommit message (Expand)Author
2025-06-11sys/_stdarg.h: drop cdefs.h and _types.h polutionBrooks Davis
2024-11-29fileno(3): set errno when returning -1Konstantin Belousov
2024-10-02stdio.h: don't expose rsize_t unless __EXT1_VISIBLEGraham Percival
2024-10-02Revert "stdio.h: don't expose rsize_t unless __EXT1_VISIBLE"Cy Schubert
2024-09-30stdio.h: don't expose rsize_t unless __EXT1_VISIBLEGraham Percival
2024-07-13include: ssp: round out fortification of current set of headersKyle Evans
2024-05-14ssp: appease -Wgnu-statement-expression-from-macro-expansionKyle Evans
2024-05-13Add a build knob for _FORTIFY_SOURCEKyle Evans
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-09-17Restrict the glibc compat cookie open functions to __BSD_VISIBLEWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2020-02-02libc: provide fputc_unlockedKyle Evans
2020-01-30stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwriteKyle Evans
2019-09-09Make snprintf(3) and vscanf(3) definitions available under appropriateKonstantin Belousov
2019-09-01libc: remove getsEd Maste
2018-04-03Remove redundant check.Cy Schubert
2018-04-03Include update to stdio.h missed in r331936.Cy Schubert
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23libthr: fix warnings from GCC when WARNS=6Eric van Gyzen
2017-04-29<stdio.h>: ftello() and fseeko() were in SUSv2, so extend visibility.Pedro F. Giffuni
2017-01-28Make use of clang nullability attributes.Pedro F. Giffuni
2016-10-01Add the __printflike attribute to the declaration of vdprintf(3)Eric van Gyzen
2016-10-01Add the __printflike attribute to the declaration of dprintf(3)Eric van Gyzen
2016-08-02tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see ifWarner Losh
2016-07-30Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin
2016-05-12stdio.h: Fix function-type typedef style and use _types.h __ssize_tConrad Meyer
2016-05-12Pollute more places with off64_t and add __off64_tConrad Meyer
2016-05-11libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer
2015-10-28Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov
2015-07-04Add fdclose(3) function.Mariusz Zaborski
2015-02-11Correct and clarify comment for __SMBF.Bryan Drewery
2014-05-11include: Don't expose L_cuserid in strict C standard compliance mode.Jilles Tjoelker
2014-05-11include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker
2013-02-27Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin
2013-01-30Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti
2012-03-28Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall
2011-12-28In POSIX.1-2008:Xin LI
2011-12-25Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.David Chisnall
2011-12-13Replace __const by const in all non-contributed source code.Ed Schouten
2011-11-13The spec says that FILE must be defined in wchar.h, but it wasn't. ItDavid Chisnall
2010-08-06Remove stale reference to UT_NAMESIZE from <stdio.h>.Ed Schouten
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2009-06-23Merge fmtcheck() prototype change.Xin LI
2009-03-25Make programs that define a macro called `dprintf' more likely to work.David Schultz
2009-03-14Namespace: dprintf() and getline() are in P1003.1-2008.David Schultz
2009-03-04Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz
2009-03-04Add renameat to the POSIX.1-2008 namespace.David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2008-05-07Tag FILE's _bf as being part of the public ABI as well due to the in-treeJohn Baldwin
2008-05-05Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsJohn Baldwin