Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-20 | Add "yes" command. | Rob Landley | |
2007-01-20 | Add "echo". Has -n and -e (but not \0123 yet). | Rob Landley | |
2007-01-18 | Add count command. | Rob Landley | |
2007-01-07 | Two unrelated additions I'm working on cross over in this file. In theory I | Rob Landley | |
can use mercurial branches to keep this sort of thing separate, but at the moment I'm just going to check in some dangling config entries that don't control anything yet. | |||
2006-11-25 | Add cat -v. | Rob Landley | |
2006-11-25 | Add oneit. | Rob Landley | |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley | |
existing applets. Still a bit buggy, but bits of it work. | |||
2006-11-04 | Add pwd. Consolidate toy list information under toylist.h. | Rob Landley | |
2006-11-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley | |
functions in main.c with USE() macros so --gc-sections can strip them. | |||
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley | |