log

age author description
Fri, 10 Feb 2012 13:36:48 +0100 Elie De Brauwer Correct description of nice levels in help of nice
Thu, 09 Feb 2012 06:36:42 -0600 Rob Landley Cleanups for head.
Mon, 06 Feb 2012 17:35:59 -0800 Timothy Elliott Implement head
Thu, 09 Feb 2012 06:09:27 -0600 Rob Landley Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer.
Wed, 08 Feb 2012 19:29:39 -0600 Rob Landley Use stpcpy() (posix 2008) for slight code shrink.
Wed, 08 Feb 2012 19:29:14 -0600 Rob Landley Switch from deprecated function to gratuitously renamed identical non-depricated function. *shrug*
Tue, 07 Feb 2012 22:25:59 -0600 Rob Landley More cmp.c shrinkage.
Tue, 07 Feb 2012 21:32:32 -0600 Rob Landley Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets.
Tue, 07 Feb 2012 12:13:41 -0800 Luis Felipe Strano Moraes Switching who default to 'n' since it's not yet fully implemented.
Tue, 07 Feb 2012 09:15:17 -0800 Luis Felipe Strano Moraes Added time to the output of who command.
Mon, 06 Feb 2012 16:29:09 -0800 Luis Felipe Strano Moraes Initial version of who command.
Mon, 06 Feb 2012 14:36:56 -0800 Luis Felipe Strano Moraes Silence really boring compiler warning.
Mon, 06 Feb 2012 01:28:40 -0800 Timothy Elliott Implement cmp
Tue, 07 Feb 2012 00:31:37 -0600 Rob Landley Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).