log toys/toylist.h @ 106:422df21290d7

age author description
Wed, 21 Feb 2007 15:19:32 -0500 Rob Landley Fix oneit: <1 is only parsed at the start of the argument list.
Sun, 18 Feb 2007 16:24:55 -0500 Rob Landley Precalculate block and inode usage given a starting file tree. This compiles,
Tue, 13 Feb 2007 16:41:51 -0500 Rob Landley MacOS X has a defective sed with no -r.
Mon, 12 Feb 2007 20:03:01 -0500 Rob Landley More work on mke2fs.c. Random in-progress snapshot...
Sun, 04 Feb 2007 19:14:58 -0500 Rob Landley Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count
Fri, 02 Feb 2007 10:53:55 -0500 Rob Landley Trim a redundant definition that confuses older compilers. (Regression testing
Thu, 01 Feb 2007 17:39:14 -0500 Rob Landley Toybox option parsing must stop at the first non-option argument.
Wed, 31 Jan 2007 13:31:19 -0500 Rob Landley Small cleanup to prepare for cross-compile friendly make install.
Sun, 28 Jan 2007 04:54:01 -0500 Rob Landley More work on mke2fs.
Thu, 25 Jan 2007 16:11:23 -0500 Rob Landley Update args.c to implement numeric arguments.
Tue, 23 Jan 2007 19:54:01 -0500 Rob Landley More work on mke2fs.
Tue, 23 Jan 2007 13:20:38 -0500 Rob Landley More random progress on mke2fs. Nothing to see yet.
Sat, 20 Jan 2007 23:41:49 -0500 Rob Landley Add "yes" command.
Sat, 20 Jan 2007 18:04:20 -0500 Rob Landley Add "echo". Has -n and -e (but not \0123 yet).
Thu, 18 Jan 2007 22:01:04 -0500 Rob Landley Add count command.
Tue, 16 Jan 2007 13:26:02 -0500 Rob Landley Add a quick and dirt bzcat (stdin to stdout only for the moment) to test
Sun, 14 Jan 2007 20:20:06 -0500 Rob Landley Add start of mke2fs/gene2fs, and some other stuff I've been working on.
Sat, 25 Nov 2006 16:06:55 -0500 Rob Landley Add cat -v.
Sat, 25 Nov 2006 13:48:02 -0500 Rob Landley Add oneit.
Sat, 25 Nov 2006 13:45:39 -0500 Rob Landley Fix a warning.
Sat, 25 Nov 2006 13:34:51 -0500 Rob Landley More work on option parsing. "df -t tmpfs" actually seems to work now.
Sun, 19 Nov 2006 02:49:22 -0500 Rob Landley New option parsing infrastructure (doesn't use getopt). Hook it up to
Sat, 04 Nov 2006 17:45:18 -0500 Rob Landley Add pwd. Consolidate toy list information under toylist.h.