summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Old compilers complain about linker options passed with -c, so split out $LDO...Rob Landley1-1/+1
2014-08-30Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the...Rob Landley1-0/+1
2014-08-30Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m.Rob Landley1-0/+2
2014-08-24Fix parallel make not always catching errors before link time.Rob Landley1-8/+8
2014-08-12Enable a command's sub-options in single builds.Rob Landley1-0/+1
2014-08-09Parallelize the build. (set CPUS=1 to force single processor build, or anothe...Rob Landley1-24/+63
2014-08-02Add --help support to single.sh builds.Rob Landley1-1/+1
2014-08-01Add factor.Rob Landley1-0/+18
2014-07-27Patch from Isaac Dunham to work around the deficiencies in musl's regex engin...Rob Landley1-2/+6
2014-07-21Have single.sh enable I18N and FLOAT.Rob Landley1-1/+1
2014-07-14Implement -HL for cp.Rob Landley1-5/+9
2014-07-04Cut down from 1000+ file attribute tests to a more manageable number.Rob Landley1-34/+28
2014-07-04I have developed few testsuites for toybox commands -Divya Kothari7-0/+791
2014-07-03Have "make test" run tests in testdir/testdir instead of same directory as co...Rob Landley1-3/+5
2014-06-28Add fallocate probe for uClibc.Rob Landley1-1/+6
2014-06-26I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, ...Divya Kothari7-0/+485
2014-06-09host needs -lresolvRob Landley1-1/+1
2014-06-08Isaac Dunham also reported that some diff implementations can't handle nonsee...Rob Landley1-3/+7
2014-06-08Isaac Dunham pointed out that busybox diff only implements unified diffs, and...Rob Landley1-5/+5
2014-06-08Replace large parenthetical in bloatcheck with a function.Rob Landley1-42/+45
2014-06-01The tests for link and du are attached.Isaac Dunham2-0/+34
2014-06-01cpio: archive more filesIsaac Dunham1-0/+39
2014-05-24Pass the same $CFLAGS to the library probe as the final build, to work with b...Rob Landley1-1/+1
2014-05-18Teach singleconfig to switch on sub-options of commands it's building.Rob Landley1-1/+1
2014-05-10Catch duplicate command name (which breaks the build already, but doesn't ide...Rob Landley1-4/+13
2014-04-23Add example directory, move hello.c into it, add skeleton.c to demonstrate mo...Rob Landley1-3/+2
2014-04-23As long as uClibc's still around and requires you to jump through hoops to ge...Rob Landley1-0/+5
2014-04-16Probe for the existence of FIFREEZE and make fsfreeze depend on it.Rob Landley1-6/+19
2014-04-15Probes for O_NOFOLLOW that compile and run something aren't compatible with c...Rob Landley1-28/+0
2014-04-09_mkflags_ had an issue for generating FLAG_xxxx macros for long options.Ashwini Sharma1-1/+7
2014-04-07generated/help.h is a lot easier to read with an extra newline between each h...Rob Landley1-1/+1
2014-03-19There are cases when the long options are of the format abc-def. In current i...Ashwini Sharma1-1/+1
2014-03-11Factor out mkpathat.Rob Landley1-0/+7
2014-02-28Fix header file generation to not be confused by empty (but non-NULL) option ...Rob Landley1-2/+2
2014-02-24Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usag...Rob Landley1-9/+25
2014-02-23CLEANUP transitions require all the generated/flags.h stanzas always be prese...Rob Landley1-1/+8
2014-02-21Update status page.Rob Landley1-0/+1
2014-02-16Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file.Rob Landley1-2/+3
2014-02-16Various cleanups found by Tom Sparrow's static analysis.Rob Landley2-2/+2
2014-02-08Fix segfault with single build of a command with bare longopts.Rob Landley1-1/+2
2014-02-04Use right config for single builds.Rob Landley1-1/+1
2014-01-29More elaborate help text collating logic.Rob Landley1-29/+150
2014-01-20Collate usage: lines in help text.Rob Landley1-27/+104
2014-01-15Help text, collate usage blocks (badly).Rob Landley1-4/+60
2014-01-03Replace python help converter with C implementation.Rob Landley4-127/+152
2013-12-28Cosmetic tweak.Rob Landley1-3/+3
2013-12-23Clean up half-finished blkid.test.Rob Landley1-10/+10
2013-12-19Older python spit --version to stdout, 2.7 does it to stderr. Of course.Rob Landley1-1/+1
2013-12-19Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot.Rob Landley1-1/+3
2013-12-18Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ent...Rob Landley1-0/+6