Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-02 | Better dependencies, and feed the linker --gc-sections. (Which is not an | Rob Landley | |
substitute for building just the stuff we need, but is easy to do for now.) | |||
2006-11-02 | Added tag 0.0.1 for changeset 8f8a8ac59c14 | Rob Landley | |
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley | |
2006-11-02 | Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). | Rob Landley | |
2006-11-01 | Linked list functions, forgot to add this to the repository. | Rob Landley | |
2006-11-01 | Make the config generate gen_config.h with CFG_ and USE() macros. | Rob Landley | |
Add distclean. Make clean have double colons so the kconfig makefile's clean matches. | |||
2006-11-01 | Add a hello world applet, partly as an example and partly for testing purposes. | Rob Landley | |
2006-11-01 | The darn thing accidentally created a branch. I had to copy a half-dozen | Rob Landley | |
files to temporary locations to get them out of the way of the merge, and the next checkin will be putting them _back_. This commit is entirely to humor mercurial, and if I could figure out how to avoid getting it in this weird state, I would. | |||
2006-11-01 | The Config files don't need the CONFIG_ prefix. | landley | |
2006-10-31 | Add menuconfig, plus some basic Config info, lots of which is just future | landley | |
plans for toysh. Nothing's currently _using_ this config info, but at least it's being generated now. | |||
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 | Add reread(), readall(), and xread() on the bus ride in to work... | landley | |
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-26 | Rest of thinko fix. | landley | |
2006-10-26 | Thinko fix. | landley | |
2006-10-25 | Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). | landley | |
2006-10-18 | Next drop of toysh, plus more infratructure. | landley | |
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. | |||
2006-09-27 | Starting a new project. Just a bit past the "hello world" stage... | landley | |