# HG changeset patch # User Jim Meyering # Date 961071680 0 # Node ID 33f6493741c624133f43127d05276a0a59d6c902 # Parent a3c74265aa47b5686857b2d4cc49d922bd0fb99f *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2000-06-14 Paul Eggert + + * lib/human.c (human_readable_inexact): Allow an input block + size that is not a multiple of the output block size, and vice versa. + 2000-06-14 Paul Eggert * lib/getdate.y (get_date): Apply relative times after time @@ -5,6 +10,8 @@ 2000-06-13 Jim Meyering + * Makefile.am (all-local): Depend on lstat.c and stat.c. + * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c. 2000-06-12 Paul Eggert