summaryrefslogtreecommitdiffstats
path: root/include/stdio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add format string checking annotations for dprintf(3) and vdprintf(3)naddy2020-09-111-3/+7
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-091-11/+2
* remove cpp version of __sputc, since the inline version is all we havederaadt2016-03-161-15/+1
* Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butmillert2016-03-141-6/+9
* increase TMP_MAX to the equivalent of INT_MAX. it's actually more,tedu2015-01-201-2/+2
* safe to remove gets, now that's gone from cstdio tootedu2014-03-271-2/+1
* try to put the pin back in.tedu2014-03-251-2/+2
* no getstedu2014-03-251-2/+2
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-3/+1
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-041-3/+1
* Enable fmemopen(3) and open_{w,}memstream(3)eric2013-03-281-1/+6
* Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad2013-01-301-1/+7
* Implement getdelim(3) and getline(3).fgsch2012-03-211-1/+7
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-1/+4
* As pointed out by Richard Guenther our definitionjsg2011-07-031-1/+3
* Define NULL as a void * instead of a long integer, as required by Single Unix.miod2011-04-061-2/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-19/+19
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-19/+19
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-19/+19
* Remove neither documented nor found in any spec ctermid_r() function - ctermid()miod2006-01-131-2/+1
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-18/+17
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-34/+53
* let vfscanf be a real function. Use a weak_alias on systems where thisespie2005-05-111-9/+4
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-301-3/+4
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-6/+1
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-6/+11
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-11/+6
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-6/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Back out __EOF stuff and just use -1 in ctype.h. This is OK sincemillert2002-12-301-5/+2
* Don't define EOF In ctype.h, some 3rd party code checks whether ormillert2002-12-291-2/+6
* NULL is now 0L so it is the same size as a pointer.millert2002-10-251-2/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-79/+79
* attribute(format) no longer implies nonnull...espie2001-11-021-7/+13
* put changes back, this time ALL the files.fgsch2001-09-041-2/+2
* Back out fgsch@'s tree breaking commits.todd2001-08-301-2/+2
* fix some const warningsfgsch2001-08-301-2/+2
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-061-7/+7
* Make P_tmpdir point to /tmp/ not /var/tmpmillert2000-03-041-2/+2
* Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowmillert2000-02-221-16/+9
* Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert2000-02-211-1/+3
* Be thorough about NULL as __null for C++.espie1999-09-171-1/+5
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-3/+36
* Add __attribute__ for asprintf.millert1997-11-291-2/+3
* Implement asprintf(3) and vasprintf(3) functions similar to themillert1997-11-291-1/+5
* Do not enable putc() macro implementation if _POSIX_SOURCE is defined;tholo1996-10-281-1/+7
* export non-constipated sys_errlist[] to userlandderaadt1996-07-261-2/+2
* Partially revert back to the old behaviour of declaring sys_errlist here.downsj1996-07-251-0/+7