OSDN Git Service

Fix year parsing in date(1).
[android-x86/external-toybox.git] / scripts /
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 -
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.
next