log toys/toysh.c @ 121:933766b0bd4b

age author description
Fri, 01 Jun 2007 13:41:24 -0400 Rob Landley Allow applets with optarg string NULL to use toy.optargs[].
Sun, 29 Apr 2007 19:55:21 -0400 Rob Landley Add readlink, xreadlink(), and change xrealloc() to not fight the stupid
Wed, 31 Jan 2007 14:37:01 -0500 Rob Landley Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Sun, 19 Nov 2006 02:49:22 -0500 Rob Landley New option parsing infrastructure (doesn't use getopt). Hook it up to
Mon, 30 Oct 2006 01:38:00 -0500 landley Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
Wed, 18 Oct 2006 18:38:16 -0400 landley Next drop of toysh, plus more infratructure.
Thu, 05 Oct 2006 16:18:03 -0400 landley Infrastructure, first drop of toy shell, and a bit of work on df.