summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-14 09:58:58 +0000
committerJim Meyering <jim@meyering.net>2000-08-14 09:58:58 +0000
commit8c446739e7b661c00ead09d8a64278439a2503c7 (patch)
treec6e66fa2f4ad3bd6d7bd238a386ccced675a2069 /old/fileutils
parent0f8dd3a95412ade3dd0a4efdb917aa3fab623f51 (diff)
downloadcoreutils-8c446739e7b661c00ead09d8a64278439a2503c7.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index aaf20c993..c754b3ae5 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-14 Jim Meyering <meyering@lucent.com>
+
+ * src/copy.c (copy_reg): Move declaration of local, `n_read', into
+ the scope where it's used.
+ (copy_internal): In calling copy_reg, pass not the raw `src_mode',
+ but the possibly-umask-relative mode, `get_dest_mode (x, src_mode)'.
+
2000-08-13 Jim Meyering <meyering@lucent.com>
* src/copy.c (get_dest_mode): Rename from new_nondir_mode.