aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
AgeCommit message (Expand)Author
2007-01-20Add "yes" command.Rob Landley
2007-01-20Add "echo". Has -n and -e (but not \0123 yet).Rob Landley
2007-01-18Add count command.Rob Landley
2007-01-07Two unrelated additions I'm working on cross over in this file. In theory IRob Landley
2006-11-25Add cat -v.Rob Landley
2006-11-25Add oneit.Rob Landley
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley
2006-11-04Add pwd. Consolidate toy list information under toylist.h.Rob Landley
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley
2006-11-02Thinko: the Config.in for the toys should be in ./toys, not ./lib.Rob Landley