fix license quoting in files.yaml
[gnulib.git] / lib / human.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-08-06 Paul Eggert* NEWS: Describe interface changes to human, xstrtol.
2007-07-26 Bruno HaibleRevert last patch.
2007-07-25 Bruno Haible2007-07-25 Jim Meyering <jim@meyering.net>
2006-10-05 Paul EggertRemove macros that are no longer needed now that stdint...
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-05-14 Paul Eggert*** empty log message ***
2005-04-12 Jim Meyering(humblock): Set *options even when returning due to
2005-03-09 Paul EggertFactor int-properties macros into a single file, except for
2005-01-04 Paul Eggert* human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
2004-12-05 Paul EggertImport chamges from coreutils, so that the code now...
2004-11-17 Paul EggertImport from coreutils.
2004-08-07 Paul EggertMerge from coreutils.
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