From unknown Tue Jun 24 05:06:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#5825 <5825@debbugs.gnu.org> To: bug#5825 <5825@debbugs.gnu.org> Subject: Status: [PATCH] build: update gnulib submodule to latest Reply-To: bug#5825 <5825@debbugs.gnu.org> Date: Tue, 24 Jun 2025 12:06:52 +0000 retitle 5825 [PATCH] build: update gnulib submodule to latest reassign 5825 coreutils submitter 5825 Jim Meyering severity 5825 normal tag 5825 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 02 14:59:22 2010 Received: (at submit) by debbugs.gnu.org; 2 Apr 2010 18:59:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxm5R-0008Nd-Vk for submit@debbugs.gnu.org; Fri, 02 Apr 2010 14:59:22 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxm5P-0008NW-V2 for submit@debbugs.gnu.org; Fri, 02 Apr 2010 14:59:20 -0400 Received: from lists.gnu.org ([199.232.76.165]:43823) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nxm5L-0006kE-Ut for submit@debbugs.gnu.org; Fri, 02 Apr 2010 14:59:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nxm5L-0003uM-72 for bug-coreutils@gnu.org; Fri, 02 Apr 2010 14:59:15 -0400 Received: from [140.186.70.92] (port=33412 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxm5I-0003uE-Pw for bug-coreutils@gnu.org; Fri, 02 Apr 2010 14:59:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nxm5H-0004e7-AQ for bug-coreutils@gnu.org; Fri, 02 Apr 2010 14:59:12 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:41699) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nxm5G-0004dv-NL for bug-coreutils@gnu.org; Fri, 02 Apr 2010 14:59:11 -0400 Received: from smtp3-g21.free.fr (localhost [127.0.0.1]) by smtp3-g21.free.fr (Postfix) with ESMTP id 8AFB7818039 for ; Fri, 2 Apr 2010 20:59:06 +0200 (CEST) Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g21.free.fr (Postfix) with ESMTP id 6436A818167 for ; Fri, 2 Apr 2010 20:59:04 +0200 (CEST) Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 4C6AEE90; Fri, 2 Apr 2010 20:59:04 +0200 (CEST) From: Jim Meyering To: bug-coreutils@gnu.org Subject: [PATCH] build: update gnulib submodule to latest Date: Fri, 02 Apr 2010 20:59:04 +0200 Message-ID: <87r5mx7kav.fsf@meyering.net> Lines: 96 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) FYI, >From b48a444e351f6c974af35f11eca7ba0106fedcc4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 2 Apr 2010 20:30:48 +0200 Subject: [PATCH] build: update gnulib submodule to latest * cfg.mk: Update to use new _sc_search_regexp interface. Run this: perl -pi -e 's/\b_prohibit_regexp\b/_sc_search_regexp/;' -e 's/\bmsg=/halt=/; s/\bre=/prohibit=/;' cfg.mk and then adjust backslashes so they still line up. --- cfg.mk | 36 ++++++++++++++++++------------------ gnulib | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/cfg.mk b/cfg.mk index 1da4d38..75ce77a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -200,15 +200,15 @@ sc_no_exec_perl_coreutils: # Don't use "readlink" or "readlinkat" directly sc_prohibit_readlink: - @re='\' \ - msg='stat() and lstat() may be function-like macros' \ - $(_prohibit_regexp) + @prohibit='\' \ + halt='stat() and lstat() may be function-like macros' \ + $(_sc_search_regexp) # Ensure that date's --help output stays in sync with the info # documentation for GNU strftime. The only exception is %N, @@ -227,22 +227,22 @@ sc_strftime_check: # Indent only with spaces. sc_prohibit_tab_based_indentation: - @re='^ * ' \ - msg='TAB in indentation; use only spaces' \ - $(_prohibit_regexp) + @prohibit='^ * ' \ + halt='TAB in indentation; use only spaces' \ + $(_sc_search_regexp) # Don't use "indent-tabs-mode: nil" anymore. No longer needed. sc_prohibit_emacs__indent_tabs_mode__setting: - @re='^( *[*#] *)?indent-tabs-mode:' \ - msg='use of emacs indent-tabs-mode: setting' \ - $(_prohibit_regexp) + @prohibit='^( *[*#] *)?indent-tabs-mode:' \ + halt='use of emacs indent-tabs-mode: setting' \ + $(_sc_search_regexp) # Ensure that each file that contains fail=1 also contains fail=0. # Otherwise, setting file=1 in the environment would make tests fail unexpectedly. sc_prohibit_fail_0: - @re='\' \ - msg='fail=0 initialization' \ - $(_prohibit_regexp) + @prohibit='\' \ + halt='fail=0 initialization' \ + $(_sc_search_regexp) # Ensure that "stdio--.h" is used where appropriate. sc_require_stdio_safer: @@ -258,9 +258,9 @@ sc_require_stdio_safer: # Prefer xnanosleep over other less-precise sleep methods sc_prohibit_sleep: - @re='\<(nano|u)?sleep \(' \ - msg='prefer xnanosleep over other sleep interfaces' \ - $(_prohibit_regexp) + @prohibit='\<(nano|u)?sleep \(' \ + halt='prefer xnanosleep over other sleep interfaces' \ + $(_sc_search_regexp) ########################################################### _p0 = \([^"'/]\|"\([^\"]\|[\].\)*"\|'\([^\']\|[\].\)*' diff --git a/gnulib b/gnulib index e936a81..655a3ee 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit e936a81c04962903122ea0d8b6af63c5fce4beaf +Subproject commit 655a3ee56ace8f42bdf0660277a5aa4b6eeff6ca -- 1.7.0.4.293.ga50de From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 03 10:42:31 2010 Received: (at control) by debbugs.gnu.org; 3 Apr 2010 14:42:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny4YR-00018F-HK for submit@debbugs.gnu.org; Sat, 03 Apr 2010 10:42:31 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ny4YO-00018A-EM for control@debbugs.gnu.org; Sat, 03 Apr 2010 10:42:29 -0400 Received: from smtp3-g21.free.fr (localhost [127.0.0.1]) by smtp3-g21.free.fr (Postfix) with ESMTP id 80DA08180E6 for ; Sat, 3 Apr 2010 16:42:19 +0200 (CEST) Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g21.free.fr (Postfix) with ESMTP id 9ED98818040 for ; Sat, 3 Apr 2010 16:42:17 +0200 (CEST) Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 2A3C2EB8; Sat, 3 Apr 2010 16:42:17 +0200 (CEST) From: Jim Meyering To: control@debbugs.gnu.org Subject: control In-Reply-To: <87r5mx7kav.fsf@meyering.net> (Jim Meyering's message of "Fri, 02 Apr 2010 20:59:04 +0200") References: <87r5mx7kav.fsf@meyering.net> Date: Sat, 03 Apr 2010 16:42:17 +0200 Message-ID: <87vdc861iu.fsf@meyering.net> Lines: 1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.2 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.2 (--) close 5825 5824 From unknown Tue Jun 24 05:06:52 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, 02 May 2010 11:24:04 +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