Age | Commit message (Expand) | Author |
2004-09-22 | (copy): Declare as `extern'. | Jim Meyering |
2004-09-13 | Adjust to backup enum rename. | Paul Eggert |
2004-08-11 | (copy_internal): When preserving links, unlink | Paul Eggert |
2004-07-30 | (copy_internal, is_ancestor, copy_dir, copy_reg, | Paul Eggert |
2004-07-27 | (copy_internal): find_backup_file_name no longer | Paul Eggert |
2004-07-04 | (copy_internal): Add a FIXME comment. | Jim Meyering |
2004-07-04 | (copy_dir): Assume path_concat returns non-NULL. | Jim Meyering |
2004-06-30 | Use "file system" rather than "filesystem" in comments. | Jim Meyering |
2004-06-20 | Remove declaration of yesno. | Jim Meyering |
2004-06-14 | Remove declaration of euidaccess. | Jim Meyering |
2004-06-01 | (copy_internal): Don't use alloca, as it can mess up | Jim Meyering |
2004-04-27 | (dest_info_init, src_info_init, copy): Add `extern' keyword. | Jim Meyering |
2004-04-15 | Include getpagesize.h. | Jim Meyering |
2004-04-12 | Include "utimecmp.h". | Jim Meyering |
2004-03-12 | Sometimes, when source and destination partition are different, | Jim Meyering |
2004-03-06 | cp --sparse=always sparse-image-file.img /dev/hda1 could | Jim Meyering |
2004-02-07 | Remove xstat function pointer member. The way it was used was not | Jim Meyering |
2004-01-04 | (copy_internal): Use ASSIGN_STRDUPA rather than alloca and strcpy. | Jim Meyering |
2003-11-02 | (copy_internal): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering |
2003-10-25 | (triple_hash, triple_hash_no_name): Adjust to reflect | Jim Meyering |
2003-10-12 | (copy_internal): Don't #ifdef-out simple uses of | Jim Meyering |
2003-09-28 | Remove unnecessary cast of alloca, since now it's guaranteed to be (void *). | Jim Meyering |
2003-09-09 | Alphabetize includes. | Jim Meyering |
2003-08-30 | When source and destination arguments refer to the same file, reside | Jim Meyering |
2003-08-09 | Include utimens.h. | Jim Meyering |
2003-07-23 | Tweak comment: Solaris2.5.1 -> Solaris 2.5.1 | Jim Meyering |
2003-07-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim Meyering |
2003-06-19 | (copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]: | Jim Meyering |
2003-06-19 | (copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]: | Jim Meyering |
2003-05-13 | (struct F_triple) [name]: Remove const attribute. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2003-04-04 | Because of inappropriate (but POSIX-mandated) behavior of rename, | Jim Meyering |
2003-03-02 | (copy_internal) [un_backup]: When recovering from a | Jim Meyering |
2003-02-28 | (copy_internal): When link fails because of an | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-09-29 | In move mode, always first try to rename. Before, upon failure to | Jim Meyering |
2002-07-20 | (copy_internal): Use file_name_lookup, not getdport. | Jim Meyering |
2002-06-21 | Change all `preserving ...' diagnostics to | Jim Meyering |
2002-06-21 | Include hurd.h. | Jim Meyering |
2002-05-30 | (copy_reg): Use a temporary to avoid a warning | Jim Meyering |
2002-03-30 | (copy_internal): Move the block that sets `earlier_file' | Jim Meyering |
2002-03-19 | use only one space after semicolon | Jim Meyering |
2002-03-17 | (copy_internal) [move_mode]: Give a better diagnostic | Jim Meyering |
2002-03-10 | (copy_reg): Don't exit upon finding a replaced file. | Jim Meyering |
2002-03-10 | (copy_reg): Use a more concise diagnostic for | Jim Meyering |
2002-03-03 | (copy_internal): Remove -r warning; no longer needed. | Jim Meyering |
2002-03-02 | add a comment | Jim Meyering |
2002-03-02 | (copy_internal): For each symlink copied by cp -r, | Jim Meyering |
2002-03-02 | (copy_reg): Detect abuse of a race condition | Jim Meyering |
2002-02-26 | tweak comment | Jim Meyering |