Age | Commit message (Expand) | Author |
2019-02-24 | grep: add missing long synonyms used in AOSP. | Elliott Hughes |
2019-02-19 | grep: add --quiet and --silent synonyms for -q. | Elliott Hughes |
2019-01-24 | grep: "tried" should track arguments (not files) that existed, move -o "" test | Rob Landley |
2018-12-23 | Add grep --color | 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-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-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-02 | Convert more option vars to the new (single letter) coding style. | Rob Landley |
2018-08-26 | Add binary file detection to grep. | Rob Landley |
2017-06-14 | Grep exits with 2 for errors, which can happen at any time ( > /dev/full). | Rob Landley |
2017-06-12 | Add grep -M match and -S skip supporting wildcard patterns. | Rob Landley |
2017-06-11 | Provide error messages for files we can open but not read (ala directories). | Rob Landley |
2017-06-10 | Fix bug where grep stopped at first dangling symlink and error_exited(). | Rob Landley |
2016-11-21 | Have dirtree_notdotdot() pass through !node->parent so . and .. on the command | Rob Landley |
2016-09-05 | Replace loopfiles' failok with WARN_ONLY open flag. | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-06-15 | The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 | Rob Landley |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-02-10 | Although printf("%.*s", INT_MAX, s) works fine on ubuntu 12.04, it broke since. | Rob Landley |
2016-02-04 | Fix -H and -n with -ABC, and add tests. | Rob Landley |
2016-01-30 | Add grep -B -C | Rob Landley |
2016-01-30 | Add grep -A | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-11-01 | Change grep -w to checking matches after the fact rather than modifing regex. | Rob Landley |
2015-06-06 | Last grep commit broke non -r use of grep. Oops. | Rob Landley |
2015-05-20 | Make "grep -r regex" work on implicit "." if no files specified. | Rob Landley |
2015-02-14 | Make egrep and fgrep build standalone. | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-04-16 | Revert lots of half-finished local debris I didn't mean to check in with Isaa... | Rob Landley |
2014-04-12 | roadmap: describe glibc commands. | Isaac Dunham |
2013-12-29 | Add -zZ support to grep (NUL delimited input/output). | Rob Landley |
2013-12-27 | Pass through all the readfile() arguments from xreadfile(). | Rob Landley |
2013-11-09 | grep doesn't allocate enough space | William Haddon |
2013-08-21 | Fix bug where exit code was only correct for -q. | Rob Landley |
2013-08-19 | Move grep from pending to posix, switch default to y. | Rob Landley |