| Age | Commit message (Expand) | Author |
| 2023-11-26 | Remove copyright strings ifdef'd out | Warner Losh |
| 2023-11-26 | usr.bin: Remove ancient SCCS tags. | Warner Losh |
| 2023-09-25 | Purge more stray embedded $FreeBSD$ strings | John Baldwin |
| 2018-08-11 | printf: Fix \c in %b in printf builtin exiting the shell after r337458 | Jilles Tjoelker |
| 2018-08-08 | Fix printf(1) ignores width and precision in %b format. | Pedro F. Giffuni |
| 2018-08-08 | Revert r337440: the log message is wrong. | Pedro F. Giffuni |
| 2018-08-07 | Fix printf(1) ignores width and precision in %b format. | Pedro F. Giffuni |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-04-29 | printf: Output formatted data directly, instead of via asprintf. | Jilles Tjoelker |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2015-03-01 | sh: Fix compiler warnings related to duplicate or missing declarations. | Jilles Tjoelker |
| 2014-05-29 | Minor style knit. | Pedro F. Giffuni |
| 2014-05-26 | printf(1): warn about incomplete uses n$ | Pedro F. Giffuni |
| 2014-05-13 | printf: Fix missing arguments for %u/%o/%x/%X after r265592. | Jilles Tjoelker |
| 2014-05-11 | printf: fix regression after illumos merges. | Pedro F. Giffuni |
| 2014-05-10 | prinf: replace use of alloca with variable length array. | Pedro F. Giffuni |
| 2014-05-08 | Fix the incorrect handling of %b and \c in printf(1) | Pedro F. Giffuni |
| 2014-05-07 | Add width and precision specifiers to printf(1) %n$. | Pedro F. Giffuni |
| 2014-04-21 | Add parameterized position handling to printf(1). | Pedro F. Giffuni |
| 2014-04-17 | Minor style(9) cleanups | Pedro F. Giffuni |
| 2012-12-18 | POSIX requires that non-existent or null arguments be treated as if a | Eitan Adler |
| 2012-09-15 | sh: Prefer internal nextopt() to libc getopt(). | Jilles Tjoelker |
| 2012-01-12 | Style cleanups for printf. | Pedro F. Giffuni |
| 2011-05-28 | printf: Allow multibyte characters for '<char> form, avoid negative codes. | Jilles Tjoelker |
| 2011-03-01 | printf: Note that this is used both as a normal program and a shell builtin. | Jilles Tjoelker |
| 2010-12-29 | printf: Do not use sh memory functions in sh builtin. | Jilles Tjoelker |
| 2010-12-20 | sh: Make warnings in the printf builtin non-fatal, like in the program. | Jilles Tjoelker |
| 2010-12-14 | Revert r216423 per request from Jilles. | Xin LI |
| 2010-12-14 | When printf is being used as a sh(1) builtin, it can not call | Xin LI |
| 2010-12-14 | We work on ctype's and not only on numbers so set LC_ALL instead of | Xin LI |
| 2010-12-14 | IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults says | Xin LI |
| 2010-12-14 | Make use of EX_USAGE for usage(). | Xin LI |
| 2010-12-13 | The only caller of mknum() provides a char instead of an int, so make it | Xin LI |
| 2010-12-13 | Move locale.h include to the beginning header section as pointed out by | Xin LI |
| 2010-12-11 | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl |
| 2010-12-08 | printf: Remove support for building as a csh builtin. | Jilles Tjoelker |
| 2010-11-19 | sh: Add printf builtin. | Jilles Tjoelker |
| 2008-08-02 | POSIX says that octal escapes have the format \ddd in the format string, | David Schultz |
| 2005-08-05 | Prefer {u,}intmax_t over the deprecated {u_,}quad_t. | Stefan Farfeleder |
| 2005-05-21 | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov |
| 2005-04-14 | Handle null characters in the format string. A \0 in the argument passed to %b | Stefan Farfeleder |
| 2005-04-14 | No reason to write \a and \v as octal escape sequences. | Stefan Farfeleder |
| 2005-04-14 | - Move parts of the long main() function into a new function doformat(). | Stefan Farfeleder |
| 2005-04-13 | Assign 0.0 to the variable passed to getfloating() if the argument is missing. | Stefan Farfeleder |
| 2005-04-11 | Replace buggy for-loops to skip certain character with strspn(). If *fmt was | Stefan Farfeleder |
| 2005-03-21 | Support the L modifier for floating-point values as an extension. | David Schultz |
| 2004-09-24 | Allow %' to be used as a format flag by printf(1). This makes it | Giorgos Keramidas |
| 2004-06-05 | Enable support for the %a, %A, and %F format specifiers. | David Schultz |
| 2004-03-07 | Make it possible for the %[eEfgG] formats to not result in an error | Colin Percival |
| 2002-09-04 | ANSIify function definitions. | David Malone |