summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-16 07:28:12 +0000
committerJim Meyering <jim@meyering.net>2003-10-16 07:28:12 +0000
commit7997248101a2b08df5d077cc29b23f0608194e82 (patch)
treeb619ce2f2dd447f9328228a04444e50ef9859a38 /ChangeLog
parent841cfd35c9b8813957aea09f8905c2ba160e8182 (diff)
downloadcoreutils-7997248101a2b08df5d077cc29b23f0608194e82.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfbcae159..6041a152f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2003-10-15 Jim Meyering <jim@meyering.net>
+2003-10-16 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
+
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