Age | Commit message (Expand) | Author |
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 |
2013-09-10 | First pass of cut cleanup, and make test script slightly happier with the con... | Rob Landley |
2013-09-09 | Adjust patch to use dlist_pop() | Rob Landley |
2013-09-09 | Redo tail closer to the original design. Add more tests for large data sets. ... | Rob Landley |
2013-09-05 | Allow shipped generated/help.h to still be used, until I rewrite the generato... | Rob Landley |
2013-08-30 | make.sh: Fix probing for python2.x and be verbose in error reporting | Elie De Brauwer |
2013-09-05 | Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. | Rob Landley |
2013-09-01 | Implement ls --color=auto, suggested by Rich Felker. | Rob Landley |
2013-09-01 | Update status and roadmap pages, and status page generator script. | Rob Landley |
2013-08-30 | Add scripts/single.sh to build individual non-multiplexed standalone commands. | Rob Landley |
2013-08-19 | Finish grep rewrite and fleshing out test suite. Several of the grep tests fa... | Rob Landley |
2013-08-17 | cut tests from Kyungwan Han. | Rob Landley |
2013-08-12 | More grep tests, remove obsolete comment. | Rob Landley |
2013-08-12 | More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() | Rob Landley |
2013-08-11 | More grep tests. | Rob Landley |
2013-08-04 | Fluff out grep test suite some more, including lots of things we don't pass yet. | Rob Landley |
2013-08-01 | Clean up grep.test to use "infile" properly, and not try to work around the $... | Rob Landley |
2013-08-01 | I add testsuite for grep. | Ashwini Sharma |
2013-07-25 | Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, ... | Rob Landley |
2013-07-19 | Implement test | Felix Janda |
2013-07-25 | Don't make a FLAG_ macro for " ", it's a control character, doing so throws t... | Rob Landley |
2013-06-22 | Generate FLAG_longopt macros for --longopts with no corresponding short option. | Rob Landley |
2013-06-16 | Test cases for split. | Rob Landley |
2013-06-16 | Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. | Rob Landley |
2013-06-05 | Start of expr, by Daniel Verkamp. | Rob Landley |
2013-05-27 | Tests for touch (needs more work). | Rob Landley |
2013-05-27 | Tests for losetup. | Rob Landley |
2013-04-30 | generated/help.h depends on CONFIG_TOYBOX_HELP | Felix Janda |
2013-04-29 | The host sort on many distros behaves stupidly, and sorts stuff in non-ascii ... | Rob Landley |
2013-04-26 | Quick sniff test to find leaked global variables. | Rob Landley |
2013-04-16 | Make genconfig use CFLAGS because building against a libc that isn't installe... | Rob Landley |
2013-04-14 | Add tests for find's expression parsing | Felix Janda |
2013-03-28 | Change uuencode test to match what other uuencode implementations actually pr... | Rob Landley |
2013-03-27 | Incremental cleanup of uudecode. | Rob Landley |
2013-03-27 | uudecode test should just call "uudecode" (not multiplexer via a path), and f... | Rob Landley |
2013-03-22 | uuencode/decode tests and tweaks from Erich Plondke. | Rob Landley |
2013-03-11 | Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4 | Rob Landley |
2013-02-23 | Accumulated web page changes. (Release announcement for previous release, roa... | Rob Landley |