| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Fix compiler warnings related to duplicate or missing declarations. | jilles | 2015-03-01 | 1 | -1/+0 |
* | Minor style knit. | pfg | 2014-05-29 | 1 | -2/+1 |
* | printf(1): warn about incomplete uses n$ | pfg | 2014-05-26 | 1 | -2/+16 |
* | printf: Fix missing arguments for %u/%o/%x/%X after r265592. | jilles | 2014-05-13 | 1 | -1/+1 |
* | printf: fix regression after illumos merges. | pfg | 2014-05-11 | 1 | -3/+5 |
* | prinf: replace use of alloca with variable length array. | pfg | 2014-05-10 | 1 | -3/+1 |
* | Fix the incorrect handling of %b and \c in printf(1) | pfg | 2014-05-08 | 1 | -13/+15 |
* | Add width and precision specifiers to printf(1) %n$. | pfg | 2014-05-07 | 1 | -25/+90 |
* | Add parameterized position handling to printf(1). | pfg | 2014-04-21 | 1 | -0/+35 |
* | Minor style(9) cleanups | pfg | 2014-04-17 | 1 | -2/+2 |
* | 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 |
* | Style cleanups for printf. | pfg | 2012-01-12 | 1 | -18/+18 |
* | printf: Allow multibyte characters for '<char> form, avoid negative codes. | jilles | 2011-05-28 | 1 | -4/+18 |
* | 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 | 1 | -4/+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 | 1 | -6/+24 |
* | 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 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
* | 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 |
* | - 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 | 1 | -6/+34 |
* | Allow %' to be used as a format flag by printf(1). This makes it | keramida | 2004-09-24 | 1 | -1/+1 |
* | 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 |
* | Fix duplicate % in %b format introduced in rev 1.22. | tjr | 2002-06-19 | 1 | -5/+6 |
* | Let printf(1) tell the difference between zero width/precision and | tjr | 2002-06-19 | 1 | -7/+9 |
* | Allow format strings containing "%%" to be reused. | tjr | 2002-06-19 | 1 | -2/+2 |
* | Allow `%' to be written out with an octal escape (\45 or \045). | tjr | 2002-06-19 | 1 | -1/+5 |
* | Handle numbers larger than QUAD_MAX for unsigned conversions correctly. | tjr | 2002-04-25 | 1 | -50/+96 |
* | - printf shouldn't bail out if a conversion fails, it should just keep | jmallett | 2002-04-23 | 1 | -37/+66 |
* | remove __P | imp | 2002-03-22 | 1 | -9/+9 |
* | Warns cleanups. | dwmalone | 2001-12-03 | 1 | -5/+5 |
* | Localize it (LC_NUMERIC) | ache | 2001-02-10 | 1 | -0/+7 |
* | Fix printf(1) for cases where a long string with no format specifiers is | ben | 2000-12-21 | 1 | -4/+16 |