Commit History

Автор SHA1 Съобщение Дата
  Rob Landley 3062fc9e9a Fix grep --color to highlight all matches, based on Peter Collingbourne's преди 2 години
  Peter Collingbourne fb3c380d07 grep: Implement -L. преди 2 години
  Rob Landley 6817e114bb Teach -o to print ranges that produce zero length matches. преди 3 години
  Rob Landley 76d3160cfa Fix grep bug where -f /dev/null added "" regex matching everything, преди 3 години
  Rob Landley 78a4be9e68 Only create test file "input" when input argument isn't empty. преди 4 години
  Rob Landley 25bfbb69be Fix unaligned access, tweak test suite. преди 5 години
  Elliott Hughes fdd58dc338 grep: fix two bugs found by hwasan. преди 5 години
  Elliott Hughes 5194d4ad66 grep: add -R as well as -r. преди 5 години
  Elliott Hughes 2f9d9096aa grep: add --exclude-dir. преди 5 години
  Rob Landley a39eab3fc7 Fix a missing else, and an inverted test hidden by the missing else. преди 5 години
  Rob Landley bf174d69cc I had some pending grep tests I hadn't checked in too. преди 5 години
  Elliott Hughes caa5a3b131 grep: use TOYFLAG_ARGFAIL for grep too. преди 5 години
  Rob Landley b6c12d25bc Add grep tests to "make tests". преди 5 години
  Rob Landley 84e22115a5 A couple more grep tests, and slightly use dlist_terminate() for the loops. преди 5 години
  Rob Landley 7a46d1db95 Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. преди 5 години
  Elliott Hughes e9dfdd76d5 Add tests for grep with implicit/explicit BREs and explicit EREs. преди 6 години
  Rob Landley 12adb4113d Many failing tests I need to fix grep to pass while adding --color. преди 8 години
  Rob Landley 336c44adca Factor out command name at the start of test name, have runtest.sh print it. преди 8 години
  Rob Landley c02619bbc0 Fix -H and -n with -ABC, and add tests. преди 8 години
  Rob Landley 36aed25f3f Add grep -B -C преди 8 години
  Rob Landley b97d8211fa Add grep -A преди 8 години
  Rob Landley 73e3a644c1 Change grep -w to checking matches after the fact rather than modifing regex. преди 8 години
  Rob Landley 387edf547e Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. преди 9 години