Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-29 | (human_readable_base, output_units): Remove; | Jim Meyering | |
replace with new variable output_block_size. All uses changed. (long_options, usage, main): Add --block-size. (main, decode_switches): Use new human_block_size function to initialize output block size consistently with other programs. (print_header, show_dev): Shrink some columns and expand others, to squeeze in support for today's larger filesystems. (print_header): Print output block size using power-of-1024 SI format. (df_readable): Coalesce last two args into one, for convenience. All callers changed. (main): Remove check for portable output format and larger or human-readable block sizes. From Paul Eggert. | |||
1998-06-29 | * lib/xstrtol.c (bkm_scale): Don't assume that you can convert | Jim Meyering | |
unsigned long to double without losing information. (bkm_scale_by_power): New function. * lib/xstrtol.c (__xstrtol), src/dd.c (parse_integer): Add support for SI-like suffixes like "GB" and "TD". * src/dd.c (usage): Describe it. | |||
1998-06-29 | (__ZLONG_MAX): Remove. | Jim Meyering | |
1998-06-29 | (human_readable): Coalesce last two args into one, for convenience. | Jim Meyering | |
1998-06-29 | * lib/human.c, lib/human.h (human_readable): Coalesce last two args | Jim Meyering | |
into one, for convenience. All callers changed. (human_block_size): New function. * lib/human.c: Include <config.h> only if HAVE_CONFIG_H. Include <stdlib.h> if HAVE_STDLIB_H; declare getenv unless HAVE_DECL_GETENV. (_): New macro. Include <argmatch.h>, <error.h>, <xstrtoul.h>. (DEFAULT_BLOCK_SIZE): New macro. (block_size_args, block_size_types): New constants. (humblock): New function. | |||
1998-06-29 | *** empty log message *** | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | (usage): Make --kilobytes description consistent with | Jim Meyering | |
that in du and df. From Göran Uddeborg. | |||
1998-06-29 | *** empty log message *** | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering | |
1998-06-29 | . | Jim Meyering | |
1998-06-29 | (fsp_to_string): Clean out some crufty #ifdefs | Jim Meyering | |
now that we're using the jm_FSTYPENAME autoconf macro. | |||
1998-06-29 | add #undefs, alphabetize | Jim Meyering | |
1998-06-28 | . | Jim Meyering | |
1998-06-28 | *** empty log message *** | Jim Meyering | |
1998-06-28 | . | Jim Meyering | |
1998-06-28 | experimental support for -t [optional fd] -- probably soon to be backed out | Jim Meyering | |
1998-06-28 | . | Jim Meyering | |
1998-06-28 | Require the new macro: jm_FUNC_GLIBC_UNLOCKED_IO. | Jim Meyering | |
1998-06-28 | . | Jim Meyering | |
1998-06-28 | Add macro definitions for GNU libc unlocked wrappers. | Jim Meyering | |
1998-06-28 | add a FIXME for output delimiter | Jim Meyering | |
1998-06-28 | remove `non-directory' | Jim Meyering | |
1998-06-28 | *** empty log message *** | Jim Meyering | |
1998-06-28 | *** empty log message *** | Jim Meyering | |
1998-06-28 | Add DIRED_ prefix to the macros: FPUTS and FPUTS_LITERAL. | Jim Meyering | |
1998-06-28 | s/PUTCHAR/DIRED_PUTCHAR/g. | Jim Meyering | |
1998-06-28 | *** empty log message *** | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | Add two tests for double spacing. | Jim Meyering | |
1998-06-27 | (print_page): Break out of loop before double space test | Jim Meyering | |
if cols_ready_to_print is zero. | |||
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | (copy_internal): Fix it so hard-link test is no longer hidden inside | Jim Meyering | |
big if-(backup_type == none) block. | |||
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | (copy_reg): Detect identical source and dest here. | Jim Meyering | |
(copy_internal): Make the test symmetric. | |||
1998-06-27 | . | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | (TESTS): Add same-file. | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |
1998-06-27 | *** empty log message *** | Jim Meyering | |