summaryrefslogtreecommitdiff
AgeCommit 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 convertJim 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 argsJim 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 withJim 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-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1998-06-29Change 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 #ifdefsJim Meyering
now that we're using the jm_FSTYPENAME autoconf macro.
1998-06-29add #undefs, alphabetizeJim Meyering
1998-06-28.Jim Meyering
1998-06-28*** empty log message ***Jim Meyering
1998-06-28.Jim Meyering
1998-06-28experimental support for -t [optional fd] -- probably soon to be backed outJim Meyering
1998-06-28.Jim Meyering
1998-06-28Require the new macro: jm_FUNC_GLIBC_UNLOCKED_IO.Jim Meyering
1998-06-28.Jim Meyering
1998-06-28Add macro definitions for GNU libc unlocked wrappers.Jim Meyering
1998-06-28add a FIXME for output delimiterJim Meyering
1998-06-28remove `non-directory'Jim Meyering
1998-06-28*** empty log message ***Jim Meyering
1998-06-28*** empty log message ***Jim Meyering
1998-06-28Add DIRED_ prefix to the macros: FPUTS and FPUTS_LITERAL.Jim Meyering
1998-06-28s/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-27Add two tests for double spacing.Jim Meyering
1998-06-27(print_page): Break out of loop before double space testJim 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 insideJim 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