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

index a593debd3557cfd18a8226ce11a8a24c61fb91e0..5ef84f8f5b3e97c6e7e67b17e6e15a2039e6985f 100644 (file)
@@ -1,5 +1,8 @@
 2001-03-09  Jim Meyering  <meyering@lucent.com>
 
+       * 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.
 
index 97078a33a0e0f29c17e7ebe56467b0ea53893cf3..2b407a66c76b9f731931a5287bc0550dbe0ca3fd 100644 (file)
@@ -1,3 +1,14 @@
+2001-03-09  Jim Meyering  <meyering@lucent.com>
+
+       * 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  <meyering@lucent.com>
 
        * tests/sha1sum/sample-vec: Insert the `--text' argument for each test.