summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-09 18:42:11 +0000
committerJim Meyering <jim@meyering.net>2001-03-09 18:42:11 +0000
commit43fa809135090a703439e9efe9f322ff61ac546a (patch)
treeeb99ab68c3e5ca8aac1fde0919b69e72838131d1
parenta3dc3651948d7a684637fddeabea037fde3feaa6 (diff)
downloadcoreutils-43fa809135090a703439e9efe9f322ff61ac546a.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog3
-rw-r--r--old/textutils/ChangeLog11
2 files changed, 14 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index a593debd3..5ef84f8f5 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -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.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 97078a33a..2b407a66c 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.