diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-06 04:58:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-06 04:58:33 +0000 |
commit | 947713c68bdee0627e0df3ff83bf82b6a7249202 (patch) | |
tree | ba16cfbbef91530f49578ffb1f12112ffd7cf80c | |
parent | 7bff8c9b501a02a553067a53e259cb265942ca0e (diff) | |
download | coreutils-947713c68bdee0627e0df3ff83bf82b6a7249202.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d4b398bd0..06a6ac9e9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1997-10-05 Jim Meyering <meyering@na-net.ornl.gov> + + * src/copy.h (struct cp_options): New field: require_preserve. + * src/copy.c (copy_internal): Use require_preserve. + * src/cp.c (cp_option_init): Initialize it. + (main): Set to 1 for -a and for -p. + 1997-10-03 Jim Meyering <meyering@na-net.ornl.gov> * lib/savedir.h (savedir) [__P]: New file with prototype. |