| Age | Commit message (Expand) | Author |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warnings | lukem |
| 2001-10-17 | Drop a VAX/Tahoe reference (the VAX case wasn't true with the current compiler | kleink |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Mainly sort SEE ALSO, but also sort sections, and some punctuation and | wiz |
| 2001-09-16 | Boring whitespace fixes. | wiz |
| 2001-07-06 | Do not xref pc(1) | abs |
| 2001-06-22 | Draw attention to the fact that the created file/dir may not be readable | aymeric |
| 2001-06-21 | casts to size_t | christos |
| 2001-04-30 | Clarify C standards situation a bit. | kleink |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-26 | Fix an ... interesting pasto in the description of the l length modifier | kleink |
| 2001-04-25 | Document getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3) and | kleink |
| 2001-04-13 | Need an internal name for asprintf(3). | kleink |
| 2001-04-03 | Xr printf(9) | jhawk |
| 2001-01-25 | apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. | lukem |
| 2000-12-30 | initialize mbstate_t properly. | itojun |
| 2000-12-29 | Sprinkle some __restrict into stdio. | kleink |
| 2000-12-23 | make printf-variant work with stateful encodings. | itojun |
| 2000-12-10 | fix duplicate declaration of __glue. | christos |
| 2000-11-29 | This is for completeness only (to make fdopen symmetric with fopen and freopen) | christos |
| 2000-11-29 | Add checks for O_NDELAY [which indicates that we only want plain files], | christos |
| 2000-11-29 | make sure we preserve errno. | christos |
| 2000-10-19 | Actually EINVAL fits the circumstances better. | kleink |
| 2000-10-19 | C99: Passing a null pointer as the buffer argument to snprintf() and | kleink |
| 2000-10-18 | Make "f" standout better. | kim |
| 2000-07-26 | XCU5 -> XSH5. | kleink |
| 2000-07-26 | Oops, forgot to define weak aliases for public names. | kleink |
| 2000-07-16 | v*scanf() are hardly 'new to this release' when they have | jdolecek |
| 2000-07-08 | Attach __format__ attributes to local __sbprintf function | sommerfeld |
| 2000-07-08 | Elaborate a bit on fseeko() and ftello(). | kleink |
| 2000-07-08 | Bump date for fseeko() and ftello(). | kleink |
| 2000-07-08 | In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid | kleink |
| 2000-07-08 | XCU5: Add fseeko() and ftello() functions which provide the functionality of | kleink |
| 2000-05-17 | Comment out a paragraph describing behavior which NetBSD's fopen(3) does | fair |
| 2000-03-08 | Replace internal use of strto{,u}q() with strto{,u}ll(). | kleink |
| 2000-01-22 | Delint. | mycroft |
| 2000-01-21 | Need to include "reentrant.h" for FLOCKFILE macros. | wrstuden |
| 2000-01-21 | Do file locking. | mycroft |
| 2000-01-21 | Just call fflush() from _cleanup(), since it does the right locking. | mycroft |
| 2000-01-21 | Call __sclearerr(), nor clearerr(), so we don\`t try to double lock. | mycroft |
| 2000-01-21 | Do the lock *after* checking that the fp is valid. | mycroft |
| 2000-01-21 | Initialize f._file for locking primitives. | mycroft |
| 2000-01-15 | add and "f" flag to fopen that makes sure we are opening a plain file, | christos |
| 1999-11-14 | missing ; | explorer |
| 1999-09-26 | xref symlink(7) | jdolecek |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-17 | revert previous; if we examine SUS more closely we find that unless explictly... | lukem |
| 1999-09-16 | return (0) if size or count == 0 before check for _DIAGASSERT(buf != NULL). | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-08-22 | No need for "namespace.h". | kleink |