summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-14 18:44:38 +0000
committerJim Meyering <jim@meyering.net>1999-01-14 18:44:38 +0000
commite0c1e743ccea2ec3070a8157a3601d5e187764d6 (patch)
tree1a31bd107f8a064d40d401f93afc720be02a3c99 /old/textutils
parent3e60c9744d3599171df4f24c5333f611c57b1f88 (diff)
downloadcoreutils-e0c1e743ccea2ec3070a8157a3601d5e187764d6.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 79f7fec53..e5b95fcab 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,9 @@
1999-01-14 Jim Meyering <meyering@ascend.com>
+ * tests/md5sum/basic-1: Use `f', not `x' as temp. file name to avoid
+ warnings from perl5.004.
+ Reported by Volker Borchert.
+
* lib/long-options.c (parse_long_options): Rename `usage' parameter
to avoid shadowing globally scoped function.