Age | Commit message (Expand) | Author |
2014-07-27 | Patch from Isaac Dunham to work around the deficiencies in musl's regex engin... | Rob Landley |
2014-07-21 | Have single.sh enable I18N and FLOAT. | Rob Landley |
2014-07-14 | Implement -HL for cp. | Rob Landley |
2014-07-04 | Cut down from 1000+ file attribute tests to a more manageable number. | Rob Landley |
2014-07-04 | I have developed few testsuites for toybox commands - | Divya Kothari |
2014-07-03 | Have "make test" run tests in testdir/testdir instead of same directory as co... | Rob Landley |
2014-06-28 | Add fallocate probe for uClibc. | Rob Landley |
2014-06-26 | I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, ... | Divya Kothari |
2014-06-09 | host needs -lresolv | Rob Landley |
2014-06-08 | Isaac Dunham also reported that some diff implementations can't handle nonsee... | Rob Landley |
2014-06-08 | Isaac Dunham pointed out that busybox diff only implements unified diffs, and... | Rob Landley |
2014-06-08 | Replace large parenthetical in bloatcheck with a function. | Rob Landley |
2014-06-01 | The tests for link and du are attached. | Isaac Dunham |
2014-06-01 | cpio: archive more files | Isaac Dunham |
2014-05-24 | Pass the same $CFLAGS to the library probe as the final build, to work with b... | Rob Landley |
2014-05-18 | Teach singleconfig to switch on sub-options of commands it's building. | Rob Landley |
2014-05-10 | Catch duplicate command name (which breaks the build already, but doesn't ide... | Rob Landley |
2014-04-23 | Add example directory, move hello.c into it, add skeleton.c to demonstrate mo... | Rob Landley |
2014-04-23 | As long as uClibc's still around and requires you to jump through hoops to ge... | Rob Landley |
2014-04-16 | Probe for the existence of FIFREEZE and make fsfreeze depend on it. | Rob Landley |
2014-04-15 | Probes for O_NOFOLLOW that compile and run something aren't compatible with c... | Rob Landley |
2014-04-09 | _mkflags_ had an issue for generating FLAG_xxxx macros for long options. | Ashwini Sharma |
2014-04-07 | generated/help.h is a lot easier to read with an extra newline between each h... | Rob Landley |
2014-03-19 | There are cases when the long options are of the format abc-def. In current i... | Ashwini Sharma |
2014-03-11 | Factor out mkpathat. | Rob Landley |
2014-02-28 | Fix header file generation to not be confused by empty (but non-NULL) option ... | Rob Landley |
2014-02-24 | Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usag... | Rob Landley |
2014-02-23 | CLEANUP transitions require all the generated/flags.h stanzas always be prese... | Rob Landley |
2014-02-21 | Update status page. | Rob Landley |
2014-02-16 | Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file. | Rob Landley |
2014-02-16 | Various cleanups found by Tom Sparrow's static analysis. | Rob Landley |
2014-02-08 | Fix segfault with single build of a command with bare longopts. | Rob Landley |
2014-02-04 | Use right config for single builds. | Rob Landley |
2014-01-29 | More elaborate help text collating logic. | Rob Landley |
2014-01-20 | Collate usage: lines in help text. | Rob Landley |
2014-01-15 | Help text, collate usage blocks (badly). | Rob Landley |
2014-01-03 | Replace python help converter with C implementation. | Rob Landley |
2013-12-28 | Cosmetic tweak. | Rob Landley |
2013-12-23 | Clean up half-finished blkid.test. | Rob Landley |
2013-12-19 | Older python spit --version to stdout, 2.7 does it to stderr. Of course. | Rob Landley |
2013-12-19 | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. | Rob Landley |
2013-12-18 | Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ent... | Rob Landley |
2013-11-18 | Add test suite for blkid and clean up an editorial comment that shouldn't hav...0.4.7 | Rob Landley |
2013-11-14 | Remove leftover debris from scripts/test.sh that screws up single tests with ... | Rob Landley |
2013-11-10 | Filesystem images for testing blkid, from Bradley Conroy. | Rob Landley |
2013-10-27 | Promote nl from pending to posix, and add tests. | Rob Landley |
2013-10-23 | Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else ... | Rob Landley |
2013-10-15 | Teach scripts/test.sh to call scripts/single.sh. | Rob Landley |
2013-10-03 | Switch flag generation from shell to C. | Rob Landley |
2013-09-22 | Fix generated/oldtoys.h to contain option strings with USE() macros in them. | Rob Landley |