freebsd-src/usr.bin/printf
Jilles Tjoelker 4e4d980265 printf: Fix missing arguments for %u/%o/%x/%X after r265592.
If a numeric argument is missing, zero should be assumed, for signed as well
as unsigned conversions.

This fixes the 'zero' regression tests.

r265592 erroneously reverted r244407.
2014-05-13 21:24:55 +00:00
..
tests Migrate most of tools/regression/usr.bin/ to the new tests layout. 2014-03-16 08:04:06 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
printf.1 Add parameterized position handling to printf(1). 2014-04-21 22:47:18 +00:00
printf.c printf: Fix missing arguments for %u/%o/%x/%X after r265592. 2014-05-13 21:24:55 +00:00