SHA256
6
0
forked from pool/grep

Accepting request 663377 from home:Andreas_Schwab:Factory

- Update to grep 3.3
  ** Changes in behavior
  * The --files-without-match (-L) option now causes grep to succeed
    when a file is listed, instead of when a line is selected.
  ** Improvements
  * An over-30x performance improvement when many 'or'd expressions
    share a common prefix, thanks to improvements in gnulib's dfa.c
  * An additional 3-23% speed-up when searching large files, via
    increased initial buffer size.
  * grep now diagnoses stack overflow
- remove-backref-alt-test.patch: remove

OBS-URL: https://build.opensuse.org/request/show/663377
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=91
This commit is contained in:
2019-01-07 15:05:24 +00:00
committed by Git OBS Bridge
parent 6d2ddee86a
commit 90931682f7
8 changed files with 38 additions and 54 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 7 11:53:21 UTC 2019 - schwab@suse.de
- Update to grep 3.3
** Changes in behavior
* The --files-without-match (-L) option now causes grep to succeed
when a file is listed, instead of when a line is selected.
** Improvements
* An over-30x performance improvement when many 'or'd expressions
share a common prefix, thanks to improvements in gnulib's dfa.c
* An additional 3-23% speed-up when searching large files, via
increased initial buffer size.
* grep now diagnoses stack overflow
- remove-backref-alt-test.patch: remove
-------------------------------------------------------------------
Tue Aug 7 07:08:30 UTC 2018 - schwab@suse.de