Age | Commit message (Expand) | Author |
2019-06-21 | bc: remove a power test that is now an error | Gavin Howard |
2019-06-21 | Fix cp -r dir/. symlink child. | makepost |
2019-06-11 | find: add -true/-false. | Elliott Hughes |
2019-06-10 | kill: add trivial -l tests. | Elliott Hughes |
2019-06-10 | Add failing test for cp -r dir/. symlink child. | makepost |
2019-06-03 | Clean up remaining TAIL_SEEK references. | Elliott Hughes |
2019-05-29 | Teach find -printf about %.Ns patterns, tweak help text, add tests. | Rob Landley |
2019-05-28 | Workaround for mksh | Rob Landley |
2019-05-26 | Teach sed about +N range ending. | Rob Landley |
2019-05-25 | grep: add --exclude-dir. | Elliott Hughes |
2019-05-19 | Fix tar sparse extract with extension blocks. | Rob Landley |
2019-05-19 | More tar tests. | Rob Landley |
2019-05-17 | Fix a missing else, and an inverted test hidden by the missing else. | Rob Landley |
2019-05-16 | Add human_readable_long() for more than 3 digits of output. | Rob Landley |
2019-05-12 | Disable lsattr from "make tests" because behavior differs with filesystem. | Rob Landley |
2019-05-10 | Walk -M /dir:/dir0:/dirN in man. | makepost |
2019-05-06 | Greatly simplify and speed up regexec0() using REG_STARTEND. | Rob Landley |
2019-05-03 | env: fix case where a variable is replaced. | Elliott Hughes |
2019-04-30 | Make echo -E switch off -e. | Rob Landley |
2019-04-30 | echo: add -E. | Elliott Hughes |
2019-04-29 | Search name and first line with man -k regex. | makepost |
2019-04-26 | Add -M and switch test suite to use it (so test doesn't need to run as root). | Rob Landley |
2019-04-26 | more: better behavior with directories. | Elliott Hughes |
2019-04-26 | file: improve test coverage. | Elliott Hughes |
2019-04-26 | file: add test ELF binaries. | Elliott Hughes |
2019-04-22 | More TEST_HOST -> toyonly | Rob Landley |
2019-04-22 | Switch some SKIP_HOST tests to toyonly. (The host could be toybox.) | Rob Landley |
2019-04-20 | Implement man. | makepost@firemail.cc |
2019-04-20 | New xsetenv() plumbing (repeatedly set same environment variables without | Rob Landley |
2019-04-04 | Add decompressed version. | Rob Landley |
2019-04-03 | More tar tests, and fix tar to pass them. | Rob Landley |
2019-04-02 | More tar cleanup, more tests. | Rob Landley |
2019-04-02 | Fix a test that wasn't deterministic. | Rob Landley |
2019-04-02 | Don't check in todo notes. | Rob Landley |
2019-04-02 | More tar cleanup and tests. | Rob Landley |
2019-04-01 | More tar cleanup. | Rob Landley |
2019-03-31 | More tar cleanup, some tests. | Rob Landley |
2019-03-28 | bc: add a trivial regression test for input from stdin. | Elliott Hughes |
2019-03-26 | Make touch use xparsedate() (result: -t and -d the same, autodetects format), | Rob Landley |
2019-03-25 | Add rm -v. | makepost@firemail.cc |
2019-03-25 | find: fix inverted -exec exit status | Vidar Holen |
2019-03-22 | More tar cleanup, add --owner and --group, and start of new tests. | Rob Landley |
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-18 | diff: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-14 | I had some pending grep tests I hadn't checked in too. | Rob Landley |
2019-03-14 | grep: use TOYFLAG_ARGFAIL for grep too. | Elliott Hughes |
2019-03-14 | date: don't hard-code 2019 in the test. | Elliott Hughes |
2019-03-13 | date: fix various time zone/daylight time issues. | Elliott Hughes |
2019-03-11 | I've hit a test failure twice where find -newer didn't because the timestamps | Rob Landley |
2019-03-10 | timeout: --foreground, --preserve-status, and --signal. | Elliott Hughes |