mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-05 08:16:45 +02:00
6ed8115087c6ecab6ff3df4271383183e2dd3166
("human.h"): Include.
(LONGEST_HUMAN_READABLE, enum Output_units): Remove.
(count_entry): Now returns uintmax_t, not long.
(human_readable_base): Renamed from opt_human_readable; value is now
zero or positive integer, not just zero or nonzero.
(output_units): Now an integer giving output size.
(tot_size): Now uintmax_t, not long.
(long_options, usage): Add --si or -H.
(main): Adjust to renamed option variables.
Use -H if BLOCKSIZE is SI. Add -H.
(human_readable): Remove; rewritten and now in lib/human.c.
(print_size): Rewrite in terms of human_readable.
Accept extra arg to be printed after size; all callers changed.
…
…
…
…
…
…
…
…
…
Description
These are the GNU core utilities. This package is the union of
the GNU fileutils, sh-utils, and textutils packages.
Languages
C
56.6%
Shell
27.6%
Perl
11.5%
Makefile
2.2%
M4
0.9%
Other
1.2%