From: Jim Meyering Date: Fri, 9 Mar 2001 18:42:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_42~71 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=43fa809135090a703439e9efe9f322ff61ac546a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index a593debd35..5ef84f8f5b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ 2001-03-09 Jim Meyering + * Makefile.maint (my_distdir): Define new variable, and use this + in place of most old uses of $(distdir). + * src/date.c (usage): Describe %C. * doc/sh-utils.texi (Date directives): Likewise. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 97078a33a0..2b407a66c7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +2001-03-09 Jim Meyering + + * Makefile.maint (my_distdir): Define new variable, and use this + in place of most old uses of $(distdir). + + * 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-08 Jim Meyering * tests/sha1sum/sample-vec: Insert the `--text' argument for each test.