From: Jim Meyering Date: Sun, 7 Mar 1999 16:44:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4677710c39c44a8e4a2c7686ce31f0543cc2ea05;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e5d2cb5baa..01119c94f7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +1999-03-07 Jim Meyering + + * lib/long-options.c (parse_long_options): Include `Copyright...' line + in --version output. + Add the `...NO warranty...' message. + 1999-03-03 Jim Meyering * lib/long-options.c (_): Define it. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 1532f82541..b58d340d4d 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 --