log toys/pending/last.c @ 1776:7bf68329eb3b draft default tip

age author description
Fri, 23 May 2014 04:14:46 -0500 Rob Landley Ashwini Sharma pointed out I screwed up last.c. draft
Wed, 21 May 2014 07:01:16 -0500 Rob Landley Make last use common llist free function, minor cleanups. draft
Sat, 10 May 2014 13:24:58 -0500 Rob Landley sizeof("string") treats it as a char array _including_ the null terminator, so strncmp(dest, "string", sizeof("string")) is just strcpy. draft
Sat, 10 May 2014 13:20:03 -0500 Rob Landley 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). draft
Wed, 23 Apr 2014 08:37:07 -0500 Rob Landley usage: is lower case (the help generator looks for that, might as well be consistent). draft
Mon, 23 Dec 2013 09:36:14 -0600 Rob Landley Two more commands (last and more) submitted by Ashwini Sharma. draft