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 <br...@clisp.org> 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 <br...@clisp.org> doc: Move 'Visual Studio Compatibility' section. * doc/gnulib.texi (Native Windows Support): Include ld-output-def.texi here... (Build Infrastructure Modules): ... not here.
>From b9078ff554ec5f2c95fd0fe3baa52af2f5936bb8 Mon Sep 17 00:00:00 2001 From: Bruno Haible <br...@clisp.org> 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 <br...@clisp.org> + + 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 <egg...@cs.ucla.edu> 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
>From e281759a27e0b03e5c8598b067edb812f7f7fded Mon Sep 17 00:00:00 2001 From: Bruno Haible <br...@clisp.org> 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 <br...@clisp.org> + 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 <br...@clisp.org> + 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