summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-09*** empty log message ***Jim Meyering
2000-09-09.Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09(TESTS_ENVIRONMENT): Propagate $MAKE into environment, for special-bits.Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09(TESTS): Add special-bits.Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09(copy_internal): Call chmod also if we've made theJim Meyering
preceding chown call and we're supposed to preserve some special permission bit(s) that would have been reset by chown. Reported by Greg Louis.
2000-09-09(SAME_OWNER, SAME_GROUP, SAME_OWNER_AND_GROUP): Define.Jim Meyering
(copy_internal): Avoid calling chown if we know it's not necessary.
2000-09-09*** empty log message ***Jim Meyering
2000-09-09Don't use atoi.Jim Meyering
Include sys/param.h and limits.h. Include xstrtol.h. (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define. (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define. (parse_user_spec): Use xstrtoul, not atoi when converting numeric UID, GID. Check range.
2000-09-08*** empty log message ***Jim Meyering
2000-09-08(S_IRWXUGO): Define here, instead.Jim Meyering
2000-09-08(S_IRWXUGO): Remove definition.Jim Meyering
2000-09-07*** empty log message ***Jim Meyering
2000-09-07.Jim Meyering
2000-09-07Update from master repository.Jim Meyering
2000-09-07*** empty log message ***Jim Meyering
2000-09-07(cut invocation): Note that when using -f, lines with no delimiters areJim Meyering
also printed.
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-06*** empty log message ***Jim Meyering
2000-09-06(_getopt_internal): Update from glibc.Jim Meyering
2000-09-05*** empty log message ***Jim Meyering
2000-09-05Redirect stdout to stderr before trying toJim Meyering
remove the temp directory. Otherwise, the `rm -rf' would get an error because the output file wouldn't be closed and the directory wouldn't be `empty'.
2000-09-05.Jim Meyering
2000-09-05Remove the `cp -bdl symlink foo' case.Jim Meyering
since it's no longer portable (hard link to a symlink).
2000-09-05Remove the `cp -dl sl1 sl2' case,Jim Meyering
since it's no longer portable (hard link to a symlink).
2000-09-05*** empty log message ***Jim Meyering
2000-09-05.Jim Meyering
2000-09-04.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
as well as the definition of lstat from cp.c to this file.
2000-09-04Move declaractions of lstat, stat, and rpl_lstatJim Meyering
as well as the definition of lstat from here to copy.h.
2000-09-04*** empty log message ***Jim Meyering
2000-09-04.Jim Meyering
2000-09-04mv's --force (-f) option is no longer needed forJim Meyering
this test, now that all it does is cancel --interactive (-i).
2000-09-04*** empty log message ***Jim Meyering
2000-09-04Add new tests using cp's --rem option.Jim Meyering
Reflect the fact that cp's -f option no longer causes cp to remove the destination file before trying to open it. Reflect the fact that `cp -bdl' now makes a backup when copying a symlink onto the file it points to (FIXME: look into this, and why cp -bl does *not* do so).
2000-09-04*** empty log message ***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*** empty log message ***Jim Meyering
2000-09-04factor out backup/same test, put it after if-else.Jim Meyering