From: Jim Meyering Date: Fri, 9 Mar 2001 18:34:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_42~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27177c023ad579bf53e31f2f14dcfd0e41c535bb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3e0047d22c..2a05d8e31e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +2001-03-09 Jim Meyering + + * 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 + + * 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 * src/dd.c (output_char): Reformat so each statement is on a