| Commit message (Expand) | Author | Age | Files | Lines |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | POSIX says that octal escapes have the format \ddd in the format string, | das | 2008-08-02 | 1 | -1/+2 |
* | Prefer {u,}intmax_t over the deprecated {u_,}quad_t. | stefanf | 2005-08-05 | 1 | -17/+18 |
* | Markup and wording fixes. | ru | 2005-06-14 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
* | Update the bugs section, null characters in the format string are now handled. | stefanf | 2005-04-14 | 1 | -6/+4 |
* | Handle null characters in the format string. A \0 in the argument passed to %b | stefanf | 2005-04-14 | 1 | -7/+13 |
* | No reason to write \a and \v as octal escape sequences. | stefanf | 2005-04-14 | 1 | -2/+2 |
* | Printf(1) is WARNS 6 clean. | stefanf | 2005-04-14 | 1 | -0/+1 |
* | - Move parts of the long main() function into a new function doformat(). | stefanf | 2005-04-14 | 1 | -153/+160 |
* | Assign 0.0 to the variable passed to getfloating() if the argument is missing. | stefanf | 2005-04-13 | 1 | -1/+3 |
* | Replace buggy for-loops to skip certain character with strspn(). If *fmt was | stefanf | 2005-04-11 | 1 | -3/+3 |
* | Support the L modifier for floating-point values as an extension. | das | 2005-03-21 | 2 | -6/+44 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Allow %' to be used as a format flag by printf(1). This makes it | keramida | 2004-09-24 | 1 | -1/+1 |
* | Fix a markup nit and a misplaced full stop in previous. | tjr | 2004-07-03 | 1 | -2/+2 |
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -1/+6 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -4/+4 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -7/+14 |
* | s/latter/former/ | das | 2004-06-05 | 1 | -1/+1 |
* | - Document the %a, %A, and %F format specifiers. | das | 2004-06-05 | 1 | -3/+31 |
* | Enable support for the %a, %A, and %F format specifiers. | das | 2004-06-05 | 1 | -1/+4 |
* | Make it possible for the %[eEfgG] formats to not result in an error | cperciva | 2004-03-07 | 1 | -1/+1 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -25/+14 |
* | Kill excessive whitespace between macro arguments. | keramida | 2002-07-15 | 1 | -5/+5 |
* | Fix duplicate % in %b format introduced in rev 1.22. | tjr | 2002-06-19 | 1 | -5/+6 |
* | Let printf(1) tell the difference between zero width/precision and | tjr | 2002-06-19 | 1 | -7/+9 |
* | Allow format strings containing "%%" to be reused. | tjr | 2002-06-19 | 1 | -2/+2 |
* | Allow `%' to be written out with an octal escape (\45 or \045). | tjr | 2002-06-19 | 1 | -1/+5 |
* | Typo: characer -> character | keramida | 2002-05-31 | 1 | -1/+1 |
* | mdoc(7) police: lint. | ru | 2002-05-30 | 1 | -10/+8 |
* | Handle numbers larger than QUAD_MAX for unsigned conversions correctly. | tjr | 2002-04-25 | 1 | -50/+96 |
* | - printf shouldn't bail out if a conversion fails, it should just keep | jmallett | 2002-04-23 | 2 | -42/+93 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | remove __P | imp | 2002-03-22 | 1 | -9/+9 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | Replace reference to ANSI C draft with standard. | ru | 2002-01-16 | 1 | -4/+1 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+1 |
* | Warns cleanups. | dwmalone | 2001-12-03 | 2 | -5/+7 |
* | The RETURN VALUES section is not appropriate for section 1 manual | dd | 2001-11-23 | 1 | -3/+2 |
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 1 | -10/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -2/+2 |
* | mdoc(7) police: mark LC_NUMERIC with .Dv. | ru | 2001-02-10 | 1 | -1/+2 |
* | Localize it (LC_NUMERIC) | ache | 2001-02-10 | 2 | -0/+10 |
* | Fix printf(1) for cases where a long string with no format specifiers is | ben | 2000-12-21 | 1 | -4/+16 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -2/+5 |
* | When we have both a rcsid and sccsid, ifdef 0 the sccsid. This | imp | 2000-09-04 | 1 | -0/+2 |
* | Revert to 1.8. I misread the sentence and its context. | chris | 2000-07-21 | 1 | -2/+1 |
* | Properly document %.0f behavior. | chris | 2000-07-21 | 1 | -1/+2 |