Go to file
Dirk Mueller 9db2b6928b also match e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩.
* The -s option no longer suppresses "binary file matches"
- use release keyring rather than full one for validation
- Make profiling deterministic (bsc#1040589, SLE-24115)
  * --files-without-match (-L) behavior reverted to again succeed
  * When standard output is /dev/null, grep no longer fails when
- Drop upstreamed proc-lseek-glitch.patch
    an invalid regular expression that was read from an
  * grep -z would match strings it should not.  To trigger the bug,
    you'd have to use a regular expression including an anchor
    (^ or $) and a feature like a range or a backreference, causing
    With a multibyte locale, that matcher could mistakenly match a
    string containing a newline. For example, this command:
    would mistakenly match and print all four input bytes.  After
  * grep -Pz now diagnoses attempts to use patterns containing ^
    and $, instead of mishandling these patterns.  This problem
    seems to be inherent to the PCRE API; removing this limitation
    is on PCRE's maint/README wish list.  Patterns can continue to
    match literal ^ and $ by escaping them with \ (now needed even
  * Binary files are now less likely to generate diagnostics and
    more likely to yield text matches.  grep now reports "Binary
    file FOO matches" and suppresses further output instead of
    outputting a line containing an encoding error; hence grep can
    now report matching text before a later binary match.
    Formerly, grep reported FOO to be binary when it found an
    encoding error in FOO before generating output for FOO, which
    meant it never reported both matching text and matching binary
    data; this was less useful for searching text containing
    encoding errors in non-matching lines. [bug introduced in
  * grep -c no longer stops counting when finding binary data.

OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=142
2024-04-10 09:05:21 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=1 2006-12-18 23:16:42 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=1 2006-12-18 23:16:42 +00:00
efgrep-warning.patch Accepting request 1069578 from home:Andreas_Schwab:Factory 2023-03-06 10:18:56 +00:00
grep-3.11.tar.xz - update to 3.11: 2023-05-18 12:01:28 +00:00
grep-3.11.tar.xz.sig - update to 3.11: 2023-05-18 12:01:28 +00:00
grep-rpmlintrc Accepting request 851470 from home:AndreasStieger:branches:Base:System 2020-12-01 14:09:11 +00:00
grep.changes also match e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩. 2024-04-10 09:05:21 +00:00
grep.keyring - use release keyring rather than full one for validation 2022-05-24 19:43:06 +00:00
grep.spec also match e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩. 2024-04-10 09:05:21 +00:00
profile.sh Accepting request 912392 from home:Andreas_Schwab:Factory 2021-08-16 12:20:25 +00:00