From: Jim Meyering Date: Mon, 18 Oct 2004 07:56:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbf47a8e19cb6c413af00335b11290ae04f4dc5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 968f9483fd..ffb86f969e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-10-18 Jim Meyering + + * Version 5.3.0. + + * src/sleep.c (main): Remove declaration of unused local, c. + * src/printenv.c (main): Likewise. + * src/logname.c (main): Likewise. + * src/uptime.c (main): Likewise, for optc. + * src/tsort.c (main): Likewise, for opt. + 2004-10-17 Paul Eggert * AUTHORS: Add self to pathchk. @@ -24,13 +34,15 @@ Don't use euidaccess several times to test searchability; just use lstat once. Reword diagnostic to put the (often very long) file names last. - -2004-10-15 Paul Eggert - * Version 5.3.0. +2004-10-15 Paul Eggert * src/printf.c (usage): Mention Unicode, and use H for hex digits. +2004-10-13 Jim Meyering + + * NEWS: Mention today's fts.c fix. + 2004-10-13 Paul Eggert * tests/stty/row-col-1: Set LC_ALL=C.