summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-09 07:28:19 +0000
committerJim Meyering <jim@meyering.net>2002-10-09 07:28:19 +0000
commit932a05f0060fd1b3058aeb291f6b58f49cfb62a4 (patch)
treecadfabd33d7504ad1c12522d2bf35c928a8473dc /ChangeLog
parent70869c09b8220f4f9eece1ffaec394f8c27861f6 (diff)
downloadcoreutils-932a05f0060fd1b3058aeb291f6b58f49cfb62a4.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 739151e02..b29c22307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
2002-10-09 Jim Meyering <meyering@lucent.com>
+ * tests/tail-2/big-4gb: Mark this as an expensive test; it would
+ consume 4GB of disk space on systems without support for sparse files.
+ Fix a logic error that'd make it `cat err' even though dd didn't fail.
+
+ * src/dircolors.hin (.jar): Fix typo: s/01;3/01;31/.
+ Patch by steven@magelico.net, forwarded by Michael Stone.
+
* tests/ls/dired: Ensure that ls produces English messages.
- Patch by Alexey Vyskubov.
+ Patch by Alexey Vyskubov, forwarded by Michael Stone.
2002-10-08 Jim Meyering <meyering@lucent.com>