Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-31 | Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. | Rob Landley | |
2006-11-25 | More work on option parsing. "df -t tmpfs" actually seems to work now. | Rob Landley | |
2006-11-19 | Fix thinko (inverted test). | 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-10-30 | Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the0.0.1 | landley | |
%d the spec says, but same output. And you can't actually select it until I get menuconfig in. But hey...) | |||
2006-10-30 | Implement df. Add -Wall to build and fix up warnings. Add copyright notices. | landley | |
Add error_msg() and itoa() to library. Remove argc from globals (since argv is null terminated), add optflags to globals. | |||
2006-10-05 | Infrastructure, first drop of toy shell, and a bit of work on df. | landley | |
2006-09-28 | Next snapshot. Tries to grab something out of lib in order to build, I have | landley | |
an empty "blah.c" in there to make it happy but I'm not checking that in. |