| Age | Commit message (Expand) | Author |
| 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 |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-20 | Spelling police. "__resitrct" was not spelled cirectly enough. | atatat |
| 2002-11-30 | - Migrate fparseln(3) from libutil to libc, where it should have been in | lukem |
| 2002-05-24 | * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. | thorpej |
| 2002-05-24 | Parameterize the vfscanf macro's arguments. Without them, 3rd party | thorpej |
| 2002-05-24 | Add a scanf format attribute to __svfscanf(). | thorpej |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt |
| 2000-12-29 | Sprinkle some __restrict into stdio. | kleink |
| 2000-12-18 | protect against multiple declarations. | christos |
| 2000-11-15 | Move fmtcheck() prototype to stdio.h. It makes more sense to declare it | briggs |
| 2000-07-28 | Avoid recursion with traditional cpp. | kleink |
| 2000-07-23 | This is a HACK so that libc can compile with -ansi. | mycroft |
| 2000-07-16 | - Fix couple of typos. | enami |
| 2000-07-15 | fix obvious typo | drochner |
| 2000-07-08 | XCU5: Add fseeko() and ftello() functions which provide the functionality of | kleink |
| 2000-06-26 | Get rid of the inclusion of <sys/types.h> and define fpos_t using __off_t. | kleink |
| 2000-01-10 | Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to | kleink |
| 1999-12-22 | For the benefit of G++'s null pointer constant implementation, #define NULL | kleink |
| 1998-11-20 | * Bring *_unlocked() declarations in scope if _REENTRANT is defined, too; add | kleink |
| 1998-09-28 | Move 1003.1c-1995 declarations inside the appropriate name space protection | kleink |
| 1998-08-28 | Use __format__, __printf__ for consistency | tv |
| 1998-08-28 | add asprintf and vasprintf, originally written by Todd Miller for OpenBSD | perry |