| Age | Commit message (Expand) | Author |
| 2009-03-11 | Use semantic markup | joerg |
| 2008-09-01 | Fix description of %b format. PR 39111 from Paul Goyette. | dholland |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-06 | Add a note about the stupid behaviour of "%c" format. | apb |
| 2008-03-28 | detect more errors from printf/malloc. | christos |
| 2005-03-22 | Remember to consume input bytes when processing '\0nnn' for %b formats | dsl |
| 2004-10-30 | WARNS=3, and remove comment about WFORMAT issues. | christos |
| 2004-10-30 | - KNF, WARNS=3, pass lint. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-25 | Revert previous. 'None' means that the "Utility Syntax Guidlines" apply. | dsl |
| 2003-06-25 | Remove getopt() loop, IEEE 1003.1 doesn't say that printf(1) should conform | dsl |
| 2003-04-28 | Use .Aq instead of \*[Lt]...\*[Gt]; sort SEE ALSO; add some more commas; | wiz |
| 2003-04-28 | Add missing comma. | augustss |
| 2003-02-24 | Fix the output of NUL bytes within %b formats. | dsl |
| 2002-11-24 | Fixes from David Laight: | christos |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-06-14 | Complete declaration of progprintf() to fix build problem in csh(1). | tron |
| 2002-06-14 | Remove #ifdef __STDC__. De-__P() and ANSIfy. Fix a prototype mismatch | wiz |
| 2002-06-14 | WARNS=2 | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-08 | Punctuation nits. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-05-05 | Change to use {u,}intmax_t internally (was: (unsigned) long). | kleink |
| 2001-04-03 | Xr printf(9) | jhawk |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES or | kleink |
| 1998-12-19 | brace pollution, and char -> unsigned char | christos |
| 1998-10-14 | include unistd | wsanchez |
| 1998-08-22 | \e generates an escape character but is not listed in the manpage. Fixed. | garbled |
| 1998-02-03 | add <unistd.h> to fix compiler warning | perry |
| 1997-11-08 | remove WARNS?=1, cleanup .Nm usage | lukem |
| 1997-10-19 | s/index/strchr | lukem |
| 1997-10-18 | "merge" lite-2. our printf is already kinda different...minor changes only. | mrg |
| 1997-07-04 | Fix compiler warnings. | christos |
| 1997-03-08 | alternate -> alternative, per PR 2643 | mouse |
| 1997-01-14 | lint and KNF changes. (mostly casting returns to void to quiet lint.) | cgd |
| 1997-01-09 | RCS ID police | tls |
| 1995-07-07 | Changed floating point output format to be exactly the same (use same | jtc |
| 1995-02-15 | The descriptions of the o and u formatting options were reversed (PR #785). | jtc |
| 1994-02-03 | Simplify conversion of "quoted" numeric arguments. | jtc |
| 1994-02-03 | Code to check if conversion (by strtol(), strtoul(), or strtod()) was | jtc |
| 1994-02-03 | Add and use getulong() to handle %u, %o, %x & %X formatting directives. | jtc |
| 1993-12-31 | Handle format strings error correctly. | jtc |
| 1993-11-25 | Error in hextobin() macro messed up hex escape constants. | jtc |
| 1993-11-19 | Oops! get rid of the free(), mklong()'s buffer no longer malloc()'d. | jtc |
| 1993-11-19 | Return from main() if a \c escape is encountered in a %b string (was an exit()). | jtc |
| 1993-11-19 | Move all the code from do_printf() into do-while loop in main(). I need | jtc |
| 1993-11-19 | Merged in most of the changes from 4.4 necessary to make printf a sh | jtc |
| 1993-11-05 | Changes required to make printf utility POSIX.2 compliant: | jtc |
| 1993-08-01 | Add RCS identifiers. | mycroft |