Age | Commit message (Expand) | Author |
2016-03-03 | Fix bzcat integer overflow reported by John Regehr. | Rob Landley |
2016-03-02 | Fix file for Java class files, improve script detection, and add tests. | Elliott Hughes |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley |
2016-03-02 | Print command name at start of each test. | Rob Landley |
2016-03-02 | Split lsattr/chattr tests. | Rob Landley |
2016-03-02 | Command name at start of each test. | Rob Landley |
2016-03-02 | Add fstype test. | Rob Landley |
2016-03-02 | Try to consistently print command name at the start of each test. | Rob Landley |
2016-03-02 | split pgrep/pkill tests. | Rob Landley |
2016-02-19 | Add xxd -p and -r. | Elliott Hughes |
2016-02-17 | The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. | Rob Landley |
2016-02-17 | Testfile with the 3 different types of "not utf8 output" escaped chars in it. | Rob Landley |
2016-02-10 | toybox: tar: Fix support for long names | Tom Marshall |
2016-02-10 | toybox: tar: Fix tar tests | Tom Marshall |
2016-02-10 | Add seq -w, suggested by izabera. | Rob Landley |
2016-02-05 | Fix segfault when `find -iname` gets no argument. | Josh Gao |
2016-02-04 | Fix -H and -n with -ABC, and add tests. | Rob Landley |
2016-01-31 | More testsuite tweaks. | Rob Landley |
2016-01-31 | chmod.test had umask assumptions which broke, so set explicit umask. | Rob Landley |
2016-01-31 | Fix broken test in cat.test. | Rob Landley |
2016-01-31 | Fix blkid typo (label wasn't detected in murderfs). | Rob Landley |
2016-01-31 | Tweak to "find" tests. | Rob Landley |
2016-01-30 | Add grep -B -C | Rob Landley |
2016-01-30 | Add grep -A | Rob Landley |
2016-01-21 | Add a sed test from the posix mailing list. | Rob Landley |
2016-01-15 | More utf8 test files. | Rob Landley |
2016-01-15 | Fix sort -f, add tests, make TEST_HOST pass new tests. | Rob Landley |
2016-01-05 | Some utf8/unicode stress test files. | Rob Landley |
2015-12-06 | Enable matching any perm bits. | Gilad Arnold |
2015-12-04 | Tom Marshall reported that blkid was handling ext2 wrong. | Rob Landley |
2015-12-04 | Replace duplicate sed test with case we hadn't covered yet. | Rob Landley |
2015-11-19 | Fix find -perm. | Elliott Hughes |
2015-11-12 | Fix year parsing in date(1). | Elliott Hughes |
2015-11-05 | Fix sed bug where any ] right after [ was skipped, not just first one in range. | Rob Landley |
2015-11-01 | Change grep -w to checking matches after the fact rather than modifing regex. | Rob Landley |
2015-10-29 | Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added | Rob Landley |
2015-09-14 | Add find tests. | Daniel K. Levy |
2015-09-12 | Fix a find segfault. | Rob Landley |
2015-09-06 | Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, | Rob Landley |
2015-09-05 | Add seq -f tests, tweak help text, and catch one more error case. | Rob Landley |
2015-09-03 | Make human_readable() handle base 1024 units without floating point. | Rob Landley |
2015-08-30 | Fix mv on overwrite. | Elliott Hughes |
2015-08-11 | Fix more date bugs. | Elliott Hughes |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes |
2015-07-04 | Actually set time with touch -d and -t when you don't specify nanonseconds. | Rob Landley |
2015-07-02 | The android guys sent in xxd. It doesn't share code with od and hexdump. Hmmm... | Rob Landley |
2015-07-01 | Fix segfault with "mount -o ro,remount". | Elliott Hughes |
2015-05-12 | Set the executable bits on all the *.test files. (Wasn't consistent, is now.) | Rob Landley |
2015-04-28 | Fix truncate prefix bug and add truncate test suite entry. | Rob Landley |
2015-03-29 | Add head test for -123. | Rob Landley |