diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-16 07:54:07 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-16 07:54:07 +0000 |
commit | 13ebfcf5c2563640a136ca9ef1e5d6cffaa614c4 (patch) | |
tree | b0bee066409b642383d755dc50c625240030c7e9 | |
parent | 7ce1f197f36e1064d4f411ee8ae7f2f70ddb1255 (diff) | |
download | coreutils-13ebfcf5c2563640a136ca9ef1e5d6cffaa614c4.tar.xz |
Support for human_space_before_unit.
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 330069754..d5808b52a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-11-15 Paul Eggert <eggert@cs.ucla.edu> + + * human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit. + (human_space_before_unit): New constant. + * human.c (human_readable): Support it. + 2004-11-14 Jim Meyering <jim@meyering.net> * closeout.c (close_stdout): Don't fail just because stdout was |