diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 10:56:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 10:56:01 +0000 |
commit | c531932fd24373afade8bfb9309eb1cc9a4dad0a (patch) | |
tree | 697a0c68650847aa930c6f68acb9fde46dcf909c /old/fileutils | |
parent | c5ad355677b6297dfbd4f8a1b4760b3a5a2ccdb6 (diff) | |
download | coreutils-c531932fd24373afade8bfb9309eb1cc9a4dad0a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 53c143406..c114931ef 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,21 @@ * Version 4.1.2. + copy.c shouldn't maintain static state. + + * src/copy.c (dest_info): Remove declaration of file-scoped global. + (dest_info_init): Require a parameter. + Update all callers. + (seen_dest): Require a hash table parameter. Update callers. + (record_dest): Likewise. + + * src/copy.h: Include hash.h. + (struct cp_options) [dest_info]: New member. + * src/install.c (cp_option_init): Initialize new member. + * src/mv.c (cp_option_init): Likewise. + * src/cp.c (cp_option_init): Likewise. + (do_copy): Remove const attribute from declaration of parameter, x. + 2001-11-17 Jim Meyering <meyering@lucent.com> * tests/chmod/equals: New test for the just-fixed bug in |