History log of /external/toybox/toys/pending/last.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eb7e847adcecf11cd8fd99077ba3a582abe60146 26-May-2017 Elliott Hughes <enh@google.com> Be more consistent about periods in help text.
/external/toybox/toys/pending/last.c
027a73a903af306449710ce12bc09e0e3550c6c9 04-Aug-2016 Rob Landley <rob@landley.net> Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
add xopenro() that takes one argument and understands "-" means stdin,
and switch over lots of users.
/external/toybox/toys/pending/last.c
a76175cbdaf4878491deadd68860b07c8d4846ff 23-May-2014 Rob Landley <rob@landley.net> Ashwini Sharma pointed out I screwed up last.c.

Renamed the function, missed a user...
/external/toybox/toys/pending/last.c
7a6b82277db3caee1214cdbc8f6bc546818aec6e 21-May-2014 Rob Landley <rob@landley.net> Make last use common llist free function, minor cleanups.
/external/toybox/toys/pending/last.c
5369517b2cd0437a603ab7b33b499062804ae141 10-May-2014 Rob Landley <rob@landley.net> sizeof("string") treats it as a char array _including_ the null terminator, so strncmp(dest, "string", sizeof("string")) is just strcpy.
/external/toybox/toys/pending/last.c
6ef8ce45ae3adae2bd6a36781a6d7f60122548f2 10-May-2014 Rob Landley <rob@landley.net> 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).
/external/toybox/toys/pending/last.c
3297e87c2ab798696b0fb3d06904dccea076b77a 23-Apr-2014 Rob Landley <rob@landley.net> usage: is lower case (the help generator looks for that, might as well be consistent).
/external/toybox/toys/pending/last.c
1685bd5be8f50c6bb876bdfe331d8fe20b304648 23-Dec-2013 Rob Landley <rob@landley.net> Two more commands (last and more) submitted by Ashwini Sharma.
/external/toybox/toys/pending/last.c