Age | Commit message (Expand) | Author |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-19 | grep: add --quiet and --silent synonyms for -q. | Elliott Hughes |
2019-02-17 | top: make the task/thread count add up. | Elliott Hughes |
2019-02-16 | Disallow -o "" in top. | Rob Landley |
2019-02-16 | top: differentiate tasks (processes) and threads in the header. | Elliott Hughes |
2019-02-16 | top: make the column header span the terminal. | Elliott Hughes |
2019-02-15 | Fix typos: e.g. change "cannonical" to "canonical". | Jason Spiro |
2019-02-14 | Use current time for unspecified fields, set weekday to match date. | Rob Landley |
2019-02-13 | top: support Enter as a synonym for Space. | Elliott Hughes |
2019-02-13 | top: use human_readable for the header lines too. | Elliott Hughes |
2019-02-13 | top: hide the cursor in interactive mode. | Elliott Hughes |
2019-02-13 | find: fix -path/-ipath and add -wholename/-iwholename synonyms. | 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-07 | ps, top: fix VIRT and SHR fields. | Elliott Hughes |
2019-02-04 | sort -o: fix behavior when output file is one of the input files. | Elliott Hughes |
2019-02-04 | who: make the output more like coreutils who. | Elliott Hughes |
2019-01-31 | Sed assumed FLAG(r) was 1 but didn't document it above the NEWTOY line. (oops) | Rob Landley |
2019-01-25 | OpenEmbedded needs commands installed in specific places. | Rob Landley |
2019-01-24 | grep: "tried" should track arguments (not files) that existed, move -o "" test | Rob Landley |
2019-01-22 | Whitespace: remove tabs from indentation. | Elliott Hughes |
2019-01-21 | Add more comments to ps.c and replace hardcoded value with a macro. | Rob Landley |
2019-01-18 | xargs: make --help match reality. | Elliott Hughes |
2019-01-14 | Minor cleanups to patch. (Mostly whitespace and brackets.) | Rob Landley |
2019-01-13 | Better support patching files with tabs in the name. | Rob Landley |
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-12 | patch: add -s to the synopsis line and fix typos. | Elliott Hughes |
2019-01-11 | Fix b ending with } | Rob Landley |
2019-01-11 | patch: add -s/--quiet. | Elliott Hughes |
2019-01-08 | ls: Fix -t to also sort by st_mtim.tv_nsec. | Peter Collingbourne |
2019-01-08 | file: add riscv ELF machine. | Elliott Hughes |
2018-12-29 | Use FLAG() macros in ps. | Rob Landley |
2018-12-23 | Add grep --color | Rob Landley |
2018-12-19 | First stab at sort -V | Rob Landley |
2018-12-19 | Fix sort -x attached to a key. | Rob Landley |
2018-12-17 | Use FLAG() macros in grep. | Rob Landley |
2018-12-17 | A couple more grep tests, and slightly use dlist_terminate() for the loops. | Rob Landley |
2018-12-17 | Fix remaining grep_tests. | Rob Landley |
2018-12-15 | Add sed -iEXT to keep backup files. | Rob Landley |
2018-12-11 | Implement --preserve default = mot behavior (fixes segfault when no argument). | Rob Landley |
2018-12-09 | Support embedded NUL bytes in grep output, and free memory leaked per-file. | Rob Landley |
2018-12-09 | More grep.tests: make exit code 2 happen when it should. | Rob Landley |
2018-12-09 | Fix first grep.test failure (-B + -b not producing middle field). | Rob Landley |
2018-12-08 | Rikk on github asked for the examples back. | Rob Landley |
2018-12-07 | macOS: fix getconf(1) build. | Elliott Hughes |
2018-12-04 | Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x) | Rob Landley |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-12-04 | Remove CFG_SORT_BIG, just always do that. | Rob Landley |