summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2001-01-03(main): Remove embedded \n from diagnostic.Jim Meyering-1/+1
2001-01-03(long_time_expected_width, print_long_format): FixJim Meyering-7/+15
2001-01-03(dcgettext): New macro.Jim Meyering-0/+5
2001-01-03(decode_switches): Use dcgettext with LC_TIME,Jim Meyering-3/+4
2001-01-03(long_time_expected_width): New function.Jim Meyering-1/+31
2001-01-02(ulonglong_t): Define place-holder type to avoid some #if directives.Jim Meyering-11/+9
2001-01-02(decode_one_format): Guard use of print_long_long withJim Meyering-4/+6
2001-01-02copyrightJim Meyering-1/+1
2001-01-02(print_long_format):Jim Meyering-7/+13
2000-12-31Improve performance by invoking gettext twice at the start,Jim Meyering-24/+25
2000-12-31(print_long_format): Don't dump core if strftime returns the empty string.Jim Meyering-1/+4
2000-12-31(gobble_file): If not using long format, don't invoke acl; it's not needed.Jim Meyering-3/+4
2000-12-31Avoid an unnecessary `stat' when using --dereference.Jim Meyering-3/+11
2000-12-28tweak commentJim Meyering-1/+1
2000-12-28tweak commentJim Meyering-2/+2
2000-12-28(same_file_ok): Fix *another* typo from my 2000-09-03 change: s/tmp_dst_sb/tm...Jim Meyering-1/+1
2000-12-28(same_file_ok): Fix typo from my 2000-09-03 change: s/tmp_dst_sb/tmp_src_sb/.Jim Meyering-1/+1
2000-12-28(same_file_ok): Use a single auto var forJim Meyering-4/+2
2000-12-25(same_file_ok): Remove declaration and set of unusedJim Meyering-9/+0
2000-12-25For both ln and install, when using `--backup=simple --suffix=S',Jim Meyering-2/+7
2000-12-25(hash_compare_active_dir_ents): Return explicit `true'Jim Meyering-1/+1
2000-12-25(extract_dirs_from_files): Remove unused variable.Jim Meyering-3/+1
2000-12-24(main): Actually use the local variable, `backup_suffix_string'.Jim Meyering-0/+3
2000-12-23[HAVE_INTTYPES_H]: Include <inttypes.h>.FILEUTILS-4_0_34Jim Meyering-0/+4
2000-12-22(isaac_seed_machdep) [_ARCH_PPC]: Disable the codeJim Meyering-3/+5
2000-12-19(UINTMAX_MAX): New macro, taken from C99.Jim Meyering-0/+4
2000-12-19adjust indentationJim Meyering-19/+19
2000-12-19Include physmem.h.Jim Meyering-15/+110
2000-12-16(uint_to_string): New function.Jim Meyering-25/+53
2000-12-16(enum Change_status): Start with 1.Jim Meyering-1/+1
2000-12-16(main): Rename local, group, to gid.Jim Meyering-4/+4
2000-12-16(main): Rename locals, user/group, to uid/gid.Jim Meyering-10/+12
2000-12-15(main): Reflect renaming: s/dereference/change_symlinks/.Jim Meyering-6/+4
2000-12-15(enum Dereference_symlink): rename member: s/change_symlinks/dereference/Jim Meyering-3/+11
2000-12-15Declare lstat.Jim Meyering-47/+100
2000-12-10give a better diagnostic when only the group is being changedJim Meyering-1/+3
2000-12-09(chopt_free): don't free anythingJim Meyering-2/+2
2000-12-09Include "chown-core.h".Jim Meyering-223/+18
2000-12-09add 3 more prototypesJim Meyering-5/+14
2000-12-09Include <pwd.h>, <grp.h>, and "xalloc.h".Jim Meyering-0/+31
2000-12-09Don't include pwd.h or grp.h -- no longer needed.Jim Meyering-239/+18
2000-12-09*** empty log message ***Jim Meyering-0/+252
2000-12-09*** empty log message ***Jim Meyering-0/+72
2000-12-09(change_file_owner): Restore special file permissionJim Meyering-0/+19
2000-12-08Include xalloc.h.Jim Meyering-3/+6
2000-12-07(address_base): Declare to be static.Jim Meyering-1/+1
2000-12-07(address_base, address_pad_len): New var.Jim Meyering-95/+87
2000-12-03(gobble_file) [USE_ACL]: Set have_acl member unconditionallyJim Meyering-2/+3
2000-12-03remove instrumentationJim Meyering-22/+2
2000-12-03add instrumentation to detect some UMRsJim Meyering-2/+22