1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-06-15 12:21:20 +00:00
parent fbc3c192c1
commit 59845523f3

View File

@@ -1,3 +1,8 @@
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
@@ -5,6 +10,8 @@
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>