From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5684 invoked by alias); 16 Sep 2019 22:06:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5670 invoked by uid 89); 16 Sep 2019 22:06:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=deep, UD:pl X-HELO: mailrelay3-2.pub.mailoutpod1-cph3.one.com Received: from mailrelay3-2.pub.mailoutpod1-cph3.one.com (HELO mailrelay3-2.pub.mailoutpod1-cph3.one.com) (46.30.212.2) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Sep 2019 22:06:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bordum.dk; s=20140924; h=message-id:to:from:subject:date:content-type:content-transfer-encoding:from; bh=HXr7NLqGa+mfbO1g7mxh6ejFKcveDysAnMUNYv9sZsA=; b=nfTPoHYrX5Ej3zkc5BHSAdqPtiETN5beilOumAgyvQniYY9B0btCg14a9lR75VGnmTqH4BAVq3xek CQH99xSZ7D8NoyyVjJuDalpbbSyR3PWniUS4fHxqDpc/scp1xqHA7caU2sBwFLo7jHWH1DqU/20N7k D3vIe0Sh7BlIAxxs= X-HalOne-Cookie: aedea2d9c48145a763bb28f945a996e6903db4c6 X-HalOne-ID: 3781be77-d8ce-11e9-b5ef-d0431ea8bb03 Received: from localhost (unknown [2.104.151.248]) by mailrelay3.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id 3781be77-d8ce-11e9-b5ef-d0431ea8bb03; Mon, 16 Sep 2019 22:06:21 +0000 (UTC) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 16 Sep 2019 22:06:00 -0000 Subject: [PATCH 2/2] etc/texi2pod.pl: C<>'s can be nested as well From: "Carl Bordum Hansen" To: Message-Id: X-SW-Source: 2019-09/txt/msg00296.txt.bz2 --- etc/texi2pod.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl index 34ba7efd0f..167cc71ba9 100644 --- a/etc/texi2pod.pl +++ b/etc/texi2pod.pl @@ -416,9 +416,9 @@ sub postprocess s/<//g; =20 - # Now un-nest all B<>, I<>, R<>. Theoretically we could have + # Now un-nest all B<>, I<>, R<>, C<>. Theoretically we could have # indefinitely deep nesting; in practice, one level suffices. - 1 while s/([BIR])<([^<>]*)([BIR])<([^<>]*)>/$1<$2>$3<$4>$1]*)([BIRC])<([^<>]*)>/$1<$2>$3<$4>$1 with bare ...; eliminate empty markup, B<>; # shift white space at the ends of [BI]<...> expressions outside --=20 2.17.1