From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BF6F21F55B for ; Mon, 1 Jun 2020 22:36:06 +0000 (UTC) Received: from localhost ([::1]:33174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jft2L-0006q6-HG for normalperson@yhbt.net; Mon, 01 Jun 2020 18:36:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jft2G-0006pu-MW for bug-gnulib@gnu.org; Mon, 01 Jun 2020 18:36:00 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.221]:26944) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jft2E-0005gq-50 for bug-gnulib@gnu.org; Mon, 01 Jun 2020 18:36:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1591050955; s=strato-dkim-0002; d=clisp.org; h=Message-ID:Date:Subject:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=t91/bqYiVsfmwD7iG+Koy+HWVi8X2oZjoV2d9aDmAfg=; b=RGU5pEVbOkkndp2DZBk5bWuoV2TuA7yTFMFY7laMe62brZxXcrszVzo8tZDzhOuNGC 0azFRubxQJ4YpyZDW8WPkN2L1DPCHr7m3PeqCb8d07VA6tAzEu1F6AgG2LXxWqb7tf3k 0PMfiyWbra6DSo+eq5/sNAfimPb2+LzMUIGImL9D9RCEc7HHdDSIwrlh+LJXvtWXrIlv SdsMUCnpgttduD157o2ta3qHNxiFtm3PZRbvJhPJdoQ8EEiGeNW8uxSqOmCXD6iPAqQC CP2BqK2VNJwm3nV30ERzbnt3w3hTMVbzjzkuz6SVoP8NQj1sfX7ByYOg+zohyo6cqIqO xH2A== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOH6fzxfs=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 46.9.0 DYNA|AUTH) with ESMTPSA id j03713w51MZsGWG (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Tue, 2 Jun 2020 00:35:54 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: some doc restructuring Date: Tue, 02 Jun 2020 00:35:53 +0200 Message-ID: <27916736.Ltx2elO3ao@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart1838684.c7N0TIrrTM" Content-Transfer-Encoding: 7Bit Received-SPF: none client-ip=81.169.146.221; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/01 18:35:55 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" This is a multi-part message in MIME format. --nextPart1838684.c7N0TIrrTM Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" I did some small doc restructuring: moving two sections to chapters where IMO they fit better. (That's always debatable, though.) 2020-06-01 Bruno Haible doc: Move 'Running self-tests under valgrind' section. * doc/gnulib.texi (Build Infrastructure Modules): Include valgrind-tests.texi here... (Miscellaneous Notes): ... not here. 2020-06-01 Bruno Haible doc: Move 'Visual Studio Compatibility' section. * doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi here... (Build Infrastructure Modules): ... not here. --nextPart1838684.c7N0TIrrTM Content-Disposition: attachment; filename="0001-doc-Move-Visual-Studio-Compatibility-section.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="0001-doc-Move-Visual-Studio-Compatibility-section.patch" >From b9078ff554ec5f2c95fd0fe3baa52af2f5936bb8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 1 Jun 2020 20:41:20 +0200 Subject: [PATCH 1/2] doc: Move 'Visual Studio Compatibility' section. * doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi here... (Build Infrastructure Modules): ... not here. --- ChangeLog | 7 +++++++ doc/gnulib.texi | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04bbcd7..c748782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-06-01 Bruno Haible + + doc: Move 'Visual Studio Compatibility' section. + * doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi + here... + (Build Infrastructure Modules): ... not here. + 2020-06-01 Paul Eggert doc: improve randomness discussion diff --git a/doc/gnulib.texi b/doc/gnulib.texi index fd9d9b0..ae08a92 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -6632,6 +6632,7 @@ to POSIX that it can be treated like any other Unix-like platform. * Avoiding the year 2038 problem:: * Windows sockets:: * Native Windows Support without MSVC Support:: +* Visual Studio Compatibility:: @end menu @include windows-libtool.texi @@ -6648,6 +6649,8 @@ to POSIX that it can be treated like any other Unix-like platform. @include windows-without-msvc.texi +@include ld-output-def.texi + @node Particular Modules @chapter Particular Modules @@ -6765,7 +6768,6 @@ for use with GNU Automake (in particular). * Searching for Libraries:: * Exported Symbols of Shared Libraries:: * LD Version Scripts:: -* Visual Studio Compatibility:: * configmake:: * warnings:: * manywarnings:: @@ -6778,8 +6780,6 @@ for use with GNU Automake (in particular). @include ld-version-script.texi -@include ld-output-def.texi - @include configmake.texi @include warnings.texi -- 2.7.4 --nextPart1838684.c7N0TIrrTM Content-Disposition: attachment; filename="0002-doc-Move-Running-self-tests-under-valgrind-section.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="0002-doc-Move-Running-self-tests-under-valgrind-section.patch" >From e281759a27e0b03e5c8598b067edb812f7f7fded Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 1 Jun 2020 20:45:20 +0200 Subject: [PATCH 2/2] doc: Move 'Running self-tests under valgrind' section. * doc/gnulib.texi (Build Infrastructure Modules): Include valgrind-tests.texi here... (Miscellaneous Notes): ... not here. --- ChangeLog | 7 +++++++ doc/gnulib.texi | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c748782..94baf96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2020-06-01 Bruno Haible + doc: Move 'Running self-tests under valgrind' section. + * doc/gnulib.texi (Build Infrastructure Modules): Include + valgrind-tests.texi here... + (Miscellaneous Notes): ... not here. + +2020-06-01 Bruno Haible + doc: Move 'Visual Studio Compatibility' section. * doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi here... diff --git a/doc/gnulib.texi b/doc/gnulib.texi index ae08a92..68a81dc 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -740,7 +740,6 @@ better to share them. * Extra tests modules:: * Modules that modify the way other modules work:: * A C++ namespace for gnulib:: A different way of using Gnulib in C++ -* Running self-tests under valgrind:: * License Texinfo sources:: * Building gnulib:: @end menu @@ -755,8 +754,6 @@ better to share them. @include namespace.texi -@include valgrind-tests.texi - @include licenses-texi.texi @include build-automation.texi @@ -6771,6 +6768,7 @@ for use with GNU Automake (in particular). * configmake:: * warnings:: * manywarnings:: +* Running self-tests under valgrind:: * VCS To ChangeLog:: @end menu @@ -6786,6 +6784,8 @@ for use with GNU Automake (in particular). @include manywarnings.texi +@include valgrind-tests.texi + @include vcs-to-changelog.texi -- 2.7.4 --nextPart1838684.c7N0TIrrTM--