mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 15:22:12 -04:00
e9220f51174195df875c2a03126968615f00166e
* (bytes_to_octal_digits): New static array. * (get_format_flags): Combine '+' and ' ' cases of switch stmt. Return count if for loop terminates. Otherwise --suffix=%- would lose. * (get_format_width): Use `bytes_to_octal_digits' instead of just 11. * (get_format_prec): Make sure is_negative is defined before used. * (get_format_conv_type): Give a different error message if there is no conversion specifier. Test ISPRINT (ch) instead of `ch < '~' && ch > ' ''. * (max_out): Use `%%' rather than `%' in format string.
Description
No description provided
Languages
C
56.8%
Shell
27.4%
Perl
11.5%
Makefile
2.2%
M4
0.9%
Other
1.2%