summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-04 23:34:19 +0000
committerJim Meyering <jim@meyering.net>2005-12-04 23:34:19 +0000
commitf517ded11a49d637826504b3491d3b8072fa2b08 (patch)
tree80ccf4adfa4c691869f265190a0d17388bae92c1 /ChangeLog
parentc837e0038da8d90cabce96bffe05f23f6b398d8e (diff)
downloadcoreutils-f517ded11a49d637826504b3491d3b8072fa2b08.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8854c9d2..c9567b560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-12-04 Jim Meyering <jim@meyering.net>
+2005-12-05 Andreas Gruenbacher
* Version 6.0-cvs.
+ * src/copy.c (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1.
+ (set_owner, preserve_author): New functions, factored out of copy_reg.
+ (copy_reg): Use them.
+ (copy_internal): Use them here, too.
+
+2005-12-04 Jim Meyering <jim@meyering.net>
+
* src/sleep.c (usage): Say what happens with two or more arguments.
Suggested by Justin Pryzby.