1. 20 Aug, 2022 1 commit
  2. 05 Apr, 2022 4 commits
  3. 01 Sep, 2021 7 commits
  4. 14 Aug, 2021 1 commit
  5. 10 Aug, 2021 1 commit
    • Jim Meyering's avatar
      tests: provide an awk-based seq replacement · 6aaef3b8
      Jim Meyering authored
      ...so we can continue to use seq, but the wrapper when needed.
      * tests/init.cfg (seq): Some systems lask seq.
      Provide a replacement.
      * tests/hash-collision-perf: Use seq once again.
      * tests/long-pattern-perf: Likewise. And remove a comment about seq.
      6aaef3b8
  6. 09 Aug, 2021 4 commits
  7. 08 Aug, 2021 2 commits
  8. 07 Aug, 2021 3 commits
  9. 19 Jun, 2021 1 commit
  10. 14 Jun, 2021 1 commit
  11. 12 Jun, 2021 1 commit
  12. 10 Jun, 2021 1 commit
  13. 31 Jan, 2021 1 commit
    • Jim Meyering's avatar
      doc: man: fix -L description and improve -l's · 70517057
      Jim Meyering authored
      * doc/grep.texi (-L): Remove erroneous sentence about stopping early.
      With -L, grep cannot stop scanning early.
      (-l): Tweak existing wording.
      * doc/grep.in.1: Remove the -L sentence here, too.
      (-l): Copy the sentence from grep.texi, to clarify: it's only per-file
      scanning that stops upon match.  Reported by Robert Bruntz
      in http://debbugs.gnu.org/46179
      70517057
  14. 06 Jan, 2021 1 commit
  15. 02 Jan, 2021 5 commits
  16. 30 Dec, 2020 4 commits
    • Jim Meyering's avatar
      build: update gnulib to latest · 51452f79
      Jim Meyering authored
      * gnulib: update for clang-10 warning warning-avoidance
      fixes in hash and regex-tests.
      51452f79
    • Jim Meyering's avatar
      maint: add parentheses to avoid new clang-10 warning · 8789f71b
      Jim Meyering authored
      * src/dfasearch.c (regex_compile): Parenthesize arith-OR vs
      ternary, to placate clang-10.
      8789f71b
    • Paul Eggert's avatar
      doc: clarify special chars and } · 5398acf9
      Paul Eggert authored
      * doc/grep.texi (Fundamental Structure)
      (Character Classes and Bracket Expressions)
      (The Backslash Character and Special Expressions, Anchoring)
      (Basic vs Extended): Clarify which characters are special,
      and why \ is needed before } in grep even though } is not special.
      Use Posix terminology for ordinary and special characters and for
      interval expressions.
      5398acf9
    • Marek Suppa's avatar
      doc: fix missing right curly brace · 181f1647
      Marek Suppa authored
      * doc/grep.texi (Basic vs Extended Regular Expressions): Mention that
      the right curly brace (}) meta-character must be backslash-escaped.
      It had been omitted from the list.
      181f1647
  17. 26 Dec, 2020 1 commit
  18. 25 Dec, 2020 1 commit