| Age | Commit message (Expand) | Author |
| 2002-03-14 | putwc and putwchar's argument is wchar_t, not wint_t. | yamt |
| 2002-03-12 | fully initialize the structure to avoid gcc complaints. | christos |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-02-02 | Punctuation nit, and slight grammar improvement. | wiz |
| 2002-02-02 | note that our fsetpos/fgetpos don't know about stream's state. | yamt |
| 2002-01-21 | One pasto, one typo. | kleink |
| 2001-12-07 | Avoid Po/Pq. | wiz |
| 2001-12-07 | Slight grammar improvement. | wiz |
| 2001-12-07 | Markup getwc in one place. | wiz |
| 2001-12-07 | Grammar improvements, some additional markup and a typo fix. | wiz |
| 2001-12-07 | g/c #if 0. | yamt |
| 2001-12-07 | add files forgotten in my previous commit. | yamt |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt |
| 2001-12-02 | C99: Recognize %F here, too. | kleink |
| 2001-12-02 | Fix a mis-pasting in previous; pointed out by Thomas Klausner. | kleink |
| 2001-12-02 | C99: | kleink |
| 2001-11-28 | Since we're returned the sign of a floating-point number by __dtoa(), | kleink |
| 2001-11-27 | Ugh, back out last commit. It makes vfprintf depend on -lm. | augustss |
| 2001-11-27 | Print sign of -0.0 correctly. Fixes PR 3137 (mine). | augustss |
| 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 |