summaryrefslogtreecommitdiff
path: root/usr.bin/printf
AgeCommit message (Expand)Author
2008-08-02POSIX says that octal escapes have the format \ddd in the format string,David Schultz
2005-08-05Prefer {u,}intmax_t over the deprecated {u_,}quad_t.Stefan Farfeleder
2005-06-14Markup and wording fixes.Ruslan Ermilov
2005-05-21Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-04-14Update the bugs section, null characters in the format string are now handled.Stefan Farfeleder
2005-04-14Handle null characters in the format string. A \0 in the argument passed to %bStefan Farfeleder
2005-04-14No reason to write \a and \v as octal escape sequences.Stefan Farfeleder
2005-04-14Printf(1) is WARNS 6 clean.Stefan Farfeleder
2005-04-14- Move parts of the long main() function into a new function doformat().Stefan Farfeleder
2005-04-13Assign 0.0 to the variable passed to getfloating() if the argument is missing.Stefan Farfeleder
2005-04-11Replace buggy for-loops to skip certain character with strspn(). If *fmt wasStefan Farfeleder
2005-03-21Support the L modifier for floating-point values as an extension.David Schultz
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-09-24Allow %' to be used as a format flag by printf(1). This makes itGiorgos Keramidas
2004-07-03Fix a markup nit and a misplaced full stop in previous.Tim J. Robbins
2004-07-03Document missing multibyte character support in utilities specifiedTim J. Robbins
2004-07-03Deal with double whitespace.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2004-06-05s/latter/former/David Schultz
2004-06-05- Document the %a, %A, and %F format specifiers.David Schultz
2004-06-05Enable support for the %a, %A, and %F format specifiers.David Schultz
2004-03-07Make it possible for the %[eEfgG] formats to not result in an errorColin Percival
2002-09-04ANSIify function definitions.David Malone
2002-07-15Kill excessive whitespace between macro arguments.Giorgos Keramidas
2002-06-19Fix duplicate % in %b format introduced in rev 1.22.Tim J. Robbins
2002-06-19Let printf(1) tell the difference between zero width/precision andTim J. Robbins
2002-06-19Allow format strings containing "%%" to be reused.Tim J. Robbins
2002-06-19Allow `%' to be written out with an octal escape (\45 or \045).Tim J. Robbins
2002-05-31Typo: characer -> characterGiorgos Keramidas
2002-05-30mdoc(7) police: lint.Ruslan Ermilov
2002-04-25Handle numbers larger than QUAD_MAX for unsigned conversions correctly.Tim J. Robbins
2002-04-23 - printf shouldn't bail out if a conversion fails, it should just keepJuli Mallett
2002-04-20Use `The .Nm utility'Philippe Charnier
2002-03-22remove __PWarner Losh
2002-02-08Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray
2002-01-16Replace reference to ANSI C draft with standard.Ruslan Ermilov
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-03Warns cleanups.David Malone
2001-11-23The RETURN VALUES section is not appropriate for section 1 manualDima Dorfman
2001-11-20Remove the printf builtin command from sh(1), which command is notAkinori MUSHA
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-07-06mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov
2001-02-10mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov
2001-02-10Localize it (LC_NUMERIC)Andrey A. Chernov
2000-12-21Fix printf(1) for cases where a long string with no format specifiers isBen Smithurst
2000-12-19Prepare for mdoc(7)NG.Ruslan Ermilov
2000-09-04When we have both a rcsid and sccsid, ifdef 0 the sccsid. ThisWarner Losh
2000-07-21Revert to 1.8. I misread the sentence and its context.Chris Costello
2000-07-21Properly document %.0f behavior.Chris Costello
2000-07-10Extend to deal with 64 bit numeric arguments.Stefan Eßer