| Age | Commit message (Expand) | Author |
| 2020-03-30 | Pull up following revision(s) (requested by mrg in ticket #811): | martin |
| 2016-03-17 | gcc 5, my patience is waning. | christos |
| 2015-03-24 | Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace. | wiz |
| 2015-03-05 | One vscanf_l is ample. | dholland |
| 2015-03-04 | PR/49715: Henning Petersen: Missing _*_DECLS in stdio.h around popenve. | christos |
| 2015-01-20 | add popenve(). | christos |
| 2014-10-13 | add open_{,w}memstream | christos |
| 2014-08-07 | cast to LHS type and minor KNF. | christos |
| 2014-05-23 | Fix use of getline and friends in C++ code. | joerg |
| 2014-05-19 | Move declarations of getdelim() and getline() from the (incorrect) ANSI C | kleink |
| 2013-05-04 | add the signal safe prototypes | christos |
| 2013-04-26 | Don't pollute the name space with the various stdio macros for C++. | joerg |
| 2013-04-19 | Add missing __BEGIN_DECLS/__END_DECLS. | joerg |
| 2013-04-19 | Add scanf_l and wscanf_l families. | joerg |
| 2013-04-19 | Add explicit locale versions for the printf family. Replace asprintf, | joerg |
| 2013-04-17 | White space | joerg |
| 2012-04-18 | specify size of the array to help -fmudflap | christos |
| 2012-03-27 | funopen2() | christos |
| 2012-01-22 | From tnozaki@: make fpos_t a complex object that keeps track of the parse | christos |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2010-09-24 | add fmemopen(3) derrived from POSIX:2008. | tnozaki |
| 2010-09-06 | Add dprintf and vdprintf. XXX: Might ifdef it if too many things break. | christos |
| 2010-02-25 | Consistently use __printflike and __scanflike. | joerg |
| 2010-01-11 | Use a proper char */size_t pair in __sfileext to keep track of the line | joerg |
| 2009-07-13 | Add implementations for getdelim(3) and getline(3). | roy |
| 2008-09-21 | add missing attributes to the remaining calls, even the ones that gcc has | christos |
| 2008-08-04 | Add _POSIX_HOST_NAME_MAX and _POSIX_SYMLOOP_MAX to <limits.h> and add some | matt |
| 2008-03-13 | Since _file is a short, check that the fd fits in it, otherwise bail with | christos |
| 2007-08-02 | Do not include SSP files unless _FORTIFY_SOURCE > 0. | kristerw |
| 2007-05-30 | Match usage of FORTIFY_SOURCE on other platforms by not requiring special | tls |
| 2007-02-02 | remove __SAFE | christos |
| 2006-12-09 | defined(_NETBSD_SOURCE) is equivalent to (!defined(_ANSI_SOURCE) && | bjh21 |
| 2006-11-22 | Don't expose _ss functions for 4.0. Requested by core. | christos |
| 2006-10-27 | - flags should be unsigned short instead of short. | christos |
| 2006-05-10 | add __BEGIN_DECLS/__END_DECLS around snprintf() & vsnprintf() prototypes. | mrg |
| 2005-12-27 | inline -> __inline for selected things (specifically, the header | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-05-25 | Include <sys/ansi.h> after <sys/cdefs.h>; from Neil Booth in PR lib/30072. | kleink |
| 2005-05-25 | Belatedly move snprintf() and vnsnprintf() into the XPG4.2/C99 section. | kleink |
| 2005-05-25 | Add restrict qualifiers to fopen()/freopen() arguments. | kleink |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2004-07-01 | Tidy up the namespace: lint -> __lint__. | kleink |
| 2004-05-10 | remove fgetstr() from public sight | drochner |
| 2004-04-21 | add fgetstr | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-05 | P_tmpdir isn't in POSIX, so only define it for _XOPEN_SOURCE and | bjh21 |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-02-27 | As with _REENTRANT, don't provide simple non-locking macro versions of | kleink |
| 2003-01-18 | avoid TMP_MAX redefinition | christos |