summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-20*** empty log message ***Jim Meyering
1999-12-19tweak commentJim Meyering
1999-12-19tweak commentJim Meyering
1999-12-19*** empty log message ***Jim Meyering
1999-12-19(lstat.c): Adapt rule to handle new parts of xstat.in.Jim Meyering
(lstat.c): Likewise.
1999-12-19(slash_aware_lstat): New function.Jim Meyering
(rpl_@xstat@): Use it.
1999-12-19*** empty log message ***Jim Meyering
1999-12-19*** empty log message ***Jim Meyering
1999-12-19.Jim Meyering
1999-12-19*** empty log message ***Jim Meyering
1999-12-19*** empty log message ***Jim Meyering
1999-12-19[! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Use lstat wrapper.Jim Meyering
[Notice the new test in m4/lstat-slash.m4. ] (main): Back out change from 1999-02-19 that made ls remove trailing slashes from command line arguments to accommodate early versions of Linux. Now, `ls symlink-to-dir/' acts like `ls symlink-to-dir/.' thus following the symbolic link, as POSIX says it should. Suggestion from Bruno Haible and Andreas Schwab.
1999-12-19.Jim Meyering
1999-12-19.Jim Meyering
1999-12-19(TESTS): Add symlink-slash.Jim Meyering
1999-12-19remove unused test= stmtJim Meyering
1999-12-19*** empty log message ***Jim Meyering
1999-12-19bump serial numberJim Meyering
1999-12-19Use 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 shorterJim 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 whoJim 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 otherJim 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 outputJim 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-12Move 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): DefineJim 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-09Require that File::Compare be available, too.Jim Meyering
Too many systems seem to lack it.