From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 21 14:42:04 2013 Received: (at submit) by debbugs.gnu.org; 21 Dec 2013 19:42:05 +0000 Received: from localhost ([127.0.0.1]:33596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuSR2-0001d3-D8 for submit@debbugs.gnu.org; Sat, 21 Dec 2013 14:42:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44920) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuSR0-0001ck-6L for submit@debbugs.gnu.org; Sat, 21 Dec 2013 14:42:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuSQy-0002ul-MM for submit@debbugs.gnu.org; Sat, 21 Dec 2013 14:42:02 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuSQy-0002uh-J2 for submit@debbugs.gnu.org; Sat, 21 Dec 2013 14:42:00 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuSQx-0005jb-Fc for bug-grep@gnu.org; Sat, 21 Dec 2013 14:42:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuSQw-0002th-Ai for bug-grep@gnu.org; Sat, 21 Dec 2013 14:41:59 -0500 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:63167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuSQt-0002tQ-Oc; Sat, 21 Dec 2013 14:41:55 -0500 Received: by mail-pd0-f179.google.com with SMTP id r10so3822948pdi.38 for ; Sat, 21 Dec 2013 11:41:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=HzUhKQNyt2I3Qhw97WEsMRcpgJ7y2f3DAbVXbujviNY=; b=utWLfBU4rfGc1UFDhSt8RY2ppwCEm1jYJ5ydrLCa130hxmyuduQ3he5XYjJWeBnVJB K0Miozy+Z1+iqi1SePHNOvWaRaiduUtSNbCq2Gr3ZD54V5cLA/YBW+Q3M/VGWfg0qtgp T4kM0CIJSSdOnpVdkBxQu3a/8sDbcPPxgI/H2vKkdaj0lPCDTb5TIwu2C7HtjY0xoDdT 5zNZYz9tK5zsQv/1nximlZseHLBw9ePmJTWLTXFEmNW7/VjPkPJvtSnlQ1YH3W/CxVpK B3Xz5GLzfj3kgTsH32x1JJYhambkih4GXol7pkKyVs7Jwyid3LOMC5V4UFJZpTqlZZlW JLSA== X-Received: by 10.67.5.233 with SMTP id cp9mr16210695pad.147.1387654914452; Sat, 21 Dec 2013 11:41:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.6.66 with HTTP; Sat, 21 Dec 2013 11:41:34 -0800 (PST) From: Jim Meyering Date: Sat, 21 Dec 2013 11:41:34 -0800 X-Google-Sender-Auth: yrwT3R4Bz8JLb4WsjLZ3xiJTjU8 Message-ID: Subject: new snapshot available: grep-2.15.15-178ed To: bug-grep@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: TP coordinator , platform-testers@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) In preparation for upcoming 2.16 bug-fix-only release, here's a snapshot of the latest. grep snapshot: http://meyering.net/grep/grep-ss.tar.xz 1.3 MB http://meyering.net/grep/grep-ss.tar.xz.sig http://meyering.net/grep/grep-2.15.15-178ed.tar.xz NEWS: ** Bug fixes Fix gnulib-provided maint.mk so that the release procedure described in README-release actually does what we want. Before that fix, that procedure resulted in a grep-2.15 tarball that would lead to a grep binary whose --version-reported version number was 2.14.51... 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. [bug introduced in grep-2.15] 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=3Den_US.UTF-8 grep -P y Now grep handles arbitrary PCRE errors. [bug introduced in grep-2.15] Handle very long lines (2GiB and longer) on systems with a deficient read system call. Commits in grep since v2.15: Jim Meyering (14): maint: post-release administrivia maint: avoid automake deprecation warning re ACLOCAL_AMFLAGS build: update gnulib submodule to latest maint: NEWS: document a release-related bug fix grep: fix regression involving \s and \S grep: fix regression with -P vs. invalid UTF-8 input dfa: avoid undefined behavior of "1 << 31" maint: minor cleanup: xmalloc+strcpy -> xmemdup tests: port to non-GNU sed grep: handle lines longer than INT_MAX on more systems maint: indent cpp directives to reflect nesting pcre: avoid a nominal leak maint: add comments and split some long lines tests: avoid FP failure due to exhausted memory Santiago Ruano Rinc=F3n (1): pcre: tell grep -P to relax its stance on invalid multibyte chars Changes in gnulib since v2.15: * gnulib 974b76b...4c2f17d (4): > maint.mk: fix "release" target to build _version > maint.mk: get current gnulib revision correctly. > install-reloc: Support multi-binary installation. > selinux-h: really build without selinux when library is missing From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 21 18:06:52 2013 Received: (at control) by debbugs.gnu.org; 21 Dec 2013 23:06:52 +0000 Received: from localhost ([127.0.0.1]:33741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuVdE-000834-Fr for submit@debbugs.gnu.org; Sat, 21 Dec 2013 18:06:52 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:42013) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuVdC-00082s-JN for control@debbugs.gnu.org; Sat, 21 Dec 2013 18:06:51 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so3982112pbc.19 for ; Sat, 21 Dec 2013 15:06:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=5pST5psvqlGQBUbFpfDhvGFjrF5OjkAFFB1wMGNPPro=; b=rF8B8mhKRpmX3DJquxw9OndQLsO1ddEgPQ6eRPj39UzNM7yyKtr4CGv3YwdhuqOs60 lF38GV+k98n3YnUQ3Ab1hcx7WmzZ8CdyD7/mAO1yvlNMJQO6lEaGL4EEdv/7NKpdV2L1 3ux/+Py7NG7AuTqJdYy1k7YV/fabZSRP2etvKSICLDjK/G7gEz+A6YAC3LvAI5Ucyvck TyrtpZmKSK4Cra2+zlfW4Ivsb/5lh6lxNrypgZMD1YbpuB8l1cu+iS7fGU4HP8B9/TSt DKeoz+1/qELraG9npUgh6E4N3xezBy8pkLuaTxobLfu/UKnR2Ntc6F8hx+B7+naEVFfF /V9Q== X-Received: by 10.68.143.100 with SMTP id sd4mr1622915pbb.0.1387667209624; Sat, 21 Dec 2013 15:06:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.6.66 with HTTP; Sat, 21 Dec 2013 15:06:29 -0800 (PST) In-Reply-To: References: From: Jim Meyering Date: Sat, 21 Dec 2013 15:06:29 -0800 X-Google-Sender-Auth: ztoFYX00wzbzwjn-YvxkUPequfY Message-ID: Subject: Re: bug#16215: new snapshot available: grep-2.15.15-178ed To: GNU bug tracker automated control server Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 16215 notabug close 16215 thanks From unknown Thu Jun 19 14:29:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 19 Jan 2014 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator