Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-12 | *** empty log message *** | Jim Meyering | |
1999-12-10 | . | Jim Meyering | |
1999-12-10 | . | Jim Meyering | |
1999-12-10 | . | Jim Meyering | |
1999-12-10 | (_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF. | Jim Meyering | |
1999-12-09 | *** empty log message *** | Jim Meyering | |
1999-12-09 | . | Jim Meyering | |
1999-12-09 | . | Jim Meyering | |
1999-12-09 | *** empty log message *** | Jim Meyering | |
1999-12-09 | Require that File::Compare be available, too. | Jim Meyering | |
Too many systems seem to lack it. | |||
1999-12-09 | Add checks for most of the cpp macros tested in GNU's strftime.c. | Jim Meyering | |
Prompted by a patch from Paul Eggert. | |||
1999-12-09 | Use 1>&2 rather than `1<&-'. | Jim Meyering | |
Suggestion from Volker Borchert. | |||
1999-12-09 | (IGNORE_FAIL_ON_NON_EMPTY_OPTION): Likewise. | Jim Meyering | |
1999-12-09 | (BLOCK_SIZE_OPTION, EXCLUDE_OPTION, MAX_DEPTH_OPTION): | Jim Meyering | |
Define these and use them instead of `CHAR_MAX + n'. | |||
1999-12-09 | (BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): Define | Jim Meyering | |
these and use them instead of `CHAR_MAX + n'. | |||
1999-12-09 | (anonymous enum): Define TIME_OPTION, and ... | Jim Meyering | |
(longopts): ...use it here instead of `CHAR_MAX + 1'. (main): Likewise. | |||
1999-12-09 | (enum): Remove useless CHAR_MAX + 2 | Jim Meyering | |
1999-12-08 | Test more of the framework (touch's -a and -m | Jim Meyering | |
options) before running the actual ls test. | |||
1999-12-08 | s/test_failure/framework_failure/g | Jim Meyering | |
1999-12-05 | (TESTS): Add fflush. | Jim Meyering | |
1999-12-05 | Remove ftp.enst.fr. | Jim Meyering | |
1999-12-05 | *** empty log message *** | Jim Meyering | |
1999-12-05 | (main): Flush stdout before switching to unbuffered mode | Jim Meyering | |
and calling tail_forever. Required only on Solaris2.7 -- on other systems, using setvbuf to switch to unbufferd mode does the flush. | |||
1999-12-05 | *** empty log message *** | Jim Meyering | |
1999-12-05 | . | Jim Meyering | |
1999-12-05 | *** empty log message *** | Jim Meyering | |
1999-12-05 | *** empty log message *** | Jim Meyering | |
1999-12-05 | Revert the previous change. | Jim Meyering | |
(copy_internal): In move mode, if the rename attempt fails, then unlink any existing destination file. This makes a cross-device `mv' more consistent with the intra-device behavior. This change is required by POSIX to make a cross-device move act with semantics similar to those of the rename syscall. For example now `mv' can 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 | . | 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 | |