Jim Meyering
e364481ca4
.
1995-05-20 12:36:49 +00:00
Jim Meyering
4b54af76ea
.
1995-05-20 12:09:05 +00:00
Jim Meyering
e8db76575a
(look_up_char_class): Take a string length argument.
...
Use strncmp, not strcmp and verify that string lengths are the same.
(append_char_class): Update caller.
From Andreas Schwab.
1995-05-20 12:08:35 +00:00
Jim Meyering
9918713e5b
(next_file_name): Move dcls of file-scope variables into this function.
...
Don't rely on arithmetic being two's complement.
1995-05-20 11:52:36 +00:00
Jim Meyering
4c9e84124c
[CLOSED, ENDLIST]: Don't cast constants to FILE pointers.
...
Instead, declare two FILE structs and use their addresses.
1995-05-20 11:47:31 +00:00
Jim Meyering
0753cff4a1
(usage): Tweak wording.
1995-05-20 11:41:13 +00:00
Jim Meyering
3bfa2eb8bb
Remove backquote.
1995-05-19 16:49:33 +00:00
Jim Meyering
c253f9ba51
(record_line_starts): Remove set-but-not-used, file-scope variable.
1995-05-19 15:59:40 +00:00
Jim Meyering
1fffbc7472
No longer include safe-l?stat.h.
1995-05-19 15:23:18 +00:00
Jim Meyering
a693d752bc
Oops. Test $tr, not `tr' from PATH.
1995-05-18 18:20:57 +00:00
Jim Meyering
a547f02ddf
Test [:lower:] to [:upper:] and vice versa.
1995-05-18 18:20:12 +00:00
Jim Meyering
c9c8ba714c
Save error output in t*.err.
1995-05-16 17:19:46 +00:00
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