From: Jim Meyering Date: Wed, 21 Jul 1999 15:07:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22n~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9fce0782d817f1233dd2e7700312008c4cffb87;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d74d965ca3..41d2328365 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +1999-06-01 Volker Borchert + + * tests/Makefile.am: Make envvar-check depend on check-recursive rather + than on `check' so that its tests are performed before any real tests. + +1999-07-20 Jim Meyering + + Handle the `\040' that Linux puts in mount dir names containing spaces. + + * lib/mountlist.c (translate_040_to_space) [MOUNTED_GETMNTENT1]: + New function. + (read_filesystem_list) [MOUNTED_GETMNTENT1]: Use it. + 1999-07-15 Jim Meyering * src/dd.c: Include getpagesize.h.