summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-12 04:28:05 +0000
committerJim Meyering <jim@meyering.net>1999-04-12 04:28:05 +0000
commit4de61e5f98167f9646cc8a652bbaaaf240bfed75 (patch)
treee262bdefa2448b9b0e6f624f13c15a9c5876e1a1 /old
parent1f6f06f7de7c0f6055483e0b667c3670b8dafbdd (diff)
downloadcoreutils-4de61e5f98167f9646cc8a652bbaaaf240bfed75.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 843658996..67b37efc2 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -2,6 +2,9 @@
* Version 1.22i.
+ * tests/pr/Test.pm (test_vector): Disable all tests while I wait for
+ an updated suite.
+
Fix the problem whereby `yes > k & sleep 1; tail -2c k' would infloop.
* src/tail.c (COPY_TO_EOF): Define.
(dump_remainder): Add parameter, n_bytes, and rewrite to use it.