(humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
[gnulib.git] / lib / human.c
2004-03-31 Paul Eggert(humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
2003-10-14 Paul EggertHandle invalid suffixes and overflow independently...
2003-09-09 Paul EggertRemove K&R cruft.
2003-09-03 Paul Eggert(human_readable): Fix bug that rounded 10501 to 10k.
2003-08-14 Paul EggertInclude stdio.h, for sprintf.
2003-06-05 Paul EggertMerge human.c changes from coreutils.
2003-05-29 Paul Eggertin lib:
2002-11-05 Bruno HaibleInclude gettext.h instead of <libintl.h> with #ifdefs.
2001-12-19 Jim Meyering(suffixes): Prefer K to k for 1024.
2000-06-16 Jim Meyering(adjust_value): New function.
2000-06-15 Jim Meyering(human_readable_inexact): Allow an input block
2000-02-27 Jim Meyeringuse double quotes, not single quotes around syntax...
2000-02-27 Jim MeyeringUse `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
1999-11-07 Jim Meyering(default_block_size): New function.
1999-07-04 Jim Meyering(human_readable): New function.
1999-05-17 Jim Meyering(human_readable): Allow from_block_size to be zero.
1999-05-13 Jim MeyeringInclude <string.h> or <strings.h> for strlen prototype.
1999-04-25 Jim MeyeringDon't include inttypes.h here.
1999-04-18 Jim MeyeringInclude xstrtol.h, not xstrtoul.h, since xstrtol.h...
1999-01-01 Jim Meyering(humblock): Use ARGMATCH in place of argmatch.
1998-07-22 Jim Meyering(human_readable): amt -> damt, to fix typo when
1998-06-29 Jim Meyering * lib/human.c, lib/human.h (human_readable): Coalesce...
1997-11-30 Jim Meyering(human_readable): Convert to ANSI-style definition.
1997-11-30 Jim MeyeringNew file. The interface is inspired