platform/upstream/toybox.git
17 years agoThe web page should be in the repository, and while I'm at it let's see if I
Rob Landley [Sun, 5 Nov 2006 04:57:18 +0000 (23:57 -0500)]
The web page should be in the repository, and while I'm at it let's see if I
can commit a file that lives under a symlink.

17 years agoAdd pwd. Consolidate toy list information under toylist.h.
Rob Landley [Sat, 4 Nov 2006 22:45:18 +0000 (17:45 -0500)]
Add pwd.  Consolidate toy list information under toylist.h.

17 years agoImplement which. Add hello world to menuconfig. Wrap the various applet main
Rob Landley [Fri, 3 Nov 2006 05:05:52 +0000 (00:05 -0500)]
Implement which.  Add hello world to menuconfig.  Wrap the various applet main
functions in main.c with USE() macros so --gc-sections can strip them.

17 years agoBetter dependencies, and feed the linker --gc-sections. (Which is not an
Rob Landley [Fri, 3 Nov 2006 00:50:02 +0000 (19:50 -0500)]
Better dependencies, and feed the linker --gc-sections.  (Which is not an
substitute for building just the stuff we need, but is easy to do for now.)

17 years agoAdded tag 0.0.1 for changeset 8f8a8ac59c14
Rob Landley [Thu, 2 Nov 2006 16:59:25 +0000 (11:59 -0500)]
Added tag 0.0.1 for changeset 8f8a8ac59c14

17 years agoThinko: the Config.in for the toys should be in ./toys, not ./lib.
Rob Landley [Thu, 2 Nov 2006 16:20:53 +0000 (11:20 -0500)]
Thinko: the Config.in for the toys should be in ./toys, not ./lib.

17 years agoAdd xabspath(), is_file_type(), which_in_path(), and find_in_path().
Rob Landley [Thu, 2 Nov 2006 07:57:27 +0000 (02:57 -0500)]
Add xabspath(), is_file_type(), which_in_path(), and find_in_path().

17 years agoLinked list functions, forgot to add this to the repository.
Rob Landley [Thu, 2 Nov 2006 03:28:46 +0000 (22:28 -0500)]
Linked list functions, forgot to add this to the repository.

17 years agoMake the config generate gen_config.h with CFG_ and USE() macros.
Rob Landley [Thu, 2 Nov 2006 03:26:25 +0000 (22:26 -0500)]
Make the config generate gen_config.h with CFG_ and USE() macros.
Add distclean.  Make clean have double colons so the kconfig makefile's
clean matches.

17 years agoAdd a hello world applet, partly as an example and partly for testing purposes.
Rob Landley [Thu, 2 Nov 2006 03:23:58 +0000 (22:23 -0500)]
Add a hello world applet, partly as an example and partly for testing purposes.

17 years agoThe darn thing accidentally created a branch. I had to copy a half-dozen
Rob Landley [Thu, 2 Nov 2006 03:19:34 +0000 (22:19 -0500)]
The darn thing accidentally created a branch.  I had  to copy a half-dozen
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.

17 years agoThe Config files don't need the CONFIG_ prefix.
landley [Thu, 2 Nov 2006 02:12:20 +0000 (21:12 -0500)]
The Config files don't need the CONFIG_ prefix.

17 years agoAdd menuconfig, plus some basic Config info, lots of which is just future
landley [Wed, 1 Nov 2006 04:30:06 +0000 (23:30 -0500)]
Add menuconfig, plus some basic Config info, lots of which is just future
plans for toysh.  Nothing's currently _using_ this config info, but at least
it's being generated now.

17 years agoCloser support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the 0.0.1
landley [Mon, 30 Oct 2006 16:18:30 +0000 (11:18 -0500)]
Closer support for "pedantic" option for SUSv3.  (Ok, it's %ld instead of the
%d the spec says, but same output.  And you can't actually select it until I
get menuconfig in.  But hey...)

17 years agoAdd reread(), readall(), and xread() on the bus ride in to work...
landley [Mon, 30 Oct 2006 15:01:19 +0000 (10:01 -0500)]
Add reread(), readall(), and xread() on the bus ride in to work...

17 years agoImplement df. Add -Wall to build and fix up warnings. Add copyright notices.
landley [Mon, 30 Oct 2006 06:38:00 +0000 (01:38 -0500)]
Implement df.  Add -Wall to build and fix up warnings.  Add copyright notices.
Add error_msg() and itoa() to library.  Remove argc from globals (since argv is
null terminated), add optflags to globals.

17 years agoRest of thinko fix.
landley [Thu, 26 Oct 2006 16:04:37 +0000 (12:04 -0400)]
Rest of thinko fix.

17 years agoThinko fix.
landley [Thu, 26 Oct 2006 16:04:17 +0000 (12:04 -0400)]
Thinko fix.

17 years agoAdd xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
landley [Wed, 25 Oct 2006 22:38:37 +0000 (18:38 -0400)]
Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().

17 years agoNext drop of toysh, plus more infratructure.
landley [Wed, 18 Oct 2006 22:38:16 +0000 (18:38 -0400)]
Next drop of toysh, plus more infratructure.

17 years agoInfrastructure, first drop of toy shell, and a bit of work on df.
landley [Thu, 5 Oct 2006 20:18:03 +0000 (16:18 -0400)]
Infrastructure, first drop of toy shell, and a bit of work on df.

17 years agoNext snapshot. Tries to grab something out of lib in order to build, I have
landley [Thu, 28 Sep 2006 21:18:51 +0000 (17:18 -0400)]
Next snapshot.  Tries to grab something out of lib in order to build, I have
an empty "blah.c" in there to make it happy but I'm not checking that in.

17 years agoStarting a new project. Just a bit past the "hello world" stage...
landley [Wed, 27 Sep 2006 04:45:05 +0000 (00:45 -0400)]
Starting a new project.  Just a bit past the "hello world" stage...