Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-05-18 | Test [:lower:] to [:upper:] and vice versa. | Jim Meyering | |
1995-05-16 | Save error output in t*.err. | Jim Meyering | |
1995-05-16 | . | Jim Meyering | |
1995-05-16 | Remove spurious space for missing arg2. | Jim Meyering | |
1995-05-16 | Always 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-13 | Undef __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-13 | Remove unnecessary definitions for r?index. | Jim Meyering | |
Update definitions for ISDIGIT. | |||
1995-05-13 | Remove 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-13 | Use stat (lstat), not safe_stat (safe_lstat). | Jim Meyering | |
1995-05-13 | maintainer-clean, PHONY, ... | Jim Meyering | |
1995-05-13 | Use 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 concatenating | Jim Meyering | |
with `/' and filename for `ok to overwrite...' message. | |||
1995-05-12 | Test tr in $PATH, not ./tr. | Jim Meyering | |
1995-05-11 | merge with 1.11.1 | Jim Meyering | |
1995-05-10 | merge with 1.11.g | Jim 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-05 | Patch from Mike to fix handling of +x.yn. | Jim Meyering | |
1995-05-05 | Don'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 filenames | Jim 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-27 | Use __-protected versions of `format' and `printf' only with gcc-2.7 and later. | Jim Meyering | |
1995-04-27 | merge with 1.11.f | Jim Meyering | |
1995-04-27 | (REGEX_FREE): Add back the `while (0)' hack | Jim Meyering | |
Put back ifdefs to protect unnecessary decl. | |||
1995-04-27 | Latest from RMS. | Jim Meyering | |
1995-04-27 | . | Jim Meyering | |