summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-17/+14
* MFHgjb2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-1/+0
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-195-12/+36
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2014-05-082-36/+103
| |\ \
| * \ \ Merge headsjg2014-04-2818-3/+112
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Sync from headsjg2012-11-041-4/+10
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / / / | |/| | | | |
* | | | | | | sh: Fix compiler warnings related to duplicate or missing declarations.jilles2015-03-011-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | printf: Install tests/regress.missingpos1.out, fixing tests.jilles2014-06-011-0/+1
* | | | | | Fix m2 regression test.pfg2014-05-311-0/+1
* | | | | | Update number of tests.pfg2014-05-291-1/+1
* | | | | | Minor style knit.pfg2014-05-291-2/+1
* | | | | | printf(1): add tests for warn about incomplete uses n$pfg2014-05-262-0/+9
* | | | | | printf(1): warn about incomplete uses n$pfg2014-05-261-2/+16
* | | | | | printf: Fix missing arguments for %u/%o/%x/%X after r265592.jilles2014-05-131-1/+1
* | | | | | printf: fix regression after illumos merges.pfg2014-05-111-3/+5
* | | | | | prinf: replace use of alloca with variable length array.pfg2014-05-101-3/+1
| |_|_|_|/ |/| | | |
* | | | | Fix the incorrect handling of %b and \c in printf(1)pfg2014-05-081-13/+15
* | | | | Add width and precision specifiers to printf(1) %n$.pfg2014-05-071-25/+90
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | Add parameterized position handling to printf(1).pfg2014-04-212-1/+39
* | | | Minor style(9) cleanupspfg2014-04-171-2/+2
* | | | Migrate most of tools/regression/usr.bin/ to the new tests layout.jmmv2014-03-1616-0/+71
| |_|/ |/| |
* | | POSIX requires that non-existent or null arguments be treated as if aeadler2012-12-181-1/+1
| |/ |/|
* | sh: Prefer internal nextopt() to libc getopt().jilles2012-09-151-4/+10
|/
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Style cleanups for printf.pfg2012-01-121-18/+18
* printf(1): Document that %c and precision for %b/%s use bytes, not chars.jilles2011-05-281-6/+17
* printf: Allow multibyte characters for '<char> form, avoid negative codes.jilles2011-05-282-7/+20
* printf(1): Move non-bugs from the BUGS section to a new section CAVEATS.jilles2011-04-251-10/+10
* printf(1): Mention effect of '#' modifier on other conversions.jilles2011-04-251-5/+5
* printf: Note that this is used both as a normal program and a shell builtin.jilles2011-03-011-0/+4
* printf: Do not use sh memory functions in sh builtin.jilles2010-12-291-13/+0
* sh: Make warnings in the printf builtin non-fatal, like in the program.jilles2010-12-201-17/+13
* Revert r216423 per request from Jilles.delphij2010-12-141-10/+10
* When printf is being used as a sh(1) builtin, it can not calldelphij2010-12-141-3/+1
* We work on ctype's and not only on numbers so set LC_ALL instead ofdelphij2010-12-141-1/+1
* IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults saysdelphij2010-12-141-10/+10
* Make use of EX_USAGE for usage().delphij2010-12-141-2/+4
OpenPOWER on IntegriCloud