OSDN Git Service

Fix chattr and date tests.
[android-x86/external-toybox.git] / scripts /
2016-07-01 Rob LandleyFix option parsing infrastructure bug.
2016-06-30 Rob LandleyAdd NOSPACE=1 to allow tests to pass with diff -b
2016-05-26 Elliott HughesStabilize another sort.
2016-05-20 Rob LandleyMake build dependencies more granular. This should...
2016-04-23 Rob LandleyAllow EVAL= to run test under a different shell (for...
2016-04-20 Rob LandleyReplace list_working with just list, "make list list_pe...
2016-03-23 Rob LandleyFix bzcat.test (as noted by Andy Chu), wean tests off...
2016-03-23 Rob LandleyRedo build stuff in response to Andy Chu's suggestions.
2016-03-12 Rob LandleyUpdate scripts/single.sh and cp.c so "make mv" isn...
2016-03-02 Rob LandleyFactor out command name at the start of test name,...
2016-03-02 Rob LandleyThe last-ever release of uClibc hasn't got prlimit...
2016-03-02 Rob LandleyUse shell builtins instead of calling wc/awk/sed. ...
2016-03-01 Mike Frysingerconfig2help: add missing ctype.h include
2016-02-26 Rob LandleySwitch to $! for make.sh process enumeration.
2016-02-25 Rob LandleyMusl needs an extra #include.
2016-02-19 Rob LandleyAdd test_COMMAND for each command, update "make help...
2016-02-14 Rob LandleyAdd "make list", rename make working->list_working...
2016-02-11 Rob LandleyWean scripts/install.c off toys.h so cross compiling...
2016-02-11 Rob LandleyDon't include toys.h from config2help.c (so cross-compi...
2016-02-08 Rob LandleyDependencies for "make COMMAND"
2016-02-08 Rob LandleyAdd "make ls" and friends targets, with "make working...
2016-02-07 Rob LandleyAdd a warning when building commands out of pending.
2016-02-05 Rob LandleyDebian unstable is even more pedantic than previous...
2016-02-04 Rob LandleyMerge branch 'master' of ssh://github.com/landley/toybox
2016-02-02 Rob LandleyUpdate to status.html and some test suite cosmetic...
2016-01-18 Rob LandleyImplement basic pkill plumbing, and fix FORCE_FLAGS...
2016-01-15 Rob LandleyLocale setting is case sensitive.
2016-01-15 Rob LandleyFix sort -f, add tests, make TEST_HOST pass new tests.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2015-12-27 Rob LandleyAdd scan_key_getsize() doing the ANSI probe, switch...
2015-12-18 Rob LandleyNext giant chunk of ps work: add _NAME_TAG bitmask...
2015-12-17 Rob LandleyDon't discard previous block when mkstatus finds anothe...
2015-12-13 Rob LandleyStart of TAGGED_ARRAY() infrastructure.
2015-12-10 Rob LandleyExpand toys.optargs to 64 bits so people adding more...
2015-11-02 Rob LandleyDon't pass target $CFLAGS to host builds (telling x86...
2015-10-31 Rob LandleyNow that toybox is chmod -w, mv needs -f to overwrite it.
2015-10-29 Rob LandleyTweak permissions of toybox binary.
2015-10-15 Alejandro Joyamake.sh: missing cflags for config2help
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob LandleyThe -o /dev/null trick in probing isn't compatible...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-08-30 Rob LandleyBuild updates: make change should use top level .config...
2015-08-30 Rob LandleyMenuconfig option for musl-libc pretending mmu is just...
2015-08-08 Isaac Dunhamscripts/mkflags.c: add missing unistd.h, ctype.h
2015-08-06 Rob LandleyCosmetic tweak: newline at the end of "make change".
2015-07-06 Rob LandleySave failure reason for each make change .bad file.
2015-07-03 Rob LandleyProbe for fork() instead of relying on a distro-specifi...
2015-06-25 Rob LandleySuggestion from Elliott Hughes: tweak test infrastructu...
2015-05-31 Rob LandleyRedo mkstatus.py to grep pending for pending data and...
2015-05-09 Rob LandleyProbe for -Wno-string-plus-int.
2015-05-04 Rob LandleyYank smack from singleconfig.
2015-05-03 Rob LandleyIf a shortopt is configured out right before a bare...
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-17 Rob LandleyMake toybox --version use the "git describe" info if...
2015-03-06 Rob LandleyYank $STRIP from config (and STRIP=no weirdness) and...
2015-03-04 Hyejin Kimscripts/mkflags.c : main function need return 0 if...
2015-02-28 Rob LandleyAdd LDFLAGS and STRIP=no support.
2015-02-14 Rob LandleyFix --help for single.sh builds.
2015-02-14 Rob LandleyMove guts of "make change" to scripts/change.sh, don...
2015-02-07 Rob LandleyBuild standalone commands where "depends on" config...
2015-01-16 Elliott HughesAOSP master has <pty.h> and builds netcat/nc.
2015-01-02 Rob LandleyNeed to update install.c for the changed OLDTOY() argum...
2015-01-01 Rob LandleyTweak status.html
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-12-24 Elliott Hughesthose of us who need to check in generated files find...
2014-12-13 Rob LandleyOops. xfork() moved to portability.c and the config2hel...
2014-12-12 Elliott Hugheshere's a patch that should let us replace toolbox's...
2014-11-28 Rob LandleyImprove error reporting in parallel build. (On error...
2014-11-28 Rob LandleyWhen running a test, the diff is always an ascii diff...
2014-11-28 Rob LandleyAdd "make change" target to build the big toybox binary...
2014-11-19 Rob LandleyFixups for the android/bionic build probes patch.
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-11-14 Rob LandleyAdd color support for scripts/test.sh and new SKIP_HOST...
2014-09-28 Rob LandleyMulti-build single.sh should exit with an error when...
2014-09-28 Rob LandleyAllow single.sh to build more than one command per...
2014-09-20 Rob LandleyDelete generated/README.txt (the contents are in code...
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 -
next