2014-08-12 |
Rob Landley | Enable a command's sub-options in single builds. |
tree | commitdiff |
2014-08-09 |
Rob Landley | Parallelize the build. (set CPUS=1 to force single... |
tree | commitdiff |
2014-08-03 |
Rob Landley | Add --help support to single.sh builds. |
tree | commitdiff |
2014-08-01 |
Rob Landley | Add factor. |
tree | commitdiff |
2014-07-27 |
Rob Landley | Patch from Isaac Dunham to work around the deficiencies... |
tree | commitdiff |
2014-07-22 |
Rob Landley | Have single.sh enable I18N and FLOAT. |
tree | commitdiff |
2014-07-14 |
Rob Landley | Implement -HL for cp. |
tree | commitdiff |
2014-07-05 |
Rob Landley | Cut down from 1000+ file attribute tests to a more... |
tree | commitdiff |
2014-07-05 |
Divya Kothari | I have developed few testsuites for toybox commands - |
tree | commitdiff |
2014-07-04 |
Rob Landley | Have "make test" run tests in testdir/testdir instead... |
tree | commitdiff |
2014-06-29 |
Rob Landley | Add fallocate probe for uClibc. |
tree | commitdiff |
2014-06-26 |
Divya Kothari | I have developed few testsuite for toybox commands... |
tree | commitdiff |
2014-06-09 |
Rob Landley | host needs -lresolv |
tree | commitdiff |
2014-06-08 |
Rob Landley | Isaac Dunham also reported that some diff implementatio... |
tree | commitdiff |
2014-06-08 |
Rob Landley | Isaac Dunham pointed out that busybox diff only impleme... |
tree | commitdiff |
2014-06-08 |
Rob Landley | Replace large parenthetical in bloatcheck with a function. |
tree | commitdiff |
2014-06-01 |
Isaac Dunham | The tests for link and du are attached. |
tree | commitdiff |
2014-06-01 |
Isaac Dunham | cpio: archive more files |
tree | commitdiff |
2014-05-24 |
Rob Landley | Pass the same $CFLAGS to the library probe as the final... |
tree | commitdiff |
2014-05-18 |
Rob Landley | Teach singleconfig to switch on sub-options of commands... |
tree | commitdiff |
2014-05-10 |
Rob Landley | Catch duplicate command name (which breaks the build... |
tree | commitdiff |
2014-04-23 |
Rob Landley | Add example directory, move hello.c into it, add skelet... |
tree | commitdiff |
2014-04-23 |
Rob Landley | As long as uClibc's still around and requires you to... |
tree | commitdiff |
2014-04-16 |
Rob Landley | Probe for the existence of FIFREEZE and make fsfreeze... |
tree | commitdiff |
2014-04-16 |
Rob Landley | Probes for O_NOFOLLOW that compile and run something... |
tree | commitdiff |
2014-04-09 |
Ashwini Sharma | _mkflags_ had an issue for generating FLAG_xxxx macros... |
tree | commitdiff |
2014-04-07 |
Rob Landley | generated/help.h is a lot easier to read with an extra... |
tree | commitdiff |
2014-03-19 |
Ashwini Sharma | There are cases when the long options are of the format... |
tree | commitdiff |
2014-03-11 |
Rob Landley | Factor out mkpathat. |
tree | commitdiff |
2014-03-01 |
Rob Landley | Fix header file generation to not be confused by empty... |
tree | commitdiff |
2014-02-25 |
Rob Landley | Put all FOR_xxx blocks after all CLEANUP_xxx in generat... |
tree | commitdiff |
2014-02-24 |
Rob Landley | CLEANUP transitions require all the generated/flags... |
tree | commitdiff |
2014-02-22 |
Rob Landley | Update status page. |
tree | commitdiff |
2014-02-16 |
Rob Landley | Make CLEANUP transitions work, so multiple NEWTOY(... |
tree | commitdiff |
2014-02-16 |
Rob Landley | Various cleanups found by Tom Sparrow's static analysis. |
tree | commitdiff |
2014-02-08 |
Rob Landley | Fix segfault with single build of a command with bare... |
tree | commitdiff |
2014-02-04 |
Rob Landley | Use right config for single builds. |
tree | commitdiff |
2014-01-30 |
Rob Landley | More elaborate help text collating logic. |
tree | commitdiff |
2014-01-20 |
Rob Landley | Collate usage: lines in help text. |
tree | commitdiff |
2014-01-15 |
Rob Landley | Help text, collate usage blocks (badly). |
tree | commitdiff |
2014-01-04 |
Rob Landley | Replace python help converter with C implementation. |
tree | commitdiff |
2013-12-28 |
Rob Landley | Cosmetic tweak. |
tree | commitdiff |
2013-12-23 |
Rob Landley | Clean up half-finished blkid.test. |
tree | commitdiff |
2013-12-19 |
Rob Landley | Older python spit --version to stdout, 2.7 does it... |
tree | commitdiff |
2013-12-19 |
Rob Landley | Regression test against Ancient Build Environment ... |
tree | commitdiff |
2013-12-18 |
Rob Landley | Ashwini Sharma added -v, I tweaked it a bit and added... |
tree | commitdiff |
2013-11-18 |
Rob Landley | Add test suite for blkid and clean up an editorial... |
tree | commitdiff |
2013-11-14 |
Rob Landley | Remove leftover debris from scripts/test.sh that screws... |
tree | commitdiff |
2013-11-10 |
Rob Landley | Filesystem images for testing blkid, from Bradley Conroy. |
tree | commitdiff |
2013-10-27 |
Rob Landley | Promote nl from pending to posix, and add tests. |
tree | commitdiff |
2013-10-23 |
Rob Landley | Don't use $CC without $CROSS_COMPILE because $HOSTCC... |
tree | commitdiff |
2013-10-15 |
Rob Landley | Teach scripts/test.sh to call scripts/single.sh. |
tree | commitdiff |
2013-10-03 |
Rob Landley | Switch flag generation from shell to C. |
tree | commitdiff |
2013-09-22 |
Rob Landley | Fix generated/oldtoys.h to contain option strings with... |
tree | commitdiff |
2013-09-10 |
Rob Landley | First pass of cut cleanup, and make test script slightl... |
tree | commitdiff |
2013-09-09 |
Rob Landley | Adjust patch to use dlist_pop() |
tree | commitdiff |
2013-09-09 |
Rob Landley | Redo tail closer to the original design. Add more tests... |
tree | commitdiff |
2013-09-05 |
Rob Landley | Allow shipped generated/help.h to still be used, until... |
tree | commitdiff |
2013-08-30 |
Elie De Brauwer | make.sh: Fix probing for python2.x and be verbose in... |
tree | commitdiff |
2013-09-05 |
Rob Landley | Make chdir handle permissions according to posix, repor... |
tree | commitdiff |
2013-09-01 |
Rob Landley | Implement ls --color=auto, suggested by Rich Felker. |
tree | commitdiff |
2013-09-01 |
Rob Landley | Update status and roadmap pages, and status page genera... |
tree | commitdiff |
2013-08-30 |
Rob Landley | Add scripts/single.sh to build individual non-multiplex... |
tree | commitdiff |
2013-08-19 |
Rob Landley | Finish grep rewrite and fleshing out test suite. Severa... |
tree | commitdiff |
2013-08-17 |
Rob Landley | cut tests from Kyungwan Han. |
tree | commitdiff |
2013-08-12 |
Rob Landley | More grep tests, remove obsolete comment. |
tree | commitdiff |
2013-08-12 |
Rob Landley | More grep cleanup, and make OPTSTR_command macros for... |
tree | commitdiff |
2013-08-11 |
Rob Landley | More grep tests. |
tree | commitdiff |
2013-08-04 |
Rob Landley | Fluff out grep test suite some more, including lots... |
tree | commitdiff |
2013-08-01 |
Rob Landley | Clean up grep.test to use "infile" properly, and not... |
tree | commitdiff |
2013-08-01 |
Ashwini Sharma | I add testsuite for grep. |
tree | commitdiff |
2013-07-26 |
Rob Landley | Juhani Haverinen pointed out that python 3 doesn't... |
tree | commitdiff |
2013-07-18 |
Felix Janda | Implement test |
tree | commitdiff |
2013-07-25 |
Rob Landley | Don't make a FLAG_ macro for " ", it's a control charac... |
tree | commitdiff |
2013-06-22 |
Rob Landley | Generate FLAG_longopt macros for --longopts with no... |
tree | commitdiff |
2013-06-17 |
Rob Landley | Test cases for split. |
tree | commitdiff |
2013-06-16 |
Rob Landley | Upgrade modinfo to support multiple modules, and add... |
tree | commitdiff |
2013-06-05 |
Rob Landley | Start of expr, by Daniel Verkamp. |
tree | commitdiff |
2013-05-27 |
Rob Landley | Tests for touch (needs more work). |
tree | commitdiff |
2013-05-27 |
Rob Landley | Tests for losetup. |
tree | commitdiff |
2013-04-30 |
Felix Janda | generated/help.h depends on CONFIG_TOYBOX_HELP |
tree | commitdiff |
2013-04-29 |
Rob Landley | The host sort on many distros behaves stupidly, and... |
tree | commitdiff |
2013-04-26 |
Rob Landley | Quick sniff test to find leaked global variables. |
tree | commitdiff |
2013-04-17 |
Rob Landley | Make genconfig use CFLAGS because building against... |
tree | commitdiff |
2013-04-14 |
Felix Janda | Add tests for find's expression parsing |
tree | commitdiff |
2013-03-29 |
Rob Landley | Change uuencode test to match what other uuencode imple... |
tree | commitdiff |
2013-03-27 |
Rob Landley | Incremental cleanup of uudecode. |
tree | commitdiff |
2013-03-27 |
Rob Landley | uudecode test should just call "uudecode" (not multiple... |
tree | commitdiff |
2013-03-22 |
Rob Landley | uuencode/decode tests and tweaks from Erich Plondke. |
tree | commitdiff |
2013-03-12 |
Rob Landley | Compile time probe to fish O_NOFOLLOW out of linux... 0.4.4 |
tree | commitdiff |
2013-02-24 |
Rob Landley | Accumulated web page changes. (Release announcement... |
tree | commitdiff |
2013-02-05 |
Rob Landley | Tweak cmp test to be a little more deterministic. |
tree | commitdiff |
2013-01-18 |
Rob Landley | Switch readlink on by default, and fill out readlink... |
tree | commitdiff |
2013-01-05 |
Rob Landley | Use basename() where appropriate. |
tree | commitdiff |
2012-12-28 |
Felix Janda | Add some tests for pwd. |
tree | commitdiff |
2012-12-27 |
Felix Janda | Add tests to mkfifo based on tests for mkdir. |
tree | commitdiff |
2012-12-23 |
Felix Janda | Add some tests for mkdir |
tree | commitdiff |
2012-12-16 |
Elie De Brauwer | Extend seq to support -f (format string) and -s (string... |
tree | commitdiff |
2012-12-22 |
Elie De Brauwer | Fix tac to handle the "abc\ndef" case properly |
tree | commitdiff |
2012-12-23 |
Rob Landley | Update mkstatus.py, roadmap.html, and status.html. |
tree | commitdiff |
next |