Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-19 | (TESTS): Add symlink-slash. | Jim Meyering | |
1999-12-19 | remove unused test= stmt | Jim Meyering | |
1999-12-19 | *** empty log message *** | Jim Meyering | |
1999-12-19 | bump serial number | Jim Meyering | |
1999-12-19 | Use the new macro: jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | Jim Meyering | |
1999-12-19 | *** empty log message *** | Jim Meyering | |
1999-12-19 | *** empty log message *** | Jim Meyering | |
1999-12-18 | *** empty log message *** | Jim Meyering | |
1999-12-18 | *** empty log message *** | Jim Meyering | |
1999-12-18 | *** empty log message *** | Jim Meyering | |
1999-12-18 | (wipename): When repeatedly renaming a file, making the name shorter | Jim Meyering | |
and shorter, skip to the next shorter length length if a rename fails (e.g. due to permission denied). Otherwise, this loop would iterate for so long that shred would appear to be stuck in an infinite loop for any but the shortest file names. | |||
1999-12-18 | *** empty log message *** | Jim Meyering | |
1999-12-18 | (print_entry): Correct do_lookup test so that who | Jim Meyering | |
prints whatever host information it has, even without --lookup. | |||
1999-12-15 | *** empty log message *** | Jim Meyering | |
1999-12-15 | (decode_switches): If -c or -u is specified and not -l (or any other | Jim Meyering | |
option that implies -l), and no sort-type was specified, then sort by the ctime (-c) or atime (-u). Part of this change reverts the 1998-01-10 delta. (usage): Update to reflect this change. Reported by Paul Slootman via Michael Stone. | |||
1999-12-14 | . | Jim Meyering | |
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-13 | (make_path): Consistently use error to output | Jim Meyering | |
the verbose, `created directory ...' messages. Reported by Bernhard Rosenkraenzer. | |||
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-13 | *** empty log message *** | Jim Meyering | |
1999-12-12 | Move 120+ lines of stat.h-related macros from system.h (not shared) | Jim Meyering | |
to sys2.h, which is shared between fileutils, sh-utils, textutils. * src/system.h: Move them from here... * src/sys2.h: ... to here. | |||
1999-12-12 | (S_IRUSR, S_IRGRP, S_IWGRP, S_IROTH, S_IWOTH): Define | Jim Meyering | |
if not defined. This was necessary on a NeXT Turbostation running Mach 3.3. Reported by Nelson H. F. Beebe. | |||
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 | |