log lib/human.c @ 17249:e542fd46ad6f

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Mon, 06 Aug 2007 16:44:24 +0000 Paul Eggert * NEWS: Describe interface changes to human, xstrtol.
Thu, 26 Jul 2007 08:28:56 +0000 Bruno Haible Revert last patch.
Wed, 25 Jul 2007 22:42:36 +0000 Bruno Haible 2007-07-25 Jim Meyering <jim@meyering.net>
Thu, 05 Oct 2006 21:23:20 +0000 Paul Eggert Remove macros that are no longer needed now that stdint.h is
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Tue, 12 Apr 2005 06:55:03 +0000 Jim Meyering (humblock): Set *options even when returning due to
Wed, 09 Mar 2005 19:11:23 +0000 Paul Eggert Factor int-properties macros into a single file, except for
Tue, 04 Jan 2005 18:46:24 +0000 Paul Eggert * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
Sun, 05 Dec 2004 06:50:15 +0000 Paul Eggert Import chamges from coreutils, so that the code now assumes
Wed, 17 Nov 2004 07:18:27 +0000 Paul Eggert Import from coreutils.
Sat, 07 Aug 2004 00:09:38 +0000 Paul Eggert Merge from coreutils.
Wed, 31 Mar 2004 07:25:19 +0000 Paul Eggert (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
Tue, 14 Oct 2003 20:08:25 +0000 Paul Eggert Handle invalid suffixes and overflow independently, so that
Tue, 09 Sep 2003 19:37:26 +0000 Paul Eggert Remove K&R cruft.
Wed, 03 Sep 2003 19:57:54 +0000 Paul Eggert (human_readable): Fix bug that rounded 10501 to 10k.
Thu, 14 Aug 2003 23:00:25 +0000 Paul Eggert Include stdio.h, for sprintf.
Thu, 05 Jun 2003 04:35:13 +0000 Paul Eggert Merge human.c changes from coreutils.
Thu, 29 May 2003 07:21:59 +0000 Paul Eggert in lib:
Tue, 05 Nov 2002 21:45:29 +0000 Bruno Haible Include gettext.h instead of <libintl.h> with #ifdefs.
Wed, 19 Dec 2001 15:05:33 +0000 Jim Meyering (suffixes): Prefer K to k for 1024.
Fri, 16 Jun 2000 12:51:28 +0000 Jim Meyering (adjust_value): New function.
Thu, 15 Jun 2000 12:21:10 +0000 Jim Meyering (human_readable_inexact): Allow an input block
Sun, 27 Feb 2000 17:54:25 +0000 Jim Meyering use double quotes, not single quotes around syntax-error-evoking string
Sun, 27 Feb 2000 17:39:52 +0000 Jim Meyering Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
Sun, 07 Nov 1999 21:06:02 +0000 Jim Meyering (default_block_size): New function.
Sun, 04 Jul 1999 08:47:28 +0000 Jim Meyering (human_readable): New function.
Mon, 17 May 1999 13:03:46 +0000 Jim Meyering (human_readable): Allow from_block_size to be zero.
Thu, 13 May 1999 20:48:44 +0000 Jim Meyering Include <string.h> or <strings.h> for strlen prototype.
Sun, 25 Apr 1999 19:18:55 +0000 Jim Meyering Don't include inttypes.h here.
Sun, 18 Apr 1999 23:18:32 +0000 Jim Meyering Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the
Fri, 01 Jan 1999 06:47:04 +0000 Jim Meyering (humblock): Use ARGMATCH in place of argmatch.
Wed, 22 Jul 1998 18:30:16 +0000 Jim Meyering (human_readable): amt -> damt, to fix typo when
Mon, 29 Jun 1998 15:23:04 +0000 Jim Meyering * lib/human.c, lib/human.h (human_readable): Coalesce last two args
Sun, 30 Nov 1997 11:10:24 +0000 Jim Meyering (human_readable): Convert to ANSI-style definition.
Sun, 30 Nov 1997 10:24:32 +0000 Jim Meyering New file. The interface is inspired