Skip to content
Snippets Groups Projects
  1. Sep 01, 2021
  2. Aug 14, 2021
  3. Aug 10, 2021
    • 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
  4. Aug 09, 2021
  5. Aug 08, 2021
  6. Aug 07, 2021
  7. Jun 19, 2021
  8. Jun 14, 2021
  9. Jun 12, 2021
  10. Jun 10, 2021
  11. Jan 31, 2021
    • 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
  12. Jan 06, 2021
  13. Jan 02, 2021
  14. Dec 30, 2020
    • 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
  15. Dec 26, 2020
  16. Dec 25, 2020
  17. Dec 23, 2020
  18. Nov 26, 2020
  19. Nov 09, 2020
  20. Nov 05, 2020
  21. Nov 03, 2020
  22. Nov 01, 2020
Loading