Commit History

Author SHA1 Message Date
  Elliott Hughes eb7e847adc Be more consistent about periods in help text. 7 years ago
  Rob Landley 027a73a903 Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, 8 years ago
  Rob Landley a76175cbda Ashwini Sharma pointed out I screwed up last.c. 10 years ago
  Rob Landley 7a6b82277d Make last use common llist free function, minor cleanups. 10 years ago
  Rob Landley 5369517b2c sizeof("string") treats it as a char array _including_ the null terminator, so strncmp(dest, "string", sizeof("string")) is just strcpy. 10 years ago
  Rob Landley 6ef8ce45ae Initial cleanup of last: mostly whitespace, move no record test to start of loop, don't bother to stat an empty file to report when an empty log was created (just report current time). 10 years ago
  Rob Landley 3297e87c2a usage: is lower case (the help generator looks for that, might as well be consistent). 10 years ago
  Rob Landley 1685bd5be8 Two more commands (last and more) submitted by Ashwini Sharma. 10 years ago