OSDN Git Service

bugfix: the multiplexer increments optc and then the command the multiplexer runs...
[android-x86/external-toybox.git] / main.c
2014-04-01 Rob Landleybugfix: the multiplexer increments optc and then the...
2014-03-28 Rob LandleyAdd help -a (to show all commands) and -h (to produce...
2013-12-23 Rob LandleyFix some issues raised (albeit indirectly) by Isaac...
2013-12-20 Rob LandleyDon't permute toys.optargs, cleanup code (xexec())...
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-08-30 Rob LandleyAdd scripts/single.sh to build individual non-multiplex...
2013-08-21 Rob LandleyFix --help option to multiplexer.
2013-07-19 Rob LandleyStart of TOYBOX_SINGLE support, for building standalone...
2013-06-30 Rob LandleyAdd config option for --help support in all commands.
2013-05-09 Rob LandleyAdd --help option to toybox command when TOYBOX_HELP...
2013-04-21 Rob LandleyFix some comments from way back when toybox first start...
2013-01-05 Rob LandleyUse basename() where appropriate.
2012-12-27 Rob LandleyTOYBOX_DEBUG warns about lack of suid bit when running...
2012-12-23 Rob LandleyElie De Brauwer pointed out that xputs() isn't reliably...
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-21 Felix JandaMake internalization support optional
2012-11-19 Rob LandleyInit global context to toybox multiplexer early so...
2012-11-16 Rob LandleySet optc when optstring NULL.
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-08-14 Rob LandleyReplace TOY_LIST_LEN with more generic ARRAY_LEN()
2012-07-24 Rob LandleyWorkaround longstanding glibc/ld bug, ala sources.redha...
2012-02-19 Rob LandleyNathan McSween convinced me compilers that inline memse...
2012-02-09 Rob LandleySwitch from deprecated function to gratuitously renamed...
2012-01-15 Rob LandleyExpand comments.
2010-01-06 Rob LandleyMake toy_init() reentrant, or else xexec() has funky...
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2008-02-13 Rob LandleyAdd TOYFLAG_UMASK.
2008-01-22 Rob LandleyFix crash when running unknown command via symlink.
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2007-12-09 Rob LandleyChangeset 186 assumed that toys.exitval defaults to...
2007-11-30 Rob LandleyChange command main() functions to return void, and...
2007-11-27 Rob LandleyPatch from Charlie Shepherd: remove extra \n from error...
2007-11-16 Rob LandleyRemove trailing whitespace (thanks to Charlie Shepherd...
2007-08-21 Rob LandleyTweak error message.
2007-06-07 Rob LandleyMake warning go away.
2007-06-01 Rob LandleyShow the compiler how to optimize out the option parsin...
2007-06-01 Rob LandleyAllow applets with optarg string NULL to use toy.optargs[].
2007-02-02 Rob LandleyTrim a redundant definition that confuses older compile...
2007-01-31 Rob LandleySmall cleanup to prepare for cross-compile friendly...
2007-01-19 Rob LandleySave 4 bytes of stack space.
2007-01-15 Rob LandleyAdd start of mke2fs/gene2fs, and some other stuff I...
2006-11-19 Rob LandleyNew option parsing infrastructure (doesn't use getopt...
2006-11-04 Rob LandleyAdd pwd. Consolidate toy list information under toylist.h.
2006-11-03 Rob LandleyImplement which. Add hello world to menuconfig. Wrap...
2006-11-02 Rob LandleyAdd a hello world applet, partly as an example and...
2006-11-02 Rob LandleyThe darn thing accidentally created a branch. I had...
2006-10-30 landleyImplement df. Add -Wall to build and fix up warnings...
2006-10-18 landleyNext drop of toysh, plus more infratructure.
2006-10-05 landleyInfrastructure, first drop of toy shell, and a bit...
2006-09-28 landleyNext snapshot. Tries to grab something out of lib...