From: Jim Meyering Date: Wed, 21 May 2003 09:30:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~453 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e2ceb48225bd772570a02ed8569315fe90bedf63;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 275551c238..b4958e0b8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2003-05-14 Jim Meyering +2003-05-21 Jim Meyering * Version 5.0.1. + * src/head.c (elide_tail_lines_pipe): Fix a thinko. + This sort of thing is why it'd be *Really Good* to factor + out the common code used here and in tail.c. + + * src/stat.c: Fix portability problem on FreeBSD5.0. + FIXME: in progress + Reported by Nelson Beebe. + +2003-05-14 Jim Meyering + * src/head.c (usage): Document new feature: --bytes=-N and --lines=-N. * tests/du/slink: Skip this test if `.' is on an XFS file system.