OSDN Git Service

config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit.
[android-x86/external-toybox.git] / scripts /
2014-09-20 Rob LandleyRemove debug echo checked in by mistake.
2014-09-20 Rob LandleyMove testsuite out of scripts/test into its own top...
2014-09-20 Rob LandleyGive library probe a progress indicator, and use 150...
2014-09-12 Rob LandleyCreate a generated/build.sh with a single compiler...
2014-09-11 Rob LandleyOops, unbreak make.sh.
2014-09-10 Rob LandleyMake tweaks: collate generated/*.o files into their...
2014-09-04 Rob LandleyDon't hang for $CPUS=1.
2014-09-03 Divya KothariTestsuites for toybox command - "tar", "bzcat", "xzcat...
2014-09-03 Divya Kotharichmod testsuite and link testsuite.
2014-09-01 Rob LandleyMore parallel build tweaks.
2014-08-30 Rob LandleyOld compilers complain about linker options passed...
2014-08-30 Rob LandleyAnother fix from Johan Bergstr?m, using the gnu/dammit...
2014-08-30 Rob LandleyAdd VERBOSE=fail to "make tests", based on suggestion...
2014-08-25 Rob LandleyFix parallel make not always catching errors before...
2014-08-12 Rob LandleyEnable a command's sub-options in single builds.
2014-08-09 Rob LandleyParallelize the build. (set CPUS=1 to force single...
2014-08-03 Rob LandleyAdd --help support to single.sh builds.
2014-08-01 Rob LandleyAdd factor.
2014-07-27 Rob LandleyPatch from Isaac Dunham to work around the deficiencies...
2014-07-22 Rob LandleyHave single.sh enable I18N and FLOAT.
2014-07-14 Rob LandleyImplement -HL for cp.
2014-07-05 Rob LandleyCut down from 1000+ file attribute tests to a more...
2014-07-05 Divya KothariI have developed few testsuites for toybox commands -
2014-07-04 Rob LandleyHave "make test" run tests in testdir/testdir instead...
2014-06-29 Rob LandleyAdd fallocate probe for uClibc.
2014-06-26 Divya KothariI have developed few testsuite for toybox commands...
2014-06-09 Rob Landleyhost needs -lresolv
2014-06-08 Rob LandleyIsaac Dunham also reported that some diff implementatio...
2014-06-08 Rob LandleyIsaac Dunham pointed out that busybox diff only impleme...
2014-06-08 Rob LandleyReplace large parenthetical in bloatcheck with a function.
2014-06-01 Isaac DunhamThe tests for link and du are attached.
2014-06-01 Isaac Dunhamcpio: archive more files
2014-05-24 Rob LandleyPass the same $CFLAGS to the library probe as the final...
2014-05-18 Rob LandleyTeach singleconfig to switch on sub-options of commands...
2014-05-10 Rob LandleyCatch duplicate command name (which breaks the build...
2014-04-23 Rob LandleyAdd example directory, move hello.c into it, add skelet...
2014-04-23 Rob LandleyAs long as uClibc's still around and requires you to...
2014-04-16 Rob LandleyProbe for the existence of FIFREEZE and make fsfreeze...
2014-04-16 Rob LandleyProbes for O_NOFOLLOW that compile and run something...
2014-04-09 Ashwini Sharma_mkflags_ had an issue for generating FLAG_xxxx macros...
2014-04-07 Rob Landleygenerated/help.h is a lot easier to read with an extra...
2014-03-19 Ashwini SharmaThere are cases when the long options are of the format...
2014-03-11 Rob LandleyFactor out mkpathat.
2014-03-01 Rob LandleyFix header file generation to not be confused by empty...
2014-02-25 Rob LandleyPut all FOR_xxx blocks after all CLEANUP_xxx in generat...
2014-02-24 Rob LandleyCLEANUP transitions require all the generated/flags...
2014-02-22 Rob LandleyUpdate status page.
2014-02-16 Rob LandleyMake CLEANUP transitions work, so multiple NEWTOY(...
2014-02-16 Rob LandleyVarious cleanups found by Tom Sparrow's static analysis.
2014-02-08 Rob LandleyFix segfault with single build of a command with bare...
2014-02-04 Rob LandleyUse right config for single builds.
2014-01-30 Rob LandleyMore elaborate help text collating logic.
2014-01-20 Rob LandleyCollate usage: lines in help text.
2014-01-15 Rob LandleyHelp text, collate usage blocks (badly).
2014-01-04 Rob LandleyReplace python help converter with C implementation.
2013-12-28 Rob LandleyCosmetic tweak.
2013-12-23 Rob LandleyClean up half-finished blkid.test.
2013-12-19 Rob LandleyOlder python spit --version to stdout, 2.7 does it...
2013-12-19 Rob LandleyRegression test against Ancient Build Environment ...
2013-12-18 Rob LandleyAshwini Sharma added -v, I tweaked it a bit and added...
2013-11-18 Rob LandleyAdd test suite for blkid and clean up an editorial...
2013-11-14 Rob LandleyRemove leftover debris from scripts/test.sh that screws...
2013-11-10 Rob LandleyFilesystem images for testing blkid, from Bradley Conroy.
2013-10-27 Rob LandleyPromote nl from pending to posix, and add tests.
2013-10-23 Rob LandleyDon't use $CC without $CROSS_COMPILE because $HOSTCC...
2013-10-15 Rob LandleyTeach scripts/test.sh to call scripts/single.sh.
2013-10-03 Rob LandleySwitch flag generation from shell to C.
2013-09-22 Rob LandleyFix generated/oldtoys.h to contain option strings with...
2013-09-10 Rob LandleyFirst pass of cut cleanup, and make test script slightl...
2013-09-09 Rob LandleyAdjust patch to use dlist_pop()
2013-09-09 Rob LandleyRedo tail closer to the original design. Add more tests...
2013-09-05 Rob LandleyAllow shipped generated/help.h to still be used, until...
2013-08-30 Elie De Brauwermake.sh: Fix probing for python2.x and be verbose in...
2013-09-05 Rob LandleyMake chdir handle permissions according to posix, repor...
2013-09-01 Rob LandleyImplement ls --color=auto, suggested by Rich Felker.
2013-09-01 Rob LandleyUpdate status and roadmap pages, and status page genera...
2013-08-30 Rob LandleyAdd scripts/single.sh to build individual non-multiplex...
2013-08-19 Rob LandleyFinish grep rewrite and fleshing out test suite. Severa...
2013-08-17 Rob Landleycut tests from Kyungwan Han.
2013-08-12 Rob LandleyMore grep tests, remove obsolete comment.
2013-08-12 Rob LandleyMore grep cleanup, and make OPTSTR_command macros for...
2013-08-11 Rob LandleyMore grep tests.
2013-08-04 Rob LandleyFluff out grep test suite some more, including lots...
2013-08-01 Rob LandleyClean up grep.test to use "infile" properly, and not...
2013-08-01 Ashwini SharmaI add testsuite for grep.
2013-07-26 Rob LandleyJuhani Haverinen pointed out that python 3 doesn't...
2013-07-18 Felix JandaImplement test
2013-07-25 Rob LandleyDon't make a FLAG_ macro for " ", it's a control charac...
2013-06-22 Rob LandleyGenerate FLAG_longopt macros for --longopts with no...
2013-06-17 Rob LandleyTest cases for split.
2013-06-16 Rob LandleyUpgrade modinfo to support multiple modules, and add...
2013-06-05 Rob LandleyStart of expr, by Daniel Verkamp.
2013-05-27 Rob LandleyTests for touch (needs more work).
2013-05-27 Rob LandleyTests for losetup.
2013-04-30 Felix Jandagenerated/help.h depends on CONFIG_TOYBOX_HELP
2013-04-29 Rob LandleyThe host sort on many distros behaves stupidly, and...
2013-04-26 Rob LandleyQuick sniff test to find leaked global variables.
2013-04-17 Rob LandleyMake genconfig use CFLAGS because building against...
2013-04-14 Felix JandaAdd tests for find's expression parsing
2013-03-29 Rob LandleyChange uuencode test to match what other uuencode imple...
next