Go to file
Dirk Mueller 5820abc816 - update to 3.10:
* With -P, \d now matches only ASCII digits, regardless of
    PCRE options/modes. The changes in grep-3.9 to make  and \w
    work properly had the undesirable side effect of making \d
    also match e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩.  
    With grep-3.9, -P '\d+' would match that ten-digit (20-byte)
    string. Now, to match such a digit, you would use \p{Nd}.
    Similarly, \D is now mapped to [^0-9].

OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=132
2023-03-30 07:45:04 +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.10.tar.xz - update to 3.10: 2023-03-30 07:45:04 +00:00
grep-3.10.tar.xz.sig - update to 3.10: 2023-03-30 07:45:04 +00:00
grep-rpmlintrc Accepting request 851470 from home:AndreasStieger:branches:Base:System 2020-12-01 14:09:11 +00:00
grep.changes - update to 3.10: 2023-03-30 07:45:04 +00:00
grep.keyring - use release keyring rather than full one for validation 2022-05-24 19:43:06 +00:00
grep.spec - update to 3.10: 2023-03-30 07:45:04 +00:00
profile.sh Accepting request 912392 from home:Andreas_Schwab:Factory 2021-08-16 12:20:25 +00:00