| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt |
| 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-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2000-12-30 | initialize mbstate_t properly. | itojun |
| 2000-12-23 | make printf-variant work with stateful encodings. | itojun |
| 2000-07-08 | Attach __format__ attributes to local __sbprintf function | sommerfeld |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1998-11-15 | This is ugly. There is a const castaway inside the print macro, so we cannot | christos |
| 1998-10-13 | Need internal names for isinf() and isnan(). | kleink |
| 1998-09-09 | Perform stdio stream locking as appropriate. | kleink |
| 1998-07-27 | Delint (partially). | mycroft |
| 1998-07-26 | Minor nit. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1997-12-19 | Change several functions to return -1 instead of EOF, which was semantically | kleink |
| 1997-08-29 | Remove the flag test when seeing if _double is zero or not. We | phil |
| 1997-07-13 | Fix RCSID's | christos |
| 1997-05-03 | Upon an attempt to write to a stream that can't be written to, set errno | kleink |
| 1997-04-02 | RCSid police | kleink |
| 1995-05-02 | The C Standard says that printf's format string is a multi-byte | jtc |
| 1995-03-22 | Added "long long" support %ll{d,x,o,i}. | jtc |
| 1995-02-25 | when you have a pointer and want to assign to a quad, you must cast it | cgd |
| 1995-01-25 | Fixed bug with '+' or ' ' flags and precision. | jtc |
| 1994-10-20 | Fix zero padding when using the # format modifier. | jtc |
| 1994-09-30 | The decimal point character is locale specific. | jtc |
| 1994-09-19 | Move FLOATING_POINT definition into Makefile.inc. | mycroft |
| 1994-05-22 | _VA_LIST_ -> _BSD_VA_LIST_ | cgd |
| 1993-11-04 | Corrected and simplified floating point formatting. | jtc |
| 1993-11-03 | Trailing zeros should be printed with all floating point formats | jtc |
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc |
| 1993-08-01 | Add RCS identifiers. | mycroft |
| 1993-07-12 | Make declarations match prototypes. | mycroft |
| 1993-07-09 | update for better FP routines, from AT&T & elsewhere | cgd |
| 1993-04-18 | Fix error in last patch. | mycroft |
| 1993-04-18 | Make arguments match prototypes. | mycroft |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |