summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-07-01Assume HAVE_UNISTD_H.Jim Meyering
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h>Jim Meyering
2005-06-30.Jim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-30(VERIFY): Guard definition with #ifndef.Jim Meyering
2005-06-29Use one fewer helper macro.Jim Meyering
2005-06-29(main): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29(fillbuf): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29(show_date): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29(main, store_char): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-29Update sole use of VERIFY.Jim Meyering
2005-06-29(VERIFY): Rewrite to use string-concatenationJim Meyering
2005-06-29(gobble_file): Use stat.st_author, not stat.st_uidJim Meyering
2005-06-28split long line in copyright commentJim Meyering
2005-06-28(fillbuf): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(dump_strings): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-27.Jim Meyering
2005-06-24.Jim Meyering
2005-06-24(usage): Clarify how --reply=no works.Jim Meyering
2005-06-23Do not include hard-locale.h.Paul Eggert
2005-06-23whoops: use puts, not fputsJim Meyering
2005-06-23(time_format): Add `const' attribute.Jim Meyering
2005-06-23(show_date): Use fputs rather than printf ("%s\n",.Jim Meyering
2005-06-23(show_date): Add a FIXME comment.Jim Meyering