| Age | Commit message (Expand) | Author |
| 2013-04-19 | Add explicit locale versions for the printf family. Replace asprintf, | joerg |
| 2009-10-15 | Reverse previous, committed by mistake. | dsl |
| 2009-10-14 | Change a while () {} into a do {} while() so that fgets(buf, 1, file) | dsl |
| 2007-02-03 | use vfwprintf.c | christos |
| 2007-02-02 | Instead of abusing stdio to get a signal-safe version of sprintf, provide one. | christos |
| 2007-01-26 | Fix for issue reported in PR lib/35401 as well as related overflow bugs. | cbiere |
| 2006-10-30 | set n properly so that we can terminate. | christos |
| 2006-10-28 | Initialize decimal_point. | christos |
| 2006-10-28 | initialize floating_point as needed. | christos |
| 2006-10-27 | Add signal-safe versions of snprintf and vsnprintf | christos |
| 2006-02-16 | - s/notyet/WIDE_DOUBLE/ | christos |
| 2005-11-29 | WARNS=4 | christos |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2004-07-02 | remove __UNCONST definition; it is now in <sys/cdefs.h> | christos |
| 2004-03-03 | Don't zero a floating point variable on entry -- this causes the FPU to | drochner |
| 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 |