Age | Commit message (Expand) | Author |
2000-09-07 | Remove obsolete comment block. | Jim Meyering |
2000-09-04 | Remove declaration of lstat, now that it's in copy.h. | Jim Meyering |
2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim Meyering |
2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim Meyering |
2000-09-04 | (do_link): Tweak diagnostics. | Jim Meyering |
2000-09-04 | (same_file_ok): Hoist a test. | Jim Meyering |
2000-09-04 | factor out backup/same test, put it after if-else. | Jim Meyering |
2000-09-04 | (same_file_ok): factor some more. improve -- now passes all tests. | Jim Meyering |
2000-09-03 | (cp_option_init): Initialize new members. | Jim Meyering |
2000-09-03 | Remove obsolete comment block. | Jim Meyering |
2000-09-03 | (enum): Add UNLINK_DEST_BEFORE_OPENING. | Jim Meyering |
2000-09-03 | correct description of unlink_dest_after_failed_open | Jim Meyering |
2000-09-03 | comment | Jim Meyering |
2000-09-03 | Use strcoll (not strcmp) when comparing file names. | Jim Meyering |
2000-09-03 | (struct cp_options) [force]: Remove member. | Jim Meyering |
2000-09-03 | (same_file_ok): New function, extracted from copy_internal, | Jim Meyering |
2000-08-27 | (copy_reg): New parameters: X and NEW_DST. | Jim Meyering |
2000-08-27 | (copy_internal): Set `new_dst' when the move_mode rename fails, | Jim Meyering |
2000-08-27 | (copy_reg): Rename two goto labels. | Jim Meyering |
2000-08-26 | (usage): --force is independent of --interactive. | Jim Meyering |
2000-08-24 | Put back the kluge. It's necessary after all. | Jim Meyering |
2000-08-24 | (skip): Assume lseek failed if it returned zero, since a zero return is | Jim Meyering |
2000-08-23 | Include <config.h> unconditionally, to be consistent | Jim Meyering |
2000-08-23 | back out last change | Jim Meyering |
2000-08-22 | Don't even try to use lseek on character devices. | Jim Meyering |
2000-08-20 | (cp_option_init): Initialize to DEREF_ALWAYS, not `1'. | Jim Meyering |
2000-08-20 | (cp_option_init): Initialize to DEREF_NEVER, not `0'. | Jim Meyering |
2000-08-20 | (long_opts): Add --dereference, -L. | Jim Meyering |
2000-08-20 | Declare lstat. | Jim Meyering |
2000-08-20 | (enum Dereference_symlink): Define. | Jim Meyering |
2000-08-20 | (print_totals): Rename global from opt_combined_arguments. | Jim Meyering |
2000-08-19 | fix my grammar error in last change | Jim Meyering |
2000-08-19 | (writeline): Correct comments. | Jim Meyering |
2000-08-18 | (DO_CHOWN): Do not make a special case for non-root. | Jim Meyering |
2000-08-15 | (count_entry): Remember the current directory also for `.' | Jim Meyering |
2000-08-14 | remove incorrect FIXME comment. | Jim Meyering |
2000-08-14 | (copy_reg): Move declaration of local, `n_read', into | Jim Meyering |
2000-08-13 | (copy_reg): Add comment. | Jim Meyering |
2000-08-13 | (get_dest_mode): Rename from new_nondir_mode. | Jim Meyering |
2000-08-11 | Add support for multi-byte locales. | Jim Meyering |
2000-08-11 | (usage): Describe -d and -i in a locale-independent way. | Jim Meyering |
2000-08-11 | (usage): Don't describe System V syntax, as it doesn't always work. | Jim Meyering |
2000-08-08 | (movefile): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (remove_cwd_entries, rm): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (main): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (do_link): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (main): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (xstrndup): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (cut_fields): Invoke xalloc_die instead of printing our own message. | Jim Meyering |
2000-08-08 | (copy_dir, copy_internal): Invoke xalloc_die instead of printing our own mess... | Jim Meyering |