Age | Commit 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-04 | Make sure that the copying code used in an inter-partition | Jim 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 before | Jim 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-04 | List --full-time dates upon failure. | Jim Meyering | |
1999-12-04 | . | Jim Meyering | |
1999-12-04 | Adapt to reflect this change in behavior. | Jim Meyering | |
Make sure the VERSION_CONTROL envvar is not set. Run diff if comparison fails. | |||
1999-12-04 | Use mv, ls, rm, not $MV, $LS, $RM. | Jim Meyering | |
1999-12-04 | (copy_internal): Be consistent with intra-device behavior | Jim 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-04 | Give the right diagnostic when failing to create a file in an | Jim 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-28 | Don'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-28 | don't include assert.h | Jim Meyering | |
1999-11-28 | Round more carefully so we never call nanosleep with more than 999,999,999 | Jim Meyering | |
nanoseconds. Comment out assertion because it uses on EINTR. | |||
1999-11-28 | Rewrite 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-28 | better error checking | Jim Meyering | |
add FIXME comments for non-portable constructs | |||
1999-11-27 | remove another printf stmt | Jim Meyering | |
1999-11-27 | remove printf stmts | Jim Meyering | |
1999-11-27 | fix typos | Jim Meyering | |
1999-11-27 | Rewrite 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-27 | remove brackets around required sleep argument | Jim Meyering | |
1999-11-27 | (argdecode): Move definition to precede use. | Jim Meyering | |
Remove prototype. | |||
1999-11-27 | *** empty log message *** | Jim Meyering | |
1999-11-27 | Don't set/use MV, etc. | Jim Meyering | |
1999-11-27 | *** empty log message *** | Jim Meyering | |
1999-11-27 | Don't set/use MV, etc. | Jim Meyering | |
1999-11-27 | Don't set/use RM and MV. | Jim Meyering | |
1999-11-27 | Don't set/use LS MV MKDIR MKNOD RM TOUCH | Jim Meyering | |
1999-11-27 | Don'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 | |