Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | No 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 avoid | Jim 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' in | Jim Meyering | |
place of `argc - optind'. Use `file' instead of `argv + optind'. | |||
1996-04-18 | Indent 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-14 | Test cpp-defined __sun as well as sun, because | Jim 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-13 | Unprotoize. | 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-13 | Mark 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 | |
1996-04-11 | Reindent. | Jim Meyering | |
(UT_TIME_MEMBER): New macro. (print_uptime): Use it instead of #ifdef HAVE_UTMPX_H #else. (print_entry): Likewise. | |||
1996-04-10 | (print_uptime) [UPTIME]: New function. From Kaveh Ghazi. | Jim Meyering | |
1996-04-10 | . | Jim Meyering | |
1996-04-10 | . | Jim Meyering | |
1996-04-10 | . | Jim Meyering | |