Age | Commit message (Expand) | Author |
2000-07-30 | (copy_internal): Quote the file names that are displayed | Jim Meyering |
2000-07-15 | Convert "`%s'" in format strings to "%s", and wrap each | Jim Meyering |
2000-06-27 | (copy_dir): Don't set errno before | Jim Meyering |
2000-06-25 | (copy_internal): Don't return return immediately after a | Jim Meyering |
2000-06-16 | (copy_reg): Give a slightly better diagnostic. | Jim Meyering |
2000-05-29 | Allow `cp -d -u' to copy one symlink onto another that's identical. | Jim Meyering |
2000-05-12 | (copy_internal): Fix force and interactive tests. | Jim Meyering |
2000-02-05 | (copy_internal): Don't allow mv to move a directory onto | Jim Meyering |
2000-01-09 | This affects cp, install, and mv. | Jim Meyering |
1999-12-05 | Revert the previous change. | Jim Meyering |
1999-12-04 | (copy_internal): Be consistent with intra-device behavior | Jim Meyering |
1999-11-11 | (copy_internal): Treat src and dest as the `same' in | Jim Meyering |
1999-11-05 | Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS. | Jim Meyering |
1999-08-08 | (copy_dir): Remove cast of savedir arg. | Jim Meyering |
1999-05-23 | (copy_internal): Don't apply the umask in move_mode. | Jim Meyering |
1999-05-23 | Remove today's earlier misguided attempts. | Jim Meyering |
1999-05-23 | Include same.h. | Jim Meyering |
1999-05-23 | (copy_internal): Make it so `mv -f FILE FILE' does not remove FILE. | Jim Meyering |
1999-04-30 | (copy_internal): Move the one-file-system test so that | Jim Meyering |
1999-04-30 | (copy_internal): Don't make `mv foo symlink-to-foo' fail. | Jim Meyering |
1999-04-26 | (copy_reg, copy_internal): Use proper mode_t types and macros. | Jim Meyering |
1999-02-16 | update copyright dates | Jim Meyering |
1999-01-31 | (copy_internal): Describe any backup-related renaming | Jim Meyering |
1999-01-11 | (copy_internal): Handle two more values of errno from | Jim Meyering |
1998-12-18 | (copy_internal): Remove errnoeous `%s: ' prefix | Jim Meyering |
1998-12-07 | Use dir_name, not dirname. Include dirname.h. | Jim Meyering |
1998-11-30 | (copy_internal): Remove earlier (but less effective) | Jim Meyering |
1998-09-28 | (copy_internal): Do honor `n' reply in move-mode. | Jim Meyering |
1998-09-27 | (copy_internal): Don't preserve hard-linked directories | Jim Meyering |
1998-08-15 | (copy_internal) [one-file-system]: Do copy mount point | Jim Meyering |
1998-08-02 | (copy_internal): Compare time stamps with subsecond resolution if available. | Jim Meyering |
1998-07-25 | (SAME_INODE): Remove definition. | Jim Meyering |
1998-07-19 | (copy_internal): Add another exclusion from the | Jim Meyering |
1998-07-03 | (copy_internal): Rename variable and reverse sense of tests | Jim Meyering |
1998-07-03 | (SAME_INODE): New macro. | Jim Meyering |
1998-07-03 | (copy_internal): Try harder identifying a relative | Jim Meyering |
1998-07-03 | (copy_internal): Don't skip test for same file if creating a hardlink | Jim Meyering |
1998-07-03 | (copy_internal): Don't call chown on a symlink. | Jim Meyering |
1998-06-27 | (copy_internal): Fix it so hard-link test is no longer hidden inside | Jim Meyering |
1998-06-27 | (copy_reg): Detect identical source and dest here. | Jim Meyering |
1998-05-13 | (copy_internal): Plug a small leak. | Jim Meyering |
1998-05-11 | (copy_internal): Use new move_mode member. | Jim Meyering |
1998-05-10 | (new_nondir_mode): New function. Use where appropriate. | Jim Meyering |
1998-03-28 | Add copyright. | Jim Meyering |
1998-03-15 | Use #if, not #ifdef with HAVE_ macros. | Jim Meyering |
1998-03-13 | (copy_dir): Add new parameter, copy_into_self, and set it. | Jim Meyering |
1998-01-25 | (DO_CHOWN): Don't fail for non-root when chown fails due | Jim Meyering |
1998-01-22 | (copy_internal): Use x->backup_type, not the global. | Jim Meyering |
1997-12-25 | (copy_internal): Use S_ISLNK only if defined. | Jim Meyering |
1997-12-16 | s/__P/PARAMS/g | Jim Meyering |