From: Jim Meyering Date: Thu, 16 Oct 2003 07:58:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee14fea3f01ad45ab2964eb7c6ea50ab22429c5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 64b3d05d52..4b0ee97f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 2003-10-16 Jim Meyering + * Version 5.1.0. + * src/chgrp.c (main): Simply assign to bit_flags. Don't bother with bit arithmetic. - - * Version 5.1.0. + * src/chown.c (main): Likewise. + Rename a couple of local variables. + Remove unnecessary casts. * src/tail.c (start_bytes): Rename local, remainder, to avoid gcc's warning about shadowing a global. diff --git a/lib/ChangeLog b/lib/ChangeLog index 03b1605269..e11f4b76f1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,7 @@ 2003-10-16 Jim Meyering + * readutmp.c: Fix indentation, from gnulib. + * xmalloc.c: Include , for declarations of memset and memcpy. * exclude.c: Update from gnulib.