summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-21 15:07:58 +0000
committerJim Meyering <jim@meyering.net>1999-07-21 15:07:58 +0000
commitf9fce0782d817f1233dd2e7700312008c4cffb87 (patch)
tree49bbb5a6b40bbce98c1dc6c3283fba7cc7ba2f5b /old
parent1aa01e7b7b065661d20ec65b1813dbd2c358c8d2 (diff)
downloadcoreutils-f9fce0782d817f1233dd2e7700312008c4cffb87.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d74d965ca..41d232836 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,16 @@
+1999-06-01 Volker Borchert <bt@teknon.de>
+
+ * 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 <meyering@ascend.com>
+
+ 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 <meyering@ascend.com>
* src/dd.c: Include getpagesize.h.