summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-10-18 07:56:26 +0000
committerJim Meyering <jim@meyering.net>2004-10-18 07:56:26 +0000
commitccbf47a8e19cb6c413af00335b11290ae04f4dc5 (patch)
treefdaa833eaf6b01b43f03ce8c51ed59334a9d1cda /ChangeLog
parent41d58525e3e486926bd66db1b6b697864a9cd736 (diff)
downloadcoreutils-ccbf47a8e19cb6c413af00335b11290ae04f4dc5.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 968f9483f..ffb86f969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.