Age | Commit message (Expand) | Author |
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 |
2018-12-02 | Fresh implementation of test.c. | Rob Landley |
2018-11-30 | macOS: fix uname. | Elliott Hughes |
2018-11-30 | Tweak comments. | Rob Landley |
2018-11-30 | macOS: move struct sysinfo out of GLOBALS. | Elliott Hughes |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-28 | head: add --bytes synonym for -c. | Elliott Hughes |
2018-11-26 | file: small do_regular_file optimization | Reverend Homer |
2018-11-17 | cmp: add --quiet and --silent synonyms for -s. | Elliott Hughes |
2018-11-17 | dirname: support multiple arguments. | Elliott Hughes |
2018-11-17 | Volodymyr Medvid reported that install -d doesn't honor -o or -g. | Rob Landley |
2018-11-13 | basename: -s SUFFIX. | Elliott Hughes |
2018-11-13 | touch: ignore -f like everyone else. | Elliott Hughes |
2018-11-13 | mkdir: accept both --parent and --parents as synonyms for -p. | Elliott Hughes |
2018-11-02 | Convert more option vars to the new (single letter) coding style. | Rob Landley |
2018-11-02 | Trivial cleanup of uniq.c. | Rob Landley |
2018-10-30 | getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U... | Elliott Hughes |
2018-10-27 | Zach Van Rijn asked for "find -empty". | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-21 | Move start_redraw() to lib/ and have ps.c (top) use it. | Rob Landley |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2018-10-07 | Fix getconf build for musl. | Rob Landley |
2018-10-06 | getconf: add missing names used by AOSP. | Rob Landley |
2018-10-06 | Say undefined for sysconf/pathconf -1, remove goto, help text tweak, | Rob Landley |
2018-10-06 | date: fix some tests. | Elliott Hughes |
2018-10-05 | getconf: add pathconf(3) variables. | Elliott Hughes |
2018-10-05 | getconf: fix glibc NPROCESSORS_ONLN. | Elliott Hughes |
2018-09-16 | file: remove %s with no corresponding argument. | Rob Landley |
2018-09-15 | Add .bmp supoprt to file(1). | Elliott Hughes |
2018-09-15 | Add .wav support to file(1). | Elliott Hughes |
2018-08-31 | Convert option style. | Rob Landley |
2018-08-26 | Add binary file detection to grep. | Rob Landley |
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley |
2018-08-26 | Remove ls sub-option: always support --color. | Rob Landley |
2018-08-25 | Convert more argument variables in GLOBALS() to new style. | Rob Landley |
2018-08-25 | Coding style change: 1) Use argument letter for variable names filled out by | Rob Landley |
2018-08-19 | Comment tweak. | Rob Landley |