summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andmillert1-11/+2
2016-03-16remove cpp version of __sputc, since the inline version is all we havederaadt1-15/+1
2016-03-14Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butmillert1-6/+9
2015-01-20increase TMP_MAX to the equivalent of INT_MAX. it's actually more,tedu1-2/+2
2014-03-27safe to remove gets, now that's gone from cstdio tootedu1-2/+1
2014-03-25try to put the pin back in.tedu1-2/+2
2014-03-25no getstedu1-2/+2
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther1-3/+1
2013-12-04express final disapproval of the interfaces in libcompat, such asderaadt1-3/+1
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)eric1-1/+6
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad1-1/+7
2012-03-21Implement getdelim(3) and getline(3).fgsch1-1/+7
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),matthew1-1/+4
2011-07-03As pointed out by Richard Guenther our definitionjsg1-1/+3
2011-04-06Define NULL as a void * instead of a long integer, as required by Single Unix.miod1-2/+2
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfilekurt1-19/+19
2009-10-22Back out previous commit, as it caused too much growth for the installguenther1-19/+19
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfileguenther1-19/+19
2006-01-13Remove neither documented nor found in any spec ctermid_r() function - ctermid()miod1-2/+1
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_millert1-18/+17
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert1-34/+53
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisespie1-9/+4
2005-04-30Change internals of FILE: reuse the unget buffer field to access anespie1-3/+4
2004-06-07major bump to libc and libpthread to break the dependency of amarc1-6/+1
2003-08-01add __bounded__ attributes for userland headers; enabled with -Wboundedavsm1-6/+11
2003-06-26backout the __bounded__ attributes for a while; requested by deraadt@avsm1-11/+6
2003-06-26Mark various standard library functions with the __bounded__ attribute.avsm1-6/+11
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-12-30Back out __EOF stuff and just use -1 in ctype.h. This is OK sincemillert1-5/+2
2002-12-29Don't define EOF In ctype.h, some 3rd party code checks whether ormillert1-2/+6
2002-10-25NULL is now 0L so it is the same size as a pointer.millert1-2/+2
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-2/+2
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-3/+3
2002-02-16Part 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.millert1-79/+79
2001-11-02attribute(format) no longer implies nonnull...espie1-7/+13
2001-09-04put changes back, this time ALL the files.fgsch1-2/+2
2001-08-30Back out fgsch@'s tree breaking commits.todd1-2/+2
2001-08-30fix some const warningsfgsch1-2/+2
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt1-7/+7
2000-03-04Make P_tmpdir point to /tmp/ not /var/tmpmillert1-2/+2
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowmillert1-16/+9
2000-02-21Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert1-1/+3
1999-09-17Be thorough about NULL as __null for C++.espie1-1/+5
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-3/+36
1997-11-29Add __attribute__ for asprintf.millert1-2/+3
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to themillert1-1/+5
1996-10-28Do not enable putc() macro implementation if _POSIX_SOURCE is defined;tholo1-1/+7
1996-07-26export non-constipated sys_errlist[] to userlandderaadt1-2/+2
1996-07-25Partially revert back to the old behaviour of declaring sys_errlist here.downsj1-0/+7
1996-05-01typo in __STRICT_ANSI__deraadt1-2/+2