This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add cross-reference for BADNAMES in libstdc++ manual


On 16/05/17 10:47 +0100, Jonathan Wakely wrote:
The bad names are not in a file called BADNAMES, so link from the old
chunk of documentation to the new position in the manual.

	* doc/xml/manual/appendix_contributing.xml: Link to the list of bad
	identifiers.
	* doc/html/*: Regenerate.

Committed to trunk.

Another cross-reference, committed to trunk.


commit 44a0bb0aa0449b85a96f46234aa6245d4e972fd7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue May 16 11:37:01 2017 +0100

    Add cross-reference for test permutations in libstdc++ manual
    
    	* doc/xml/manual/appendix_contributing.xml: Link to test docs and
    	note higher DejaGnu version requirement.
    	* doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
index f5b759a..4133547 100644
--- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
+++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
@@ -358,7 +358,9 @@ It has subdirectories:
     library.  Support for "make check" and "make check-install" is
     complete, and runs through all the subdirectories here when this
     command is issued from the build directory.  Please note that
-    "make check" requires DejaGNU 1.4 or later to be installed.
+    "make check" requires DejaGnu 1.4 or later to be installed,
+    or for extra <link linkend="test.run.permutations">permutations</link>
+    DejaGnu 1.5.3 or later.
     </listitem>
   </varlistentry>
 </variablelist>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]