aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-30Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the0.0.1landley
%d the spec says, but same output. And you can't actually select it until I get menuconfig in. But hey...)
2006-10-30Add reread(), readall(), and xread() on the bus ride in to work...landley
2006-10-30Implement 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-26Rest of thinko fix.landley
2006-10-26Thinko fix.landley
2006-10-25Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().landley
2006-10-18Next drop of toysh, plus more infratructure.landley
2006-10-05Infrastructure, first drop of toy shell, and a bit of work on df.landley
2006-09-28Next snapshot. Tries to grab something out of lib in order to build, I havelandley
an empty "blah.c" in there to make it happy but I'm not checking that in.
2006-09-27Starting a new project. Just a bit past the "hello world" stage...landley