Commit History

Autor SHA1 Mensaxe Data
  Rob Landley 4209607a72 Add test for last char of -f bug. hai 1 ano
  Rob Landley 51f687c5fb Not sure if this test should be toyonly or not? hai 1 ano
  Rob Landley fd8ef8cac0 Fix grep to pass recently added test, and add a couple more tests. hai 1 ano
  Rob Landley d1093d670f Test that -z doesn't apply to the \n in input patterns. hai 1 ano
  Rob Landley b26689f950 Fix bucket sort with -F hai 1 ano
  Rob Landley 1930098552 Fix grep fast path logic to handle initial \ and '^$' pattern. hai 1 ano
  Rob Landley 96ad49e30e Convert testing -> testcmd hai 1 ano
  Rob Landley a7e49c3c78 Speed up grep with large numbers of patterns. hai 1 ano
  Rob Landley 2611693169 Teach grep to autodetect fixed patterns and run fixed and regex tests together. hai 1 ano
  Rob Landley 3062fc9e9a Fix grep --color to highlight all matches, based on Peter Collingbourne's %!s(int64=2) %!d(string=hai) anos
  Peter Collingbourne fb3c380d07 grep: Implement -L. %!s(int64=2) %!d(string=hai) anos
  Rob Landley 6817e114bb Teach -o to print ranges that produce zero length matches. %!s(int64=3) %!d(string=hai) anos
  Rob Landley 76d3160cfa Fix grep bug where -f /dev/null added "" regex matching everything, %!s(int64=3) %!d(string=hai) anos
  Rob Landley 78a4be9e68 Only create test file "input" when input argument isn't empty. %!s(int64=4) %!d(string=hai) anos
  Rob Landley 25bfbb69be Fix unaligned access, tweak test suite. %!s(int64=5) %!d(string=hai) anos
  Elliott Hughes fdd58dc338 grep: fix two bugs found by hwasan. %!s(int64=5) %!d(string=hai) anos
  Elliott Hughes 5194d4ad66 grep: add -R as well as -r. %!s(int64=5) %!d(string=hai) anos
  Elliott Hughes 2f9d9096aa grep: add --exclude-dir. %!s(int64=5) %!d(string=hai) anos
  Rob Landley a39eab3fc7 Fix a missing else, and an inverted test hidden by the missing else. %!s(int64=5) %!d(string=hai) anos
  Rob Landley bf174d69cc I had some pending grep tests I hadn't checked in too. %!s(int64=5) %!d(string=hai) anos
  Elliott Hughes caa5a3b131 grep: use TOYFLAG_ARGFAIL for grep too. %!s(int64=5) %!d(string=hai) anos
  Rob Landley b6c12d25bc Add grep tests to "make tests". %!s(int64=5) %!d(string=hai) anos
  Rob Landley 84e22115a5 A couple more grep tests, and slightly use dlist_terminate() for the loops. %!s(int64=5) %!d(string=hai) anos
  Rob Landley 7a46d1db95 Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. %!s(int64=5) %!d(string=hai) anos
  Elliott Hughes e9dfdd76d5 Add tests for grep with implicit/explicit BREs and explicit EREs. %!s(int64=6) %!d(string=hai) anos
  Rob Landley 12adb4113d Many failing tests I need to fix grep to pass while adding --color. %!s(int64=8) %!d(string=hai) anos
  Rob Landley 336c44adca Factor out command name at the start of test name, have runtest.sh print it. %!s(int64=8) %!d(string=hai) anos
  Rob Landley c02619bbc0 Fix -H and -n with -ABC, and add tests. %!s(int64=8) %!d(string=hai) anos
  Rob Landley 36aed25f3f Add grep -B -C %!s(int64=8) %!d(string=hai) anos
  Rob Landley b97d8211fa Add grep -A %!s(int64=8) %!d(string=hai) anos