log

age author description
Sun, 15 Jan 2012 23:20:06 -0600 Tryn Mirell Initial 'basename' implementation
Mon, 16 Jan 2012 01:44:17 -0600 Rob Landley Fluff out documentation and skeleton code.
Sat, 14 Jan 2012 23:28:15 -0600 Rob Landley Expand comments.
Wed, 28 Dec 2011 16:50:16 -0600 Rob Landley Don't make toysh default to y until it does something useful.
Wed, 28 Dec 2011 16:17:13 -0600 Rob Landley Fix "make help".
Wed, 28 Dec 2011 13:01:12 -0600 Rob Landley Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type is stored in an unsigned variable.
Mon, 12 Dec 2011 23:49:55 -0600 Rob Landley Implement unshare.
Mon, 12 Dec 2011 15:19:52 -0600 Rob Landley Forgot to check in loopfiles_rw changes needed by truncate.
Sun, 11 Dec 2011 03:58:43 -0600 Rob Landley Implement truncate.
Sun, 11 Dec 2011 03:54:58 -0600 Rob Landley Whitespace/wordwrap changes.
Sun, 11 Dec 2011 02:36:01 -0600 Rob Landley Implment cal.
Wed, 30 Nov 2011 07:21:23 -0600 Rob Landley Split out parse_optflaglist(), and move local variables to optflagstate.
Mon, 28 Nov 2011 00:22:15 -0600 Rob Landley Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as yet) unsupported multi-function option (ala "x*@").
Tue, 22 Nov 2011 06:08:26 -0600 Rob Landley Don't complain about "possibly reversed" hunks that merely moved later in the file, just give a potential reason if it failed to apply.
Sun, 20 Nov 2011 21:36:37 -0600 Rob Landley Implement unlink.