Age | Commit 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 the | Jim 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-09 | Don'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-07 | Update 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 are | Jim Meyering | |
also printed. | |||
2000-09-07 | (usage): Note that when using -f, lines with no delimiters are also printed. | Jim Meyering | |
2000-09-07 | Remove 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-05 | Redirect stdout to stderr before trying to | Jim 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-05 | Remove the `cp -bdl symlink foo' case. | Jim Meyering | |
since it's no longer portable (hard link to a symlink). | |||
2000-09-05 | Remove 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-04 | Remove declaration of lstat, now that it's in copy.h. | Jim Meyering | |
2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim Meyering | |
as well as the definition of lstat from cp.c to this file. | |||
2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim 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-04 | mv's --force (-f) option is no longer needed for | Jim Meyering | |
this test, now that all it does is cancel --interactive (-i). | |||
2000-09-04 | *** empty log message *** | Jim Meyering | |
2000-09-04 | Add 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-04 | factor out backup/same test, put it after if-else. | Jim Meyering | |