summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-15 12:21:20 +0000
committerJim Meyering <jim@meyering.net>2000-06-15 12:21:20 +0000
commit59845523f3ddad5f665c7e749389ade6e4fa7dd0 (patch)
tree29cf815d9f2e87ef83fbaabd8dc060b70ac6411d /lib
parentfbc3c192c13175da17920eaae21cd87dcacd104d (diff)
downloadcoreutils-59845523f3ddad5f665c7e749389ade6e4fa7dd0.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 9391905c2..117836009 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,10 +1,17 @@
2000-06-14 Paul Eggert <eggert@twinsun.com>
+ * 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 <eggert@twinsun.com>
+
* lib/getdate.y (get_date): Apply relative times after time
zone indicator, not before. Reported by Todd A. Jacobs.
2000-06-13 Jim Meyering <meyering@lucent.com>
+ * 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 <eggert@twinsun.com>