log

age author description
Mon, 12 May 2008 01:23:19 -0500 Rob Landley Sort was including the trailing comma and getting the order wrong.
Mon, 12 May 2008 00:52:27 -0500 Rob Landley Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.
Sun, 04 May 2008 19:44:39 -0500 Rob Landley More tweaks to rmdir.test and the testing infrastructure.
Sun, 04 May 2008 18:59:16 -0500 Rob Landley Add rmdir and test for it.
Sun, 04 May 2008 18:52:29 -0500 Rob Landley Fluffier error message.
Sun, 04 May 2008 16:20:15 -0500 Rob Landley Try to convince make to be less stupid about rebuilding.
Sun, 04 May 2008 16:03:10 -0500 Rob Landley Teach run-all-tests mode to only test enabled commands.
Sun, 04 May 2008 16:00:52 -0500 Rob Landley Remove extraneous output.
Sun, 04 May 2008 15:35:04 -0500 Rob Landley Very simple cat tests, with more test ideas commented out.
Sun, 13 Apr 2008 00:29:00 -0500 Rob Landley Teach get_rawline() to continue until a configurable char, and xstrndup()
Wed, 09 Apr 2008 22:24:36 -0500 Rob Landley We don't open a destination filehandle for symlinks, so xclose() would barf.
Wed, 09 Apr 2008 22:01:20 -0500 Rob Landley Add -v to cp.
Wed, 09 Apr 2008 00:22:04 -0500 Rob Landley Thinko in cat.
Tue, 08 Apr 2008 22:59:18 -0500 Rob Landley Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail
Fri, 04 Apr 2008 12:19:21 -0500 Rob Landley Spent the five minutes to implement "cat".