Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | . | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | (TESTS): Add r-vs-symlink. | Jim Meyering | |
2001-12-28 | . | Jim Meyering | |
2001-12-21 | Use notation compatible with SI and with IEC 60027-2. | Jim Meyering | |
For example, --block-size=1MB now means --block-size=1000000, whereas --block-size=1MiB now means --block-size=1048576. A trailing `B' now means decimal, not binary; this is a silent change. -H or --si now outputs the trailing 'B', for consistency with this. Programs now output trailing 'K' (not 'k') to mean 1024. New df, du short option -B is short for --block-size. You can omit an integer `1' before a block size suffix, e.g. `df -BG' is equivalent to `df -B 1G' and to `df --block-size=1G'. Document the above. Remove documentation for obsolescent constructs MD, --kilobytes, -m or --megabytes. | |||
2001-12-21 | *** empty log message *** | Jim Meyering | |
2001-12-21 | *** empty log message *** | Jim Meyering | |
2001-12-21 | [!HAVE_CONFIG_H]: Remove block of code that duplicated | Jim Meyering | |
code in lib/ for compiling this program without config.h. | |||
2001-12-21 | (usage): Deprecate --kilobytes. Document size suffixes. | Jim Meyering | |
2001-12-21 | (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'. | Jim Meyering | |
(long_options, usage, main): Add -B. (usage): Deprecate --kilobytes, -m, --megabytes. Document size suffixes. (print_header, show_dev): Enlarge column widths for trailing "B". | |||
2001-12-21 | (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'. | Jim Meyering | |
(long_options, usage, main): Add -B. (usage): Deprecate --kilobytes, -m, --megabytes. Document size suffixes. | |||
2001-12-21 | (usage, parse_integer): Prefer K to k for 1024. | Jim Meyering | |
2001-12-20 | *** empty log message *** | Jim Meyering | |
2001-12-20 | *** empty log message *** | Jim Meyering | |
2001-12-20 | (usage, specify_sort_size): Accept 'K' (which is | Jim Meyering | |
now preferred, as it connotes 1024) as well as 'k'. | |||
2001-12-20 | *** empty log message *** | Jim Meyering | |
2001-12-20 | (close_stdout_status): If ferror (stdout), do | Jim Meyering | |
not silently exit merely because the output buffer happens to have nothing pending. | |||
2001-12-19 | *** empty log message *** | Jim Meyering | |
2001-12-19 | Add FSF copyright notice. | Jim Meyering | |
2001-12-19 | *** empty log message *** | Jim Meyering | |
2001-12-19 | *** empty log message *** | Jim Meyering | |
2001-12-19 | (suffixes): Prefer K to k for 1024. | Jim Meyering | |
(generate_suffix_backwards): New function. (human_readable_inexact): Use it. | |||
2001-12-19 | (__xstrtol): If there is no number but there | Jim Meyering | |
is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary. Accept 'K' as well as 'k'. | |||
2001-12-19 | (xstrtoumax): If there is no number but there | Jim Meyering | |
is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary. Accept 'K' as well as 'k'. | |||
2001-12-17 | *** empty log message *** | Jim Meyering | |
2001-12-17 | (usage): Remove strap `)' in --help output. | Jim Meyering | |
2001-12-17 | *** empty log message *** | Jim Meyering | |
2001-12-17 | *** empty log message *** | Jim Meyering | |
2001-12-17 | *** empty log message *** | Jim Meyering | |
2001-12-17 | (url_dir_list): Don't set define it here, but... | Jim Meyering | |
2001-12-17 | (url_dir_list): ...define it here instead. | Jim Meyering | |
(hosts, a_host, b_host): Remove now-unused variables. (alpha_subdir, a_url_dir, b_url_dir): Remove now-unused variables. | |||
2001-12-17 | (real_dir): Remove unused variable. | Jim Meyering | |
2001-12-16 | use generated fs_name function | Jim Meyering | |
2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | |
instead of hard-coding --help and --version descriptions. Split --help output into smaller pieces. Use fputs, not printf. | |||
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | (STREQ): Define. | Jim Meyering | |
2001-12-15 | (__restrict_arr): Update from libc. | Jim Meyering | |
2001-12-15 | from Marcus Brinkmann | Jim Meyering | |
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | (ME_REMOTE): Recognize file systems of type smbfs | Jim Meyering | |
as `remote' if the name starts with `//'. | |||
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | Also accept SunOS4's `Not owner' diagnostic. | Jim Meyering | |
2001-12-15 | Run each --help and --version test with a few different settings | Jim Meyering | |
of LC_MESSAGES. | |||
2001-12-15 | Fail also if ./$i --version fails. | Jim Meyering | |
2001-12-14 | *** empty log message *** | Jim Meyering | |
2001-12-14 | (jm_MACROS): Check for iswspace. | Jim Meyering | |
Suggestion from Bruno Haible. | |||
2001-12-13 | *** empty log message *** | Jim Meyering | |