OSDN Git Service

android-x86/external-toybox.git
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
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...