summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-11(copy_to_temp, tac_file, main):Paul Eggert
2005-07-11(bsd_sum_file, sysv_sym_file):Paul Eggert
2005-07-11(main): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(open_next_file): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(head_lines, head_file): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(cksum): Avoid setmode; use POSIX-specified routines instead.Paul Eggert
2005-07-11(usage, main, long_options) [O_BINARY]:Paul Eggert
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-08(print_user): Don't assume uid fits in unsigned int.Paul Eggert
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-08Regenerate.Paul Eggert
2005-07-07.Jim Meyering
2005-07-06remove stray `=' from commentJim Meyering
2005-07-05(DECIMAL_DIGIT_ACCUMULATE): Generate a hard errorPaul Eggert
2005-07-05Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is nowPaul Eggert
2005-07-05(VERIFY_W_TYPEOF): Remove; no longer needed.Paul Eggert
2005-07-05Adjust to verify.h change.Paul Eggert
2005-07-05(VERIFY_W_TYPEOF): Adjust to verify.h change.Paul Eggert
2005-07-04rename: s/verify_dcl/verify_decl/Jim Meyering
2005-07-04Include "verify.h".Jim Meyering
2005-07-04Reflect name change: s/VERIFY/verify_dcl/.Jim Meyering
2005-07-04(verify): Rename from VERIFY_EXPR, to be lower case,Jim Meyering
2005-07-03(main): Using --reply now evokes a warning.Jim Meyering
2005-07-03.Jim Meyering
2005-07-03Include "lstat.h" rather than rolling our own.Paul Eggert
2005-07-03(verify_numeric): Rename from verify.Jim Meyering
2005-07-03Regenerate.Paul Eggert
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
2005-07-03Include stdlib--.h rather than unistd-safer.h.Paul Eggert
2005-07-03Include fd-reopen.h.Paul Eggert
2005-07-03Include fcntl--.h rather than unistd-safer.h.Paul Eggert
2005-07-03Include stdio--.h rather than stdio-safer.h.Paul Eggert
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
2005-07-03Include fd-reopen.h.Paul Eggert
2005-07-03Include stdio--.h.Paul Eggert
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
2005-07-03Include fd-reopen.h.Paul Eggert
2005-07-03Include fd-reopen.h.Paul Eggert
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert
2005-07-03Don't include stdio-safer.h; no longer needed.Paul Eggert
2005-07-03(main): Reuse stdin rather than opening a new stream.Paul Eggert
2005-07-02.Jim Meyering