| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. |  schwarze | 1 | -3/+3 |
| 2019-08-02 | document octal escape format in %b arguments; |  schwarze | 1 | -3/+22 |
| 2019-06-02 | Fix incorrect character escape. |  bentley | 1 | -3/+3 |
| 2018-03-13 | remove the Ic macro from EXAMPLES, and use a much more standard literal; |  jmc | 1 | -15/+10 |
| 2016-11-18 | Fix two documentation bugs: |  schwarze | 1 | -5/+10 |
| 2016-11-18 | Delete useless call to setlocale(3). |  schwarze | 1 | -13/+9 |
| 2016-07-27 | fix signed char extension bugs. from fade@cock.li. ok guenther. |  tedu | 1 | -4/+4 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -3/+3 |
| 2015-10-06 | obvious tame "stdio". For those not keeping score, this is another |  deraadt | 1 | -1/+5 |
| 2015-02-28 | Reduce usage of predefined strings in manpages. |  bentley | 1 | -4/+4 |
| 2014-10-22 | document the special \c escape sequence that can only be used with %b; |  schwarze | 1 | -4/+13 |
| 2014-05-25 | don't use plural "arguments" in SYNOPSIS, since "..." makes it |  jmc | 2 | -10/+8 |
| 2014-05-20 | Use errc/warnc to simplify code. |  guenther | 1 | -2/+2 |
| 2014-05-13 | - document two escape sequences as extensions in STANDARDS |  jmc | 1 | -8/+5 |
| 2014-04-18 | Handle passing zero to a variable fieldwidth or precision. |  guenther | 1 | -6/+9 |
| 2013-11-20 | isxdigit() needs unsigned char cast for this specific argument |  deraadt | 1 | -2/+2 |
| 2011-06-18 | Warn and stop processing if the format string ends with an backslash. |  guenther | 1 | -1/+6 |
| 2010-10-21 | more EXIT STATUS bits; from Daniel Dickman |  jmc | 1 | -5/+3 |
| 2010-09-03 | add an EXIT STATUS section for /usr/bin; |  jmc | 1 | -3/+3 |
| 2010-03-26 | dispense with some wacky escape sequences; |  jmc | 1 | -4/+4 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -12/+1 |
| 2009-07-19 | remove BUILTIN/SHELL cruft that used to be needed for sh, which is |  martynas | 1 | -30/+2 |
| 2009-07-17 | be more careful with parsing format string. we can't do multiple |  martynas | 1 | -10/+22 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave |  martynas | 1 | -2/+38 |
| 2008-09-14 | describe %a/%A. from freebsd |  martynas | 1 | -4/+17 |
| 2008-09-08 | - add descriptions for %F, and infinity/not-a-number from printf(3) |  martynas | 1 | -4/+17 |
| 2008-09-08 | enable support for %a, %A, %F. ok theo |  martynas | 1 | -2/+5 |
| 2008-06-19 | printf(1) does not take any options but still needs to ignore the "--" |  millert | 1 | -2/+8 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-30 | - use a consistent text for STANDARDS |  jmc | 1 | -4/+5 |
| 2004-05-31 | zap unused variables, ok beck@ |  pedro | 1 | -3/+2 |
| 2003-06-23 | Don't not use getopt() in printf(1) since it causes formats beginning |  millert | 1 | -15/+4 |
| 2003-06-10 | mostly ansi cleanup; pval ok |  deraadt | 1 | -23/+15 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2003-03-30 | snprintf |  deraadt | 1 | -3/+3 |
| 2003-03-18 | small typos; |  jmc | 1 | -2/+2 |
| 2002-11-14 | use $ or # before commands in examples |  deraadt | 1 | -3/+3 |
| 2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 1 | -21/+2 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -13/+13 |
| 2001-11-19 | kill more registers |  mpech | 1 | -6/+6 |
| 2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when |  pjanzen | 1 | -3/+3 |
| 2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) |  deraadt | 1 | -5/+29 |
| 2000-10-19 | Put the fmt strings CAVEATS section into userland printf(1) man page, too; |  aaron | 1 | -1/+12 |
| 2000-03-23 | Fix some formatting problems I missed before. |  aaron | 1 | -2/+2 |
| 2000-03-10 | Various cleanups and standardization. |  aaron | 1 | -26/+33 |
| 2000-03-06 | Add HISTORY sections; from FreeBSD. |  aaron | 1 | -4/+10 |
| 2000-01-22 | Add a couple of useful examples. |  aaron | 1 | -1/+10 |
| 1999-06-05 | - remove trailing white space |  aaron | 1 | -9/+9 |
| 1998-11-30 | cleanup; also note that ``0'' flag is ignored when used with a precision |  aaron | 1 | -21/+43 |