K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-05-13T21:24:55.620898Z K 7 svn:log V 244 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. END