Age | Commit message (Expand) | Author |
2005-04-18 | (LDADD, $(PROGRAMS)): fetish -> coreutils. | Paul Eggert |
2005-04-18 | Don't include stat-macros.h directly. system.h does that. | Jim Meyering |
2005-04-16 | (S_TYPEISSHM): Remove definition. | Jim Meyering |
2005-04-14 | Correct typo, fchmod -> fchown, in a comment. | Jim Meyering |
2005-04-12 | (usage): uid -> user ID | Paul Eggert |
2005-04-12 | (tsort): Use "%s" as the format string, rather than a diagnostic or a file name. | Jim Meyering |
2005-04-12 | (compare_files): Remove declaration of unused local. | Jim Meyering |
2005-04-12 | (usage, main): Use "user ID", not "UID", and similarly for "group ID". | Paul Eggert |
2005-04-12 | (usage): Use "user ID", not "UID", and similarly | Paul Eggert |
2005-04-11 | Regenerate. | Paul Eggert |
2005-04-11 | Include stdio_safer.h. | Paul Eggert |
2005-04-11 | (next_file): Don't assume fopen cannot return stdin. | Paul Eggert |
2005-04-11 | (have_read_stdin): Remove; no longer needed. All uses | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2005-04-11 | Include unistd-safer.h rather than fcntl-safer.h. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | (bsd_sum_file, sysv_sym_file): | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | (main): Don't assume fopen returns stdout after closing | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2005-04-11 | (paste_serial): Don't assume fopen does not return stdin. | Paul Eggert |
2005-04-11 | (check_and_close): Don't assume fopen does not return stdin. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | (digest_file, digest_check): | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2005-04-11 | (head_file): Don't assume open does not return 0. | Paul Eggert |
2005-04-11 | (dc_parse_file): Don't assume fopen does not return stdin. | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2005-04-10 | (chopt_free): Mark parameter as unused. | Jim Meyering |
2005-04-09 | (close_stdout_wrapper): Likewise. | Jim Meyering |
2005-04-09 | (quit): Define with ATTRIBUTE_NORETURN. | Jim Meyering |
2005-04-09 | Readability nit: | Jim Meyering |
2005-04-09 | (usage): Mention that --recursive removes listed | Jim Meyering |
2005-04-09 | Don't include "timespec.h". system.h does that. | Jim Meyering |
2005-04-09 | (iread, iwrite): Use char * buffer, not void *, so we can do pointer | Paul Eggert |
2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert |
2005-04-09 | Remove all uses of signals; modern hosts have | Paul Eggert |
2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert |
2005-04-09 | Do not include safe-read.h or full-write; no longer needed. | Paul Eggert |
2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert |
2005-04-09 | (RETSIGTYPE): Remove; no longer needed. All uses replaced with void. | Paul Eggert |
2005-04-07 | (binary_operator) [LINT]: Initialize lt and rt to 0. | Jim Meyering |
2005-04-07 | (digest_check) [LINT]: Initialize hex_digest to NULL. | Jim Meyering |
2005-04-07 | (binop): Move function definition to precede first use so we can... | Jim Meyering |
2005-04-07 | (is_int, age_of, binop): Declare `char *' parameters to be `const'. | Jim Meyering |