1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-09-28 19:55:51 +00:00
parent eca1e2d890
commit fa805211ac
+27 -2
View File
@@ -1,5 +1,32 @@
2001-09-28 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
* src/cp.c (do_copy): Call dest_info_init if necessary.
* src/install.c (main): Likewise.
* src/mv.c (main): Likewise.
* src/copy.h (dest_info_init): Declare.
* src/copy.c: Include "hash.h" and "same.h".
(struct Dest_info): Define.
(dest_info): Declare global.
(DEST_INFO_INITIAL_CAPACITY): Define.
(hash_pjw): New function.
(dest_info_hash): Likewise.
(dest_info_compare): Likewise.
(dest_info_init): Likewise.
(seen_dest): Likewise.
(record_dest): Likewise.
(copy_internal): If the destination exists, fail if it's in the set
of files that have already been created as part of this mv or cp.
(copy_internal) [move_mode]: Record the destination dev/ino/filename.
(copy_internal) [!move_mode, regular file]: Likewise.
Accept new option: --reply={yes,no,query}
* src/cp.c: (enum) [REPLY_OPTION]: Define.
(usage): Describe new option.
Split long usage string into smaller pieces.
(main): Handle new option.
* missing: Update from master.
* config.guess: Likewise.
* config.sub: Likewise.
@@ -9,8 +36,6 @@
2001-09-26 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
* man/Makefile.am (common_dep): s/configure.in/configure.ac/.
* configure.ac: Renamed from configure.in.