diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-16 07:28:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-16 07:28:12 +0000 |
commit | 7997248101a2b08df5d077cc29b23f0608194e82 (patch) | |
tree | b619ce2f2dd447f9328228a04444e50ef9859a38 /ChangeLog | |
parent | 841cfd35c9b8813957aea09f8905c2ba160e8182 (diff) | |
download | coreutils-7997248101a2b08df5d077cc29b23f0608194e82.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |