summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-01-17(main): Likewise.Jim Meyering
2001-01-17(PACKAGE): Likewise.Jim Meyering
2001-01-17(main): Likewise.Jim Meyering
2001-01-17(case_GETOPT_VERSION_CHAR): Use PACKAGE, not GNU_PACKAGE.Jim Meyering
2001-01-17(main): Use PACKAGE, not GNU_PACKAGE.Jim Meyering
2001-01-17(usage): Convert each TAB in --help output to a sequence of 8 spaces.Jim Meyering
2001-01-17(main): Use PACKAGE, not GNU_PACKAGE.Jim Meyering
2001-01-14(UINT_MAX_32_BITS): Define.Jim Meyering
2001-01-14[RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper.Jim Meyering
2001-01-13add comment to go along with last changeJim Meyering
2001-01-13(same_file_ok): When moving a symlink onto itself,Jim Meyering
2001-01-10(copy_internal): Add a comment.Jim Meyering
2001-01-10(do_move): Remove diagnostic, now that copy.c issues it.Jim Meyering
2001-01-10[struct entry] (node): Describe how it's used,Jim Meyering
2001-01-10(copy_internal): Don't allow cp (or mv, when workingJim Meyering
2001-01-09add commentJim Meyering
2001-01-09(top_level_src_path, top_level_dst_path): New globals.Jim Meyering
2001-01-08whoops. move printf args, tooJim Meyering
2001-01-07(usage): Split long message string.Jim Meyering
2001-01-07Split a string that was longer than 2048 bytes.Jim Meyering
2001-01-07(usage): Split a string that was longer than 2048 bytes.Jim Meyering
2001-01-07back out last, prematurely-committed, changeJim Meyering
2001-01-07Correct the indentation of an `#endif'.Jim Meyering
2001-01-07clean up after commit hook testingJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07(usage): Untabify.Jim Meyering
2001-01-07(parse_group): Normalize spelling.Jim Meyering
2001-01-04(main): Fail when --rfc-822 (-R) is specified alongJim Meyering
2001-01-03Use the more precise algorithm of GNU "make" to decide whetherJim Meyering
2001-01-03(main): Remove embedded \n from diagnostic.Jim Meyering
2001-01-03(long_time_expected_width, print_long_format): FixJim Meyering
2001-01-03(dcgettext): New macro.Jim Meyering
2001-01-03(decode_switches): Use dcgettext with LC_TIME,Jim Meyering
2001-01-03(long_time_expected_width): New function.Jim Meyering
2001-01-02(ulonglong_t): Define place-holder type to avoid some #if directives.Jim Meyering
2001-01-02(decode_one_format): Guard use of print_long_long withJim Meyering
2001-01-02copyrightJim Meyering
2001-01-02(print_long_format):Jim Meyering
2000-12-31Improve performance by invoking gettext twice at the start,Jim Meyering
2000-12-31(print_long_format): Don't dump core if strftime returns the empty string.Jim Meyering
2000-12-31(gobble_file): If not using long format, don't invoke acl; it's not needed.Jim Meyering
2000-12-31Avoid an unnecessary `stat' when using --dereference.Jim Meyering
2000-12-28tweak commentJim Meyering
2000-12-28tweak commentJim Meyering
2000-12-28(same_file_ok): Fix *another* typo from my 2000-09-03 change: s/tmp_dst_sb/tm...Jim Meyering
2000-12-28(same_file_ok): Fix typo from my 2000-09-03 change: s/tmp_dst_sb/tmp_src_sb/.Jim Meyering
2000-12-28(same_file_ok): Use a single auto var forJim Meyering
2000-12-25(same_file_ok): Remove declaration and set of unusedJim Meyering