summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-10-21The command, `yes ''|./cat -n' would stop printing after INT_MAX lines.Jim Meyering
2000-10-21Prevent a counter buffer overrun when numbering lines and whenJim Meyering
2000-10-21(SORT_OUT_OF_ORDER): Define.Jim Meyering
2000-10-21(main): Use EXIT_SUCCESS rather than 0.Jim Meyering
2000-10-18(universal_time): Remove; it's just a temptation to do the wrong thing.Jim Meyering
2000-10-18Undo the effect of the 1997-07-12 change to date.c; itJim Meyering
2000-10-16fix spell-o in commentJim Meyering
2000-10-16(rm_option_init): Remove FIXME-maybe comment.Jim Meyering
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30(change_file_mode): Perform the chmod even if theJim Meyering
2000-09-30(main): Don't set the umask to 0 and hand-applyJim Meyering
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30(main): Don't set the umask to 0 and hand-applyJim Meyering
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30(main): Don't set the umask to 0 and hand-applyJim Meyering
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30Remove option-describing comment block.Jim Meyering
2000-09-29(usage): Add a separate usage line, just for `OPTION'.Jim Meyering
2000-09-25(long_opts): --exact doesn't take an argument.Jim Meyering
2000-09-25(usage): Match revised documentation better.Jim Meyering
2000-09-24(main): Tweak a relatively new diagnostic.Jim Meyering
2000-09-22(main): When used with --force, each of the --link andJim Meyering
2000-09-22(cp_option_init): Once again make it so install alwaysJim Meyering
2000-09-22(do_move): Moving a directory specified with a trailingJim Meyering
2000-09-22(copy_internal): Don't try to unlink directories whenJim Meyering
2000-09-09(usage): Make second `Usage' line more preciseJim Meyering
2000-09-09(copy_internal): Call chmod also if we've made theJim Meyering
2000-09-09(SAME_OWNER, SAME_GROUP, SAME_OWNER_AND_GROUP): Define.Jim Meyering
2000-09-08(S_IRWXUGO): Define here, instead.Jim Meyering
2000-09-08(S_IRWXUGO): Remove definition.Jim Meyering
2000-09-07(usage): Note that when using -f, lines with no delimiters are also printed.Jim Meyering
2000-09-07Remove obsolete comment block.Jim Meyering
2000-09-04Remove declaration of lstat, now that it's in copy.h.Jim Meyering
2000-09-04Move declaractions of lstat, stat, and rpl_lstatJim Meyering
2000-09-04Move declaractions of lstat, stat, and rpl_lstatJim Meyering
2000-09-04(do_link): Tweak diagnostics.Jim Meyering
2000-09-04(same_file_ok): Hoist a test.Jim Meyering
2000-09-04factor 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-03Remove obsolete comment block.Jim Meyering
2000-09-03(enum): Add UNLINK_DEST_BEFORE_OPENING.Jim Meyering
2000-09-03correct description of unlink_dest_after_failed_openJim Meyering
2000-09-03commentJim Meyering
2000-09-03Use 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