Age | Commit message (Expand) | Author |
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 |
2015-03-28 | Fix sed bug David Halls hit trying to compile libiconv. | Rob Landley |
2015-03-28 | Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. | Rob Landley |
2015-03-01 | fix copy/paste-o in useradd.test | Elliott Hughes |
2015-02-18 | Separate 'userdel' from testing syntax. | Yeongdeok Suh |
2015-01-14 | i found a few problems while manually smoke testing toybox chown versus toolb... | Elliott Hughes |
2015-01-11 | One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) | Rob Landley |
2015-01-10 | More half-finished cleanup of printf.c, and more test suite entries. | Rob Landley |
2015-01-06 | Since "printf" is a shell builtin, printf.test wasn't actually testing anything. | Rob Landley |
2015-01-06 | More printf cleanup, and test suite entries. | Rob Landley |
2014-12-24 | Teach factor to accept whitespace separated arguments (reported by Robert Tho... | Rob Landley |
2014-12-21 | Another sed bug. (The e2fsprogs build uses multiple line continuations on the... | Rob Landley |
2014-12-14 | Make sed a\ line continuations work properly for different pattern input modes. | Rob Landley |
2014-12-01 | Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" should... | Rob Landley |
2014-12-01 | Refactor expr and add another test entry that works with TEST_HOST=1 but not ... | Rob Landley |
2014-11-30 | Tests for operator priority groupings. | Rob Landley |
2014-11-27 | sed: c needs to trigger range logic like d, D works like d when there isn't a... | Rob Landley |
2014-11-27 | New ifconfig tests from Cynt Rynt. | Rob Landley |
2014-11-15 | Debugging pass on sed: make the existing test suite pass. | Rob Landley |
2014-11-14 | Add a few more sed tests. | Rob Landley |
2014-11-09 | Yet more sed tests. | Rob Landley |
2014-11-06 | More sed tests. | Rob Landley |
2014-10-30 | Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink... | Rob Landley |
2014-10-29 | First batch of sed tests. | Rob Landley |
2014-09-22 | Fix du test: du symlink -> "0\tsymlink" | Felix Janda |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, an... | Rob Landley |