summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-31Avoid an unnecessary `stat' when using --dereference.Jim Meyering
(same_file_ok): Use stat only if lstat reported that the file was a symbolic link.
2000-12-30*** empty log message ***Jim Meyering
2000-12-30append-only directories -> restricted deletion flag,Jim Meyering
which is the term that POSIX d5 uses for this notion.
2000-12-29*** empty log message ***Jim Meyering
2000-12-29Do not assume that mode_t uses theJim Meyering
traditional octal encoding. E.g. "chmod 1 FOO" should set the other-execute bit of FOO even if S_IXOTH != 1. (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH, WOTH, XOTH, ALLM): New macros. (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): Use them. (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID. (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above. (mode_compile): No need to use uintmax_t; unsigned long is long enough. Don't bother to get suffix since we don't use it.
2000-12-29*** empty log message ***Jim Meyering
2000-12-29Try /usr/xpg4/bin/id (Solaris 7) if plain 'id' doesn't work.Jim Meyering
2000-12-28.Jim Meyering
2000-12-28Run sticky-check from just-created directory.Jim Meyering
2000-12-28*** empty log message ***Jim Meyering
2000-12-28.Jim Meyering
2000-12-28tweak commentJim Meyering
2000-12-28tweak commentJim Meyering
2000-12-28*** empty log message ***Jim Meyering
2000-12-28(same_file_ok): Fix *another* typo from my 2000-09-03 change: ↵Jim Meyering
s/tmp_dst_sb/tmp_src_sb/.
2000-12-28*** empty log message ***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
tmp_dst_sb, instead of two static vars. Likewise for tmp_src_sb.
2000-12-28*** empty log message ***Jim Meyering
2000-12-27.Jim Meyering
2000-12-27.Jim Meyering
2000-12-27.Jim Meyering
2000-12-27use AC_DEFINE_UNQUOTEDJim Meyering
2000-12-26(jm_AC_DOS): Rewrite (though it's still a stub) to work better with autoheader.Jim Meyering
2000-12-26*** empty log message ***Jim Meyering
2000-12-26*** empty log message ***Jim Meyering
2000-12-26tweak comment, white spaceJim Meyering
2000-12-26*** empty log message ***Jim Meyering
2000-12-26Disable the test if the working directory has the sticky bit set.Jim Meyering
2000-12-26*** empty log message ***Jim Meyering
2000-12-26Disable the test if the working directory has the sticky bit set.Jim Meyering
2000-12-25add omitted semicolonJim Meyering
2000-12-25*** empty log message ***Jim Meyering
2000-12-25(same_file_ok): Remove declaration and set of unusedJim Meyering
variables: src_sb_no_link, dst_sb_no_link.
2000-12-25*** empty log message ***Jim Meyering
2000-12-25Add a test for this (for all of cp, mv, ln, install).Jim Meyering
2000-12-25For both ln and install, when using `--backup=simple --suffix=S',Jim Meyering
the suffix `S' wasn't used. (main): Actually use the local variable, `backup_suffix_string'.
2000-12-25*** empty log message ***Jim Meyering
2000-12-25(hash_compare_active_dir_ents): Return explicit `true'Jim Meyering
or `false', rather than relying on implicit int-to-enum cast.
2000-12-25*** empty log message ***Jim Meyering
2000-12-25*** empty log message ***Jim Meyering
2000-12-25(extract_dirs_from_files): Remove unused variable.Jim Meyering
(gobble_file): Move decl of local, val, into the scope where it's used.
2000-12-24*** empty log message ***Jim Meyering
2000-12-24*** empty log message ***Jim Meyering
2000-12-24(main): Actually use the local variable, `backup_suffix_string'.Jim Meyering
2000-12-24whoopsJim Meyering
2000-12-24detect ln simple backup bugJim Meyering
2000-12-24*** empty log message ***Jim Meyering
2000-12-24*** empty log message ***Jim Meyering
2000-12-24Update to version 1.24.Jim Meyering