SHA256
6
0
forked from pool/grep

Accepting request 212857 from home:AndreasStieger:branches:Base:System

GNU grep 2.16

OBS-URL: https://build.opensuse.org/request/show/212857
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=40
This commit is contained in:
Stephan Kulow
2014-01-05 19:47:13 +00:00
committed by Git OBS Bridge
parent e4f1608119
commit 5aae1c48e1
7 changed files with 43 additions and 68 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jan 5 14:01:24 UTC 2014 - andreas.stieger@gmx.de
- update to 2.16
* Fix gnulib-provided maint.mk to report correct version number
* The fix to make \s and \S work with multi-byte white space
broke the use of each shortcut whenever followed by a repetition
operator. For example, \s*, \s+, \s? and \s{3} would all
malfunction in a multi-byte locale.
* The fix to make grep -P work better with UTF-8 made it possible
for grep to evoke a larger set of PCRE errors, some of which
could trigger an abort. E.g., this would abort:
printf '\x82'|LC_ALL=en_US.UTF-8 grep -P y
Now grep handles arbitrary PCRE errors
* Handle very long lines (2GiB and longer) on systems with a
deficient read system call.
- removed patches:
* grep-gnulib-ppc64le.patch, upstream source removed
-------------------------------------------------------------------
Mon Dec 23 21:17:06 UTC 2013 - coolo@suse.com