diff options
author | Jim Meyering <jim@meyering.net> | 2004-10-18 07:56:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-10-18 07:56:26 +0000 |
commit | ccbf47a8e19cb6c413af00335b11290ae04f4dc5 (patch) | |
tree | fdaa833eaf6b01b43f03ce8c51ed59334a9d1cda /ChangeLog | |
parent | 41d58525e3e486926bd66db1b6b697864a9cd736 (diff) | |
download | coreutils-ccbf47a8e19cb6c413af00335b11290ae04f4dc5.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,3 +1,13 @@ +2004-10-18 Jim Meyering <jim@meyering.net> + + * 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 <eggert@cs.ucla.edu> * 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 <eggert@cs.ucla.edu> - * Version 5.3.0. +2004-10-15 Paul Eggert <eggert@cs.ucla.edu> * src/printf.c (usage): Mention Unicode, and use H for hex digits. +2004-10-13 Jim Meyering <jim@meyering.net> + + * NEWS: Mention today's fts.c fix. + 2004-10-13 Paul Eggert <eggert@cs.ucla.edu> * tests/stty/row-col-1: Set LC_ALL=C. |