OSDN Git Service

Explain shared library policy, fix an unblanaced tag, add some links.
[android-x86/external-toybox.git] / scripts /
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...
2013-03-27 Rob LandleyIncremental cleanup of uudecode.
2013-03-27 Rob Landleyuudecode test should just call "uudecode" (not multiple...
2013-03-22 Rob Landleyuuencode/decode tests and tweaks from Erich Plondke.
2013-03-12 Rob LandleyCompile time probe to fish O_NOFOLLOW out of linux...
2013-02-24 Rob LandleyAccumulated web page changes. (Release announcement...
2013-02-05 Rob LandleyTweak cmp test to be a little more deterministic.
2013-01-18 Rob LandleySwitch readlink on by default, and fill out readlink...
2013-01-05 Rob LandleyUse basename() where appropriate.
2012-12-28 Felix JandaAdd some tests for pwd.
2012-12-27 Felix JandaAdd tests to mkfifo based on tests for mkdir.
2012-12-23 Felix JandaAdd some tests for mkdir
2012-12-16 Elie De BrauwerExtend seq to support -f (format string) and -s (string...
2012-12-22 Elie De BrauwerFix tac to handle the "abc\ndef" case properly
2012-12-23 Rob LandleyUpdate mkstatus.py, roadmap.html, and status.html.
2012-12-16 Elie De BrauwerAdding implementation of rev including tests
2012-12-15 Elie De BrauwerAdding tests for tac based on cat tests
2012-12-11 Rob LandleyAdd stat submission to new "pending" directory, along...
2012-12-09 Rob LandleySet executable bits on two test scripts.
2012-12-08 Elie De BrauwerAdding sha1sum tests based on RFC 3174
2012-12-08 Elie De BrauwerAdding tests for cat
next