summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-04-21.Jim Meyering
1996-04-21.Jim Meyering
1996-04-21Include xstrtol.h.Jim Meyering
[!BITSPERBYTE]: Define. [!UID_T_MAX]: Define. [!GID_T_MAX]: Define. (get_ids): Use xstrtol, not atoi. (is_number): Remove now-unused function.
1996-04-21Remove obsolete FIXME.Jim Meyering
1996-04-21(decode_switches): Replace two more atoi uses with xstrtol.Jim Meyering
1996-04-21(decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic.Jim Meyering
1996-04-21(decode_switches): Clean up last change.Jim Meyering
[posix_pedantic]: Don't consider TABSIZE environment variable.
1996-04-21(decode_switches): Use xstrtol, not atoi.Jim Meyering
Detect and ignore invalid value for COLUMNS environment variable. In error about invalid TABSIZE, don't reference optarg!
1996-04-21.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-21(usage): Improve help message.Jim Meyering
Enclose message strings in _(). From Karl Berry.
1996-04-20.Jim Meyering
1996-04-20.Jim Meyering
1996-04-20.Jim Meyering
1996-04-20No longer call sync by default.Jim Meyering
1996-04-20(main): Make separation of case for n_files == 0 more clear.Jim Meyering
1996-04-19.Jim Meyering
1996-04-19(copy_reg): Rearrange arithmetic in conditional to avoidJim Meyering
integer overflow with large files.
1996-04-19(basename): Rewrite so it doesn't rely on strrchr,Jim Meyering
and hence doesn't need to include string.h -- on some alpha-based OSF systems, there's a conflicting prototype for basename in string.h. Reported by Kaveh Ghazi.
1996-04-19.Jim Meyering
1996-04-19.Jim Meyering
1996-04-19(main): Make code clearer: use new variable `n_files' inJim Meyering
place of `argc - optind'. Use `file' instead of `argv + optind'.
1996-04-18Indent cpp-directives.Jim Meyering
1996-04-17.Jim Meyering
1996-04-17.Jim Meyering
1996-04-17.Jim Meyering
1996-04-17.Jim Meyering
1996-04-17.Jim Meyering
1996-04-17.Jim Meyering
1996-04-14Test cpp-defined __sun as well as sun, becauseJim Meyering
in strict ANSI mode, only __sun is defined. From Kaveh Ghazi.
1996-04-14.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13(usage): Add missing `\n\' at the end of newly added lines for %e and %z.Jim Meyering
1996-04-13(print_uptime): Invoke getloadavg only if we have it.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13Unprotoize.Jim Meyering
[ISASCII]: Define. [ISUPPER]: Define.
1996-04-13(decode_field_spec): Rename local variable `valid'Jim Meyering
to invalid (and reverse sense) to avoid conflict with the macro definition in /usr/include/locale.h on SunOS 4.1.3.
1996-04-13.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13(main): Add new option: --verbose.Jim Meyering
Remove long-deprecated and nowhere-documented --path, a synonym for --parents. It was confusing to get an error about `--p' being ambiguous.
1996-04-13.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13Mark translatable strings in new code.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13(usage): Document %e and %z. Reported by Karl Berry.Jim Meyering
1996-04-13.Jim Meyering
1996-04-13.Jim Meyering
1996-04-12.Jim Meyering