| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -2/+1 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -2/+2 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -160/+160 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | * NEWS: Describe interface changes to human, xstrtol. | Paul Eggert | 2007-08-06 | 1 | -12/+5 |
* | Revert last patch. | Bruno Haible | 2007-07-26 | 1 | -4/+3 |
* | 2007-07-25 Jim Meyering <jim@meyering.net> | Bruno Haible | 2007-07-25 | 1 | -3/+4 |
* | Remove macros that are no longer needed now that stdint.h is | Paul Eggert | 2006-10-05 | 1 | -7/+0 |
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -5/+3 |
* | Use a consistent style for including <config.h>. | Paul Eggert | 2005-09-19 | 1 | -1/+1 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | (humblock): Set *options even when returning due to | Jim Meyering | 2005-04-12 | 1 | -1/+4 |
* | Factor int-properties macros into a single file, except for | Paul Eggert | 2005-03-09 | 1 | -4/+3 |
* | * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional | Paul Eggert | 2005-01-04 | 1 | -8/+8 |
* | Import chamges from coreutils, so that the code now assumes | Paul Eggert | 2004-12-05 | 1 | -6/+1 |
* | Import from coreutils. | Paul Eggert | 2004-11-17 | 1 | -0/+6 |
* | Merge from coreutils. | Paul Eggert | 2004-08-07 | 1 | -2/+2 |
* | (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set. | Paul Eggert | 2004-03-31 | 1 | -3/+5 |
* | Handle invalid suffixes and overflow independently, so that | Paul Eggert | 2003-10-14 | 1 | -2/+0 |
* | Remove K&R cruft. | Paul Eggert | 2003-09-09 | 1 | -18/+2 |
* | (human_readable): Fix bug that rounded 10501 to 10k. | Paul Eggert | 2003-09-03 | 1 | -5/+3 |
* | Include stdio.h, for sprintf. | Paul Eggert | 2003-08-14 | 1 | -0/+2 |
* | Merge human.c changes from coreutils. | Paul Eggert | 2003-06-05 | 1 | -198/+343 |
* | in lib: | Paul Eggert | 2003-05-29 | 1 | -9/+3 |
* | Include gettext.h instead of <libintl.h> with #ifdefs. | Bruno Haible | 2002-11-05 | 1 | -7/+3 |
* | (suffixes): Prefer K to k for 1024. | Jim Meyering | 2001-12-19 | 1 | -19/+43 |
* | (adjust_value): New function. | Jim Meyering | 2000-06-16 | 1 | -47/+69 |
* | (human_readable_inexact): Allow an input block | Jim Meyering | 2000-06-15 | 1 | -45/+40 |
* | use double quotes, not single quotes around syntax-error-evoking string | Jim Meyering | 2000-02-27 | 1 | -1/+1 |
* | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' | Jim Meyering | 2000-02-27 | 1 | -1/+4 |
* | (default_block_size): New function. | Jim Meyering | 1999-11-07 | 1 | -1/+12 |
* | (human_readable): New function. | Jim Meyering | 1999-07-04 | 1 | -9/+31 |
* | (human_readable): Allow from_block_size to be zero. | Jim Meyering | 1999-05-17 | 1 | -4/+5 |
* | Include <string.h> or <strings.h> for strlen prototype. | Jim Meyering | 1999-05-13 | 1 | -0/+6 |
* | Don't include inttypes.h here. | Jim Meyering | 1999-04-25 | 1 | -4/+0 |
* | Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the | Jim Meyering | 1999-04-18 | 1 | -1/+1 |
* | (humblock): Use ARGMATCH in place of argmatch. | Jim Meyering | 1999-01-01 | 1 | -2/+2 |
* | (human_readable): amt -> damt, to fix typo when | Jim Meyering | 1998-07-22 | 1 | -1/+1 |
* | * lib/human.c, lib/human.h (human_readable): Coalesce last two args | Jim Meyering | 1998-06-29 | 1 | -21/+104 |
* | (human_readable): Convert to ANSI-style definition. | Jim Meyering | 1997-11-30 | 1 | -14/+13 |
* | New file. The interface is inspired | Jim Meyering | 1997-11-30 | 1 | -0/+204 |