aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-11/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* printf(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-07-011-9/+42
* printf(1): Note that \c only works in %b stringsJilles Tjoelker2019-07-291-4/+7
* printf: Add test for width and precision in %b formatJilles Tjoelker2018-08-133-1/+4
* printf: Fix \c in %b in printf builtin exiting the shell after r337458Jilles Tjoelker2018-08-111-1/+1
* Fix printf(1) ignores width and precision in %b format.Pedro F. Giffuni2018-08-081-4/+8
* Revert r337440: the log message is wrong.Pedro F. Giffuni2018-08-081-8/+4
* Fix printf(1) ignores width and precision in %b format.Pedro F. Giffuni2018-08-071-4/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* printf: Output formatted data directly, instead of via asprintf.Jilles Tjoelker2017-04-291-10/+6
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-17/+14
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+0
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-195-12/+36
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-082-36/+103
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-2818-3/+112
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \ \
| * \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-4/+10
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | sh: Fix compiler warnings related to duplicate or missing declarations.Jilles Tjoelker2015-03-011-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | printf: Install tests/regress.missingpos1.out, fixing tests.Jilles Tjoelker2014-06-011-0/+1
* | | | | | Fix m2 regression test.Pedro F. Giffuni2014-05-311-0/+1
* | | | | | Update number of tests.Pedro F. Giffuni2014-05-291-1/+1
* | | | | | Minor style knit.Pedro F. Giffuni2014-05-291-2/+1
* | | | | | printf(1): add tests for warn about incomplete uses n$Pedro F. Giffuni2014-05-262-0/+9
* | | | | | printf(1): warn about incomplete uses n$Pedro F. Giffuni2014-05-261-2/+16
* | | | | | printf: Fix missing arguments for %u/%o/%x/%X after r265592.Jilles Tjoelker2014-05-131-1/+1
* | | | | | printf: fix regression after illumos merges.Pedro F. Giffuni2014-05-111-3/+5
* | | | | | prinf: replace use of alloca with variable length array.Pedro F. Giffuni2014-05-101-3/+1
| |_|_|_|/ |/| | | |
* | | | | Fix the incorrect handling of %b and \c in printf(1)Pedro F. Giffuni2014-05-081-13/+15
* | | | | Add width and precision specifiers to printf(1) %n$.Pedro F. Giffuni2014-05-071-25/+90