index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
printf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
1
-2
/
+0
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
1
-1
/
+0
|
|
\
|
|
/
|
/
|
|
*
Merge head from 7/28
sjg
2014-08-19
5
-12
/
+36
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge from head
sjg
2014-05-08
2
-36
/
+103
|
|
\
\
|
*
\
\
Merge head
sjg
2014-04-28
18
-3
/
+112
|
|
\
\
\
|
*
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
Sync with HEAD.
obrien
2013-02-08
1
-1
/
+1
|
|
\
\
\
\
|
|
\
\
\
\
|
|
\
\
\
\
|
*
-
.
\
\
\
\
Sync from head
sjg
2012-11-04
1
-4
/
+10
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
sh: Fix compiler warnings related to duplicate or missing declarations.
jilles
2015-03-01
1
-1
/
+0
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
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
[next]