From: Jim Meyering Date: Thu, 16 Oct 2003 07:28:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7997248101a2b08df5d077cc29b23f0608194e82;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cfbcae159a..6041a152f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-10-15 Jim Meyering +2003-10-16 Jim Meyering * Version 5.1.0. + * src/tail.c (start_bytes): Rename local, remainder, to avoid + gcc's warning about shadowing a global. + +2003-10-15 Jim Meyering + chown and chgrp now accept POSIX-mandated -H, -L, -P options and use fts to perform a directory traversal when -R is specified. Before, they used explicit recursion, and as such were limited by