summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-05-16Remove spurious space for missing arg2.Jim Meyering
1995-05-16Always print message at end, not just upon failure.Jim Meyering
1995-05-15.Jim Meyering
1995-05-15.Jim Meyering
1995-05-15(usage): Add one- and two-line descriptions to --help output.Jim Meyering
From Karl.
1995-05-13.Jim Meyering
1995-05-13(usage): Include one- or two-line synopsis in --help output.Jim Meyering
From Karl Berry.
1995-05-13.Jim Meyering
1995-05-13(maintainer-clean): Rename from realclean.Jim Meyering
(.PHONY): New dependencies. [.c.o]: Remove -I. since safe-l?stat.h is no longer used.
1995-05-13.Jim Meyering
1995-05-13(make_path): Use stat, not SAFE_STAT.Jim Meyering
Use strchr, not index. Adjust defines accordingly.
1995-05-13(parse_user_spec): Use strchr, not index.Jim Meyering
[!HAVE_STRING_H]: Define strchr in terms of index, not the other way around.
1995-05-13(rmdir): Use stat, not safe_stat.Jim Meyering
1995-05-13(rename): Use stat, not safe_stat.Jim Meyering
(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(mkdir): Use stat, not safe_stat.Jim Meyering
1995-05-13Undef __P before defining.Jim Meyering
Guard definition with simpler `#if __STDC__'.
1995-05-13(isdir): Usage stat, not safe_stat.Jim Meyering
1995-05-13(statfs): Use stat, not safe_stat.Jim Meyering
1995-05-13(eaccess_stat): Make statp and path arguments const.Jim Meyering
(euidaccess): Make statp argument const. Use stat, not safe_stat.
1995-05-13Remove unnecessary definitions for r?index.Jim Meyering
Update definitions for ISDIGIT.
1995-05-13Remove safe-l?stat.[ch]in and related rules.Jim Meyering
1995-05-13(argmatch): Include sys/types.h and declare length argument with type size_t.Jim Meyering
1995-05-13(basename): Make arg const.Jim Meyering
1995-05-13Use stat (lstat), not safe_stat (safe_lstat).Jim Meyering
1995-05-13maintainer-clean, PHONY, ...Jim Meyering
1995-05-13Use l?stat, not safe_l?stat.Jim Meyering
1995-05-13(usage): Remove duplicate descriptions of --help and --version.Jim Meyering
From Karl Berry.
1995-05-13(movefile): Remove a single trailing slash from destdir before concatenatingJim Meyering
with `/' and filename for `ok to overwrite...' message.
1995-05-12Test tr in $PATH, not ./tr.Jim Meyering
1995-05-11merge with 1.11.1Jim Meyering
1995-05-10merge with 1.11.gJim Meyering
1995-05-07.Jim Meyering
1995-05-05.Jim Meyering
1995-05-05(save_stdin): Don't hard-code /tmp.Jim Meyering
[DEFAULT_TMPDIR]: Use this instead.
1995-05-05.Jim Meyering
1995-05-05(main): Use stat, not safe_stat. The latter was unnecessary.Jim Meyering
1995-05-05.Jim Meyering
1995-05-05Patch from Mike to fix handling of +x.yn.Jim Meyering
1995-05-05Don't hard-code /tmp.Jim Meyering
[DEFAULT_TMPDIR]: Use this instead.
1995-05-02.Jim Meyering
1995-05-02(quote_filename): Never return NULL when quoting filenamesJim Meyering
as C-strings. --quote-name was quoting only strings containing at least one C-quotable character. Reported by David J. MacKenzie.
1995-04-30(usage): Fix per kb's suggestions.Jim Meyering
1995-04-27Use __-protected versions of `format' and `printf' only with gcc-2.7 and later.Jim Meyering
1995-04-27merge with 1.11.fJim Meyering
1995-04-27(REGEX_FREE): Add back the `while (0)' hackJim Meyering
Put back ifdefs to protect unnecessary decl.
1995-04-27Latest from RMS.Jim Meyering
1995-04-27.Jim Meyering
1995-04-26(EMACS_INT): Define it to int. (BIG KLUDGE)Jim Meyering
1995-04-26(REGEX_FREE): Define to `while (0) /* empty */' rather than nothing.Jim Meyering
Otherwise, some uses got warnings about empty if-clause. Declare failure_stack_ptr only #ifdef REL_ALLOC.
1995-04-26New version from FSF.Jim Meyering