]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 9 Mar 2001 18:34:28 +0000 (18:34 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 9 Mar 2001 18:34:28 +0000 (18:34 +0000)
old/fileutils/ChangeLog

index 3e0047d22cf3f12aa43bb7c85a26175c142ce1d9..2a05d8e31ecbfcf752e9f85bea5e779b39beb6fe 100644 (file)
@@ -1,3 +1,20 @@
+2001-03-09  Jim Meyering  <meyering@lucent.com>
+
+       * src/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
+       Reported by Akim Demaille.
+
+       * tests/help-version: Ensure that /dev/full is a character device
+       (using test -c) as well as being writable, before trying to write to it.
+       Otherwise, the test could mistakenly append a newline to an existing,
+       regular, writable, /dev/full file.
+       Suggested by Ulrich Drepper.
+
+2001-03-06  Jim Meyering  <meyering@lucent.com>
+
+       * src/dd.c (S_TYPEISSHM): Rename parameter to reflect its type.
+       (main): Pass a `struct stat *', not stat.st_mode to S_TYPEISSHM.
+       Patch by Alain Magloire.
+
 2001-03-04  Jim Meyering  <meyering@lucent.com>
 
        * src/dd.c (output_char): Reformat so each statement is on a