1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-01 05:26:20 +02:00
Commit Graph

852 Commits

Author SHA1 Message Date
Jim Meyering be7c86dfd2 . 1995-05-16 17:19:32 +00:00
Jim Meyering 68681fe067 Remove spurious space for missing arg2. 1995-05-16 17:14:11 +00:00
Jim Meyering 6a3f88500f Always print message at end, not just upon failure. 1995-05-16 17:13:39 +00:00
Jim Meyering b03da97486 . 1995-05-15 16:43:39 +00:00
Jim Meyering 0dc531502b . 1995-05-15 06:00:33 +00:00
Jim Meyering 635b1b5b6e (usage): Add one- and two-line descriptions to --help output.
From Karl.
1995-05-15 04:53:56 +00:00
Jim Meyering 2c74d574d3 . 1995-05-13 18:35:36 +00:00
Jim Meyering 7cdc7a0bd9 (usage): Include one- or two-line synopsis in --help output.
From Karl Berry.
1995-05-13 18:34:54 +00:00
Jim Meyering e8be969ec8 . 1995-05-13 14:05:46 +00:00
Jim Meyering 56c8261d7e (maintainer-clean): Rename from realclean.
(.PHONY): New dependencies.
[.c.o]: Remove -I. since safe-l?stat.h is no longer used.
1995-05-13 13:55:56 +00:00
Jim Meyering fe6756d42e . 1995-05-13 13:39:07 +00:00
Jim Meyering c093a8e789 (make_path): Use stat, not SAFE_STAT.
Use strchr, not index.  Adjust defines accordingly.
1995-05-13 13:30:10 +00:00
Jim Meyering 7ce06ceca7 (parse_user_spec): Use strchr, not index.
[!HAVE_STRING_H]: Define strchr in terms of index, not the other way around.
1995-05-13 13:25:42 +00:00
Jim Meyering 8a7a1fda12 (rmdir): Use stat, not safe_stat. 1995-05-13 13:20:19 +00:00
Jim Meyering eec5824b1a (rename): Use stat, not safe_stat.
(rename): Compare src and dest inode numbers rather than src
inode and dest *dev* when determining whether src and dest refer
to the same file.  From marc@math.cornell.edu (Marc Parmet).
1995-05-13 13:19:07 +00:00
Jim Meyering b3fc4e375f (mkdir): Use stat, not safe_stat. 1995-05-13 13:13:04 +00:00
Jim Meyering 5a69bc6e5f Undef __P before defining.
Guard definition with simpler `#if __STDC__'.
1995-05-13 13:10:38 +00:00
Jim Meyering e8bfedbcd4 (isdir): Usage stat, not safe_stat. 1995-05-13 13:07:54 +00:00
Jim Meyering 627abb8251 (statfs): Use stat, not safe_stat. 1995-05-13 13:06:46 +00:00
Jim Meyering 4198f93479 (eaccess_stat): Make statp and path arguments const.
(euidaccess): Make statp argument const.  Use stat, not safe_stat.
1995-05-13 13:05:35 +00:00
Jim Meyering 26abb25bd0 Remove unnecessary definitions for r?index.
Update definitions for ISDIGIT.
1995-05-13 13:02:08 +00:00
Jim Meyering d931bb8005 Remove safe-l?stat.[ch]in and related rules. 1995-05-13 12:57:46 +00:00
Jim Meyering e5be6fdf8a (argmatch): Include sys/types.h and declare length argument with type size_t. 1995-05-13 12:55:49 +00:00
Jim Meyering 143415e6b8 (basename): Make arg const. 1995-05-13 12:52:57 +00:00
Jim Meyering 99ce9e9832 Use stat (lstat), not safe_stat (safe_lstat). 1995-05-13 12:48:33 +00:00
Jim Meyering 466ecc5db8 maintainer-clean, PHONY, ... 1995-05-13 12:22:27 +00:00
Jim Meyering 274e5f86b5 Use l?stat, not safe_l?stat. 1995-05-13 02:31:46 +00:00
Jim Meyering 31faa61270 (usage): Remove duplicate descriptions of --help and --version.
From Karl Berry.
1995-05-13 02:26:18 +00:00
Jim Meyering 7108d098ae (movefile): Remove a single trailing slash from destdir before concatenating
with `/' and filename for `ok to overwrite...' message.
1995-05-13 02:21:40 +00:00
Jim Meyering 63c91c859f Test tr in $PATH, not ./tr. 1995-05-12 02:11:06 +00:00
Jim Meyering 01eb16e339 merge with 1.11.1 1995-05-11 14:06:53 +00:00
Jim Meyering 821c7fe59e merge with 1.11.g 1995-05-10 14:22:19 +00:00
Jim Meyering 344458e890 . 1995-05-07 18:37:14 +00:00
Jim Meyering b0aa499bb2 . 1995-05-05 14:58:59 +00:00
Jim Meyering 6ebd309cb8 (save_stdin): Don't hard-code /tmp.
[DEFAULT_TMPDIR]: Use this instead.
1995-05-05 05:09:58 +00:00
Jim Meyering 151f4af0da . 1995-05-05 05:03:56 +00:00
Jim Meyering a5da850f3f (main): Use stat, not safe_stat. The latter was unnecessary. 1995-05-05 05:03:50 +00:00
Jim Meyering 21657d3c67 . 1995-05-05 04:37:58 +00:00
Jim Meyering 04c2f73f6f Patch from Mike to fix handling of +x.yn. 1995-05-05 04:37:21 +00:00
Jim Meyering f45ff2cfaf Don't hard-code /tmp.
[DEFAULT_TMPDIR]: Use this instead.
1995-05-05 04:16:12 +00:00
Jim Meyering 6cd5abb0c4 . 1995-05-02 04:04:39 +00:00
Jim Meyering 70b90a6f9d (quote_filename): Never return NULL when quoting filenames
as C-strings.  --quote-name was quoting only strings containing
at least one C-quotable character.  Reported by David J. MacKenzie.
1995-05-02 04:04:32 +00:00
Jim Meyering 6d94a2954d (usage): Fix per kb's suggestions. 1995-04-30 12:57:50 +00:00
Jim Meyering 843193374f Use __-protected versions of format' and printf' only with gcc-2.7 and later. 1995-04-27 17:04:23 +00:00
Jim Meyering 732fb15b45 merge with 1.11.f 1995-04-27 06:06:46 +00:00
Jim Meyering 00c3a48bd7 (REGEX_FREE): Add back the `while (0)' hack
Put back ifdefs to protect unnecessary decl.
1995-04-27 05:23:35 +00:00
Jim Meyering 1fa0e4dfd6 Latest from RMS. 1995-04-27 04:54:07 +00:00
Jim Meyering 7008c3aa9d . 1995-04-27 04:51:57 +00:00
Jim Meyering 14755ac891 (EMACS_INT): Define it to int. (BIG KLUDGE) 1995-04-26 17:19:13 +00:00
Jim Meyering 9c5392e4af (REGEX_FREE): Define to `while (0) /* empty */' rather than nothing.
Otherwise, some uses got warnings about empty if-clause.

Declare failure_stack_ptr only #ifdef REL_ALLOC.
1995-04-26 17:18:27 +00:00