summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-08 14:26:19 +0000
committerJim Meyering <jim@meyering.net>2002-10-08 14:26:19 +0000
commita83991f50bf3ee0beb593c725324fe0f9a4a023b (patch)
treea68be34841caea12b31d8a6d391767b1358c0ad3 /ChangeLog
parent1d2876761d4de6176aba4e9371dc438a436a1b1f (diff)
downloadcoreutils-a83991f50bf3ee0beb593c725324fe0f9a4a023b.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 997932539..20925c1d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2002-10-08 Dmitry V. Levin <ldv@altlinux.org>
+
+ * src/ln.c (main): Fix target_directory parsing when n_files == 1.
+
2002-10-08 Jim Meyering <meyering@lucent.com>
+ * src/wc.c (wc): FIXME
+
* tests/tail-2/big-4gb: Use double quotes around diagnostic.
+ Fix syntax in test: use =, not ==.
Reported by Bob Proulx.
Change all the rest like this: grep -lR "testing framework'" .\
|xargs perl -pi -e 's/'\''(\$0: failure in testing framework)'\''/"$1"/'