summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-04*** empty log message ***Jim Meyering
1999-12-04.Jim Meyering
1999-12-04(TESTS): Add to-symlink.Jim Meyering
1999-12-04Make sure that the copying code used in an inter-partitionJim Meyering
move unlinks a destination symlink before opening it.
1999-12-04*** empty log message ***Jim Meyering
1999-12-04*** empty log message ***Jim Meyering
1999-12-04(trap): Be careful to close $actual beforeJim Meyering
removing the containing directory. Otherwise, on some systems rmdir fails to remove the containing directory.
1999-12-04*** empty log message ***Jim Meyering
1999-12-04List --full-time dates upon failure.Jim Meyering
1999-12-04.Jim Meyering
1999-12-04Adapt to reflect this change in behavior.Jim Meyering
Make sure the VERSION_CONTROL envvar is not set. Run diff if comparison fails.
1999-12-04Use mv, ls, rm, not $MV, $LS, $RM.Jim Meyering
1999-12-04(copy_internal): Be consistent with intra-device behaviorJim Meyering
and *do* allow `mv' to move a file onto a symlink to itself when that symlink is on a separate partition. With fileutils-4.0j, it would fail with a diagnostic saying they were the same file. Reported by Bruno Haible.
1999-12-04*** empty log message ***Jim Meyering
1999-12-04*** empty log message ***Jim Meyering
1999-12-04Give the right diagnostic when failing to create a file in anJim Meyering
unwritable directory. (touch): Record errno upon failed errno and use that saved value if a subsequent fstat, stat or utime call fails. Reported by Wichert Akkerman via Michael Stone.
1999-12-04*** empty log message ***Jim Meyering
1999-12-04(check_symlink_color): New variable.Jim Meyering
(main): Set it if we need to check for dangling symlinks when displaying colors. (gobble_file): Check check_symlink_color instead of print_with_color.
1999-11-30(usage): Shorten help for --show-control-chars.Jim Meyering
1999-11-30*** empty log message ***Jim Meyering
1999-11-28Don't include math.h or float.h.Jim Meyering
Don't use DBL_MAX. Use TIME_T_MAX instead.
1999-11-28*** empty log message ***Jim Meyering
1999-11-28*** empty log message ***Jim Meyering
1999-11-28don't include assert.hJim Meyering
1999-11-28Round more carefully so we never call nanosleep with more than 999,999,999Jim Meyering
nanoseconds. Comment out assertion because it uses on EINTR.
1999-11-28Rewrite to use nanosleep (hence, timer stops when sleep is suspended)Jim Meyering
and to remove gettimeofday/signal cruft. Improve overflow checking.
1999-11-28*** empty log message ***Jim Meyering
1999-11-28better error checkingJim Meyering
add FIXME comments for non-portable constructs
1999-11-27remove another printf stmtJim Meyering
1999-11-27remove printf stmtsJim Meyering
1999-11-27fix typosJim Meyering
1999-11-27Rewrite to allow fractional seconds and to handle SIGCONT.Jim Meyering
(main): Rewrite. (sighandler): New function. (apply_suffix): New function. (timeval_subtract): New function.
1999-11-27(usage): Add elipses to show that sleep allows more than one argument.Jim Meyering
1999-11-27remove brackets around required sleep argumentJim Meyering
1999-11-27(argdecode): Move definition to precede use.Jim Meyering
Remove prototype.
1999-11-27*** empty log message ***Jim Meyering
1999-11-27Don't set/use MV, etc.Jim Meyering
1999-11-27*** empty log message ***Jim Meyering
1999-11-27Don't set/use MV, etc.Jim Meyering
1999-11-27Don't set/use RM and MV.Jim Meyering
1999-11-27Don't set/use LS MV MKDIR MKNOD RM TOUCHJim Meyering
1999-11-27Don't set/use DF or MKDIR.Jim Meyering
1999-11-27*** empty log message ***Jim Meyering
1999-11-27(TESTS): Add partition-perm.Jim Meyering
1999-11-27*** empty log message ***Jim Meyering
1999-11-27*** empty log message ***Jim Meyering
1999-11-26*** empty log message ***Jim Meyering
1999-11-26(df_readable): Now returns char const *, not char *.Jim Meyering
New arg NEGATIVE. (ceil_percent): Now returns double, not int. Be more careful about adding 1 to a wild value. (show_dev): Don't filter out wild sizes from the underlying operating system; instead, show them to the user as faithfully as possible.
1999-11-26.Jim Meyering
1999-11-23*** empty log message ***Jim Meyering