From: Jim Meyering Date: Mon, 28 Apr 2003 20:29:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~642 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67fa85dc34d162351bd7b77687b47902cb6f3237;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 81039a4f26..d6ec4275a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-04-28 Jim Meyering + + * tests/misc/tty-eof: Send two tokens, not just one, so we don't + make the now-more-picky tsort fail. + +2003-04-25 Jim Meyering + + * src/head.c (elide_tail_bytes_pipe): + Idea prompted by discussion with David Flynn + Extend head to accept --lines=-N (--bytes=-N) and to print all + but the N lines (bytes) at the end of the file. + 2003-04-24 Jim Meyering * Version 5.0.1.