summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-11Include 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-11Include unistd-safer.h.Paul Eggert
2005-04-11(digest_file, digest_check):Paul Eggert
2005-04-11Include 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-11Include stdio-safer.h.Paul Eggert
2005-04-11Include unistd-safer.h.Paul Eggert
2005-04-11Include 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-09Readability nit:Jim Meyering
2005-04-09(usage): Mention that --recursive removes listedJim Meyering
2005-04-09Don't include "timespec.h". system.h does that.Jim Meyering
2005-04-09(iread, iwrite): Use char * buffer, not void *, so we can do pointerPaul Eggert
2005-04-09(SA_NOCLDSTOP): Define to 0 if not defined.Paul Eggert
2005-04-09Remove all uses of signals; modern hosts havePaul Eggert
2005-04-09(SA_NOCLDSTOP): Define to 0 if not defined.Paul Eggert
2005-04-09Do 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
2005-04-05(usage): Add examples.Paul Eggert
2005-04-05(usage): Mention that some shells provide a built-in function by the same name.Jim Meyering
2005-04-05(usage): Mention that some shells provide aJim Meyering
2005-04-05.Jim Meyering
2005-04-05(tee): When closing files, do not close stdout,Jim Meyering
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering
2005-04-04(USAGE_BUILTIN_WARNING): remove trailing newlineJim Meyering
2005-04-04.Jim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
2005-04-04(USAGE_BUILTIN_WARNING): New macro.Jim Meyering
2005-04-03(main): Fix off-by-one error.Jim Meyering
2005-04-01Correct indentation of the two just-split lines.Jim Meyering
2005-04-01split two longer-than-80-column linesJim Meyering
2005-04-01(main): Free column_count_string when done with it.Jim Meyering
2005-04-01Don't let pr treat +1:-1 like +1:18446744073709551615.Jim Meyering
2005-03-30(who): New arg OPTIONS. All uses changed.Paul Eggert
2005-03-30(users): New arg OPTIONS. All uses changed.Paul Eggert
2005-03-30(uptime): New arg OPTIONS. All uses changed.Paul Eggert
2005-03-30(short_pinky): Adjust to read_utmp signature change.Paul Eggert