| Age | Commit message (Expand) | Author |
| 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 |
| 1998-07-30 | __Namespace__ __protection__. | mycroft |
| 1998-07-27 | Nuke tmpnam() as well. | mycroft |
| 1998-07-27 | If __AUDIT__ is defined, remove some traditional interfaces: gets, sprintf, | mycroft |
| 1998-05-11 | add missing backslash | drochner |
| 1998-05-11 | Reorganize name space protection. | kleink |
| 1998-02-14 | If standards-compliance is requested by defining the preprocessor symbols | kleink |
| 1998-02-02 | merge lite-2 | perry |
| 1998-01-19 | Added function declarations for flockfile(), ftrylockfile(), funlockfile(), | jtc |
| 1996-04-25 | Fix typo, __STRICT_ANSI_ -> __STRICT_ANSI__ | jtc |
| 1996-01-20 | Removed declarations for sys_nerr & sys_errlist (moved to errno.h) | jtc |
| 1995-03-25 | change second arg of fgets() from size_t to int | jtc |
| 1995-03-22 | Removed const qualifier from ftell's FILE * argument. It's not ANSI, | jtc |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-05-22 | _VA_LIST_ -> _BSD_VA_LIST_ | cgd |
| 1994-05-21 | add _BSD's to ansi types | cgd |
| 1994-04-03 | fpos_t is now a 64-bit quantity | cgd |
| 1994-01-04 | rename fgetline() and sharpen axe for bostic... | cgd |
| 1993-12-02 | Add `const's to sys_errlist decl to match 4.4. | mycroft |
| 1993-12-01 | Use GCC's format attribute (for bug detection with -Wformat). | jtc |
| 1993-10-11 | Restore define for L_cuserid and add cuserid prototype. | jtc |
| 1993-10-06 | cuserid() was removed by 1990's revision of 1003.1, and we never provided it | jtc |
| 1993-10-04 | fread and fwrite both return size_t, not int. | jtc |
| 1993-10-04 | sscanf takes a const char * as the first arg; the man page was (already) | cgd |