summaryrefslogtreecommitdiff
path: root/lib/human.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* human: fix output buffer overrun by 1Paul Eggert2015-12-311-1/+2
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-160/+160
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * NEWS: Describe interface changes to human, xstrtol.Paul Eggert2007-08-061-12/+5
* Revert last patch.Bruno Haible2007-07-261-4/+3
* 2007-07-25 Jim Meyering <jim@meyering.net>Bruno Haible2007-07-251-3/+4
* Remove macros that are no longer needed now that stdint.h isPaul Eggert2006-10-051-7/+0
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-5/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (humblock): Set *options even when returning due toJim Meyering2005-04-121-1/+4
* Factor int-properties macros into a single file, except forPaul Eggert2005-03-091-4/+3
* * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditionalPaul Eggert2005-01-041-8/+8
* Import chamges from coreutils, so that the code now assumesPaul Eggert2004-12-051-6/+1
* Import from coreutils.Paul Eggert2004-11-171-0/+6
* Merge from coreutils.Paul Eggert2004-08-071-2/+2
* (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.Paul Eggert2004-03-311-3/+5
* Handle invalid suffixes and overflow independently, so thatPaul Eggert2003-10-141-2/+0
* Remove K&R cruft.Paul Eggert2003-09-091-18/+2
* (human_readable): Fix bug that rounded 10501 to 10k.Paul Eggert2003-09-031-5/+3
* Include stdio.h, for sprintf.Paul Eggert2003-08-141-0/+2
* Merge human.c changes from coreutils.Paul Eggert2003-06-051-198/+343
* in lib:Paul Eggert2003-05-291-9/+3
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-7/+3
* (suffixes): Prefer K to k for 1024.Jim Meyering2001-12-191-19/+43
* (adjust_value): New function.Jim Meyering2000-06-161-47/+69
* (human_readable_inexact): Allow an input blockJim Meyering2000-06-151-45/+40
* use double quotes, not single quotes around syntax-error-evoking stringJim Meyering2000-02-271-1/+1
* Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'Jim Meyering2000-02-271-1/+4
* (default_block_size): New function.Jim Meyering1999-11-071-1/+12
* (human_readable): New function.Jim Meyering1999-07-041-9/+31
* (human_readable): Allow from_block_size to be zero.Jim Meyering1999-05-171-4/+5
* Include <string.h> or <strings.h> for strlen prototype.Jim Meyering1999-05-131-0/+6
* Don't include inttypes.h here.Jim Meyering1999-04-251-4/+0
* Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all theJim Meyering1999-04-181-1/+1