summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-07 16:44:06 +0000
committerJim Meyering <jim@meyering.net>1999-03-07 16:44:06 +0000
commit4677710c39c44a8e4a2c7686ce31f0543cc2ea05 (patch)
tree005d1fe9cba685c50b9c252966990b2a74411c8e /old
parent7fbb24fe4e15fc25357551092c47de9e39e0c46c (diff)
downloadcoreutils-4677710c39c44a8e4a2c7686ce31f0543cc2ea05.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog6
-rw-r--r--old/textutils/ChangeLog3
2 files changed, 6 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e5d2cb5ba..01119c94f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,9 @@
+1999-03-07 Jim Meyering <meyering@ascend.com>
+
+ * lib/long-options.c (parse_long_options): Include `Copyright...' line
+ in --version output.
+ Add the `...NO warranty...' message.
+
1999-03-03 Jim Meyering <meyering@ascend.com>
* lib/long-options.c (_): Define it.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 1532f8254..b58d340d4 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -3,9 +3,6 @@
* tests/md5sum/newline-1: Test for the actual feature.
With help from Eli Zaretskii.
- * lib/long-options.c (parse_long_options): Add the `...NO warranty...'
- message.
-
* src/pr.c (usage): Add missing \n\.
The newline test would always fail on MSDOS/Windows systems --