From: Jim Meyering Date: Sat, 2 Aug 2003 19:53:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445b9e169b75557ab36146dfda39b82ff3ea7103;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c9ba55dadb..10f7ce75ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.0.91. + * src/cut.c (cut_fields): Don't read again after encountering EOF. + E.g., `cut -f2' would do so. + * tests/misc/tty-eof: Add a test for the above fix. + * src/sort.c (sortlines): Add description and references. From Paul Eggert.