Age | Commit message (Expand) | Author |
2019-02-13 | find: fix -path/-ipath and add -wholename/-iwholename synonyms. | Elliott Hughes |
2019-02-13 | date: more test cleanup. | Elliott Hughes |
2019-02-13 | sed: fix endless loop in "b loop" test. | Elliott Hughes |
2019-02-12 | sed: fix substitution of empty capturing groups. | Elliott Hughes |
2019-02-11 | date: some fixes. | Elliott Hughes |
2019-02-04 | sort -o: fix behavior when output file is one of the input files. | Elliott Hughes |
2019-02-04 | unzip tests. | Elliott Hughes |
2019-01-18 | xargs: make --help match reality. | Elliott Hughes |
2019-01-12 | Fix cp permissions when copying symlink contents, and add test. | Rob Landley |
2019-01-12 | sed: add -z. | Elliott Hughes |
2019-01-11 | Fix b ending with } | Rob Landley |
2019-01-11 | sed: add test for AOSP build breakage. | Elliott Hughes |
2019-01-07 | Use `return` rather than `continue` to make bash 4.4 happy. | Elliott Hughes |
2018-12-19 | First stab at sort -V | Rob Landley |
2018-12-19 | Fix sort -x attached to a key. | Rob Landley |
2018-12-19 | md5sum/sha1sum: add --status and --check, fix --check with multiple files. | Elliott Hughes |
2018-12-18 | Add grep tests to "make tests". | Rob Landley |
2018-12-17 | A couple more grep tests, and slightly use dlist_terminate() for the loops. | Rob Landley |
2018-12-06 | mktemp: just the missing tests. | Elliott Hughes |
2018-12-04 | mktemp: more tests, more fixes. | Elliott Hughes |
2018-12-04 | Also remove SORT_BIG from sort.test. | Rob Landley |
2018-12-02 | Teach testcmd to say short name rather than full path. | Rob Landley |
2018-12-02 | Merge runtest.sh into test.sh. | Rob Landley |
2018-12-01 | Stop testing the shell builtin, test the actual command. | Rob Landley |
2018-11-28 | mktemp: add -t and fix behavior. | Elliott Hughes |
2018-11-20 | Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. | Rob Landley |
2018-11-20 | Fix up some tests for running as a normal user. | Rob Landley |
2018-11-17 | dirname: support multiple arguments. | Elliott Hughes |
2018-11-17 | Cosmetic leanup (hide stderr prompts). | Rob Landley |
2018-11-17 | Update bc for 1.1 release | Gavin Howard |
2018-11-13 | basename: -s SUFFIX. | Elliott Hughes |
2018-10-06 | date.test: add some tests. | Elliott Hughes |
2018-08-29 | added fold test for discussion | maqsood3525@live.com |
2018-08-28 | Add a test case raised on the list. | Rob Landley |
2018-08-08 | Add bc (and its tests) to pending | Gavin Howard |
2018-08-04 | wc: fix the column width heuristics even further. | Elliott Hughes |
2018-08-04 | Add tests for grep with implicit/explicit BREs and explicit EREs. | Elliott Hughes |
2018-08-04 | file: slightly improve .class, add .dex. | Elliott Hughes |
2018-07-09 | Fix wc column widths. | Elliott Hughes |
2018-07-04 | diff: add timestamps to the ---/+++ lines and --color. | Elliott Hughes |
2018-06-23 | Add a couple more fmt tests. | Rob Landley |
2018-06-14 | More cut tests. | Rob Landley |
2018-06-12 | Add tests for file stdin behavior. | Elliott Hughes |
2018-05-07 | remove also "symlink" after file.test | Reverend Homer |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-05-03 | Add uuidgen. | Elliott Hughes |
2018-04-08 | Add readlink -m to show where a missing path would be. | Rob Landley |
2018-04-08 | Ubuntu's ln -f dies if you do "ln -s link link; ln -sf / link". Toybox's | Rob Landley |
2018-03-26 | Rename demo_human_readable.c->demo_number.c and have it do atolx() too. | Rob Landley |
2018-03-12 | Add xxd -o. | Elliott Hughes |