| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r264581, r264744: | pfg | 2014-04-30 | 1 | -2/+2 |
* | MFC various moves of tools/regressions/ tests to the new infrastructure. | jmmv | 2014-04-27 | 16 | -0/+71 |
* | POSIX requires that non-existent or null arguments be treated as if a | eadler | 2012-12-18 | 1 | -1/+1 |
* | sh: Prefer internal nextopt() to libc getopt(). | jilles | 2012-09-15 | 1 | -4/+10 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Style cleanups for printf. | pfg | 2012-01-12 | 1 | -18/+18 |
* | printf(1): Document that %c and precision for %b/%s use bytes, not chars. | jilles | 2011-05-28 | 1 | -6/+17 |
* | printf: Allow multibyte characters for '<char> form, avoid negative codes. | jilles | 2011-05-28 | 2 | -7/+20 |
* | printf(1): Move non-bugs from the BUGS section to a new section CAVEATS. | jilles | 2011-04-25 | 1 | -10/+10 |
* | printf(1): Mention effect of '#' modifier on other conversions. | jilles | 2011-04-25 | 1 | -5/+5 |
* | printf: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-03-01 | 1 | -0/+4 |
* | printf: Do not use sh memory functions in sh builtin. | jilles | 2010-12-29 | 1 | -13/+0 |
* | sh: Make warnings in the printf builtin non-fatal, like in the program. | jilles | 2010-12-20 | 1 | -17/+13 |
* | Revert r216423 per request from Jilles. | delphij | 2010-12-14 | 1 | -10/+10 |
* | When printf is being used as a sh(1) builtin, it can not call | delphij | 2010-12-14 | 1 | -3/+1 |
* | We work on ctype's and not only on numbers so set LC_ALL instead of | delphij | 2010-12-14 | 1 | -1/+1 |
* | IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults says | delphij | 2010-12-14 | 1 | -10/+10 |
* | Make use of EX_USAGE for usage(). | delphij | 2010-12-14 | 1 | -2/+4 |
* | The only caller of mknum() provides a char instead of an int, so make it | delphij | 2010-12-13 | 1 | -2/+2 |
* | Move locale.h include to the beginning header section as pointed out by | delphij | 2010-12-13 | 1 | -3/+2 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | printf: Remove support for building as a csh builtin. | jilles | 2010-12-08 | 1 | -8/+2 |
* | sh: Add printf builtin. | jilles | 2010-11-19 | 2 | -7/+34 |
* | Note bug in trying to printf(1) things like: '-%s\n' "foo" | obrien | 2010-09-09 | 1 | -0/+7 |
* | printf(1): Clarify that \OOO produces a byte, different %b escape sequences. | jilles | 2010-09-05 | 1 | -4/+10 |
* | 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 |