freebsd-skq/usr.bin/printf
pfg 2cfffa467b Fix printf(1) ignores width and precision in %b format.
The precision with behavior is "unspecified" by POSIX (as of 2018), but
most implementations seem to have taken it to be treated the same as for
"s"; applied after the unescaping.
Adopt the same treatment on our printf.

PR:	229641
Submitted by:	Garrett D'Amore (illumos)
2018-08-07 23:03:50 +00:00
..
tests
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
printf.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
printf.c Fix printf(1) ignores width and precision in %b format. 2018-08-07 23:03:50 +00:00