| Commit message (Expand) | Author | Age | Files | Lines |
* | printf: Install tests/regress.missingpos1.out, fixing tests. | jilles | 2014-06-01 | 1 | -0/+1 |
* | Fix m2 regression test. | pfg | 2014-05-31 | 1 | -0/+1 |
* | Update number of tests. | pfg | 2014-05-29 | 1 | -1/+1 |
* | Minor style knit. | pfg | 2014-05-29 | 1 | -2/+1 |
* | printf(1): add tests for warn about incomplete uses n$ | pfg | 2014-05-26 | 2 | -0/+9 |
* | 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 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Add parameterized position handling to printf(1). | pfg | 2014-04-21 | 2 | -1/+39 |
* | Minor style(9) cleanups | pfg | 2014-04-17 | 1 | -2/+2 |
* | Migrate most of tools/regression/usr.bin/ to the new tests layout. | jmmv | 2014-03-16 | 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 |