Age | Commit message (Expand) | Author |
2007-02-22 | Adjust preceding change not to perform an unaligned access. | Jim Meyering |
2007-02-22 | Placate valgrind, wrt ./cp --sparse=always | Jim Meyering |
2007-02-21 | * src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning | Paul Eggert |
2007-02-03 | * NEWS: Document fix for cp --preserve=mode. | Paul Eggert |
2007-01-03 | * src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails. | Bruno Haible |
2006-12-30 | * src/copy.c (copy_reg): Rewrite a comment that was rendered | Jim Meyering |
2006-12-07 | cp -p now clears special bits if it fails to preserve owner or group | Paul Eggert |
2006-12-06 | * NEWS: Document the cp --preserve=ownership fix. | Paul Eggert |
2006-10-21 | * src/copy.c (copy_internal): Add a comment saying why we prefer | Jim Meyering |
2006-10-19 | * src/copy.c (copy_reg): Rewrite slightly to avoid duplicte code | Paul Eggert |
2006-10-18 | * src/copy.c (copy_internal): Use mknod rather than mkfifo to copy | Paul Eggert |
2006-10-18 | * src/copy.c (copy_internal): Remove redundant and confusing local | Paul Eggert |
2006-10-18 | * src/copy.c (copy_internal): Don't pass mkdir a mode greater than | Paul Eggert |
2006-10-14 | * NEWS: cp -r --backup dir1 dir2, would rename an existing dir1/dir2 | Jim Meyering |
2006-09-24 | * NEWS: Mention these fixes. | Jim Meyering |
2006-09-20 | * NEWS: Document fix for cp -i and mv -i. | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-08-28 | * src/copy.c (copy_internal): Don't test whether macros like | Paul Eggert |
2006-08-27 | * src/copy.c (copy_internal): Don't make a backup if the last | Jim Meyering |
2006-08-27 | Two of those comments apply only when "moving" (not when copying). | Jim Meyering |
2006-08-27 | * src/copy.c (copy_internal): Add comments. | Jim Meyering |
2006-08-26 | Fix "mv --verbose --backup" so its output includes the | Jim Meyering |
2006-08-19 | * NEWS: Fix cp --sparse so that it preserves tail-end sparseness, even | Jim Meyering |
2006-08-17 | * src/copy.c (copy_internal, same_file_ok): Adjust comments not | Jim Meyering |
2006-07-29 | (set_author): Preserve the st_author field via the | Paul Eggert |
2006-07-26 | * src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]: | Jim Meyering |
2006-07-05 | * src/copy.c (copy_internal): Don't work around old NFS clients like | Jim Meyering |
2006-06-03 | Make `cp --link --no-dereference' work also on systems where the | Jim Meyering |
2006-05-11 | mv -T DIR EMPTY_DIR no longer fails | Jim Meyering |
2006-05-11 | (copy_internal): Don't explicitly unlink the destination | Jim Meyering |
2006-03-12 | (set_author): Rename function, from preserve_author. | Jim Meyering |
2006-02-04 | (copy_internal): cp -RL no longer fails when encountering | Jim Meyering |
2006-01-02 | (set_owner): Correct a comment. | Jim Meyering |
2006-01-02 | Include lchmod.h. | Paul Eggert |
2005-12-17 | (get_dest_mode): Remove; it is obsolete after removing umask_kill. | Jim Meyering |
2005-12-04 | (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1. | Jim Meyering |
2005-11-24 | Improve performance a bit by optimizing away | Paul Eggert |
2005-09-25 | (HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined. | Paul Eggert |
2005-09-23 | (copy_reg): Preserve time stamps if | Paul Eggert |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-07-11 | (copy_reg): Always copy in binary mode. | Paul Eggert |
2005-07-03 | Include fcntl--.h, not unistd-safer.h. | Paul Eggert |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-31 | (chown_privileges, chown_failure_ok): Mark as `extern'. | Jim Meyering |
2005-05-31 | Port to Solaris 10's rules for whether programs can chown files. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-10 | (abandon_move): Remove erroneous UNWRITABLE check. | Jim Meyering |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-03-28 | (copy_reg): Use NULL, not `0'. | Jim Meyering |