<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libstdc++-v3/doc/xml/faq.xml, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>libstdc++: Update some old docs about predefined feature macros</title>
<updated>2025-11-21T15:30:49+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2025-11-21T14:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=01b8c6ffbd32ab222f14b3932e58425d7bd0970e'/>
<id>01b8c6ffbd32ab222f14b3932e58425d7bd0970e</id>
<content type='text'>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Refresh information on _GNU_SOURCE and
	_XOPEN_SOURCE being predefined.
	* doc/xml/manual/internals.xml: Remove outdated paragraph about
	_POSIX_SOURCE in libstdc++ source files.
	* doc/html/*: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Refresh information on _GNU_SOURCE and
	_XOPEN_SOURCE being predefined.
	* doc/xml/manual/internals.xml: Remove outdated paragraph about
	_POSIX_SOURCE in libstdc++ source files.
	* doc/html/*: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Remove vertical whitespace from code listings in manual</title>
<updated>2025-11-19T21:54:12+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2025-11-19T09:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=d0e0f6beb18a0109a481789803a453b438f79e24'/>
<id>d0e0f6beb18a0109a481789803a453b438f79e24</id>
<content type='text'>
This removes unnecessary whitespace following &lt;pre&gt; blocks in the HTML
output.

libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Remove unwanted whitespace inside
	programlisting elements.
	* doc/xml/manual/allocator.xml: Likewise.
	* doc/xml/manual/auto_ptr.xml: Likewise.
	* doc/xml/manual/backwards_compatibility.xml: Likewise.
	* doc/xml/manual/build_hacking.xml: Likewise.
	* doc/xml/manual/containers.xml: Likewise.
	* doc/xml/manual/diagnostics.xml: Likewise.
	* doc/xml/manual/extensions.xml: Likewise.
	* doc/xml/manual/intro.xml: Likewise.
	* doc/xml/manual/io.xml: Likewise.
	* doc/xml/manual/iterators.xml: Likewise.
	* doc/xml/manual/numerics.xml: Likewise.
	* doc/xml/manual/policy_data_structures.xml: Likewise.
	* doc/xml/manual/strings.xml: Likewise.
	* doc/xml/manual/support.xml: Likewise.
	* doc/xml/manual/test.xml: Likewise.
	* doc/xml/manual/using.xml: Likewise.
	* doc/xml/manual/utilities.xml: Likewise.
	* doc/html/*: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes unnecessary whitespace following &lt;pre&gt; blocks in the HTML
output.

libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Remove unwanted whitespace inside
	programlisting elements.
	* doc/xml/manual/allocator.xml: Likewise.
	* doc/xml/manual/auto_ptr.xml: Likewise.
	* doc/xml/manual/backwards_compatibility.xml: Likewise.
	* doc/xml/manual/build_hacking.xml: Likewise.
	* doc/xml/manual/containers.xml: Likewise.
	* doc/xml/manual/diagnostics.xml: Likewise.
	* doc/xml/manual/extensions.xml: Likewise.
	* doc/xml/manual/intro.xml: Likewise.
	* doc/xml/manual/io.xml: Likewise.
	* doc/xml/manual/iterators.xml: Likewise.
	* doc/xml/manual/numerics.xml: Likewise.
	* doc/xml/manual/policy_data_structures.xml: Likewise.
	* doc/xml/manual/strings.xml: Likewise.
	* doc/xml/manual/support.xml: Likewise.
	* doc/xml/manual/test.xml: Likewise.
	* doc/xml/manual/using.xml: Likewise.
	* doc/xml/manual/utilities.xml: Likewise.
	* doc/html/*: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Fix incorrect links to archived SGI STL docs</title>
<updated>2025-05-20T10:02:50+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2025-05-20T09:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=501e6e786652748ff0ad9a322f74b9b47970031f'/>
<id>501e6e786652748ff0ad9a322f74b9b47970031f</id>
<content type='text'>
In r8-7777-g25949ee33201f2 I updated some URLs to point to copies of the
SGI STL docs in the Wayback Machine, because the original pags were no
longer hosted on sgi.com. However, I incorrectly assumed that if one
archived page was at https://web.archive.org/web/20171225062613/... then
all the other pages would be too. Apparently that's not how the Wayback
Machine works, and each page is archived on a different date. That meant
that some of our links were redirecting to archived copies of the
announcement that the SGI STL docs have gone away.

This fixes each URL to refer to a correctly archived copy of the
original docs.

libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Update URL for archived SGI STL docs.
	* doc/xml/manual/containers.xml: Likewise.
	* doc/xml/manual/extensions.xml: Likewise.
	* doc/xml/manual/using.xml: Likewise.
	* doc/xml/manual/utilities.xml: Likewise.
	* doc/html/*: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In r8-7777-g25949ee33201f2 I updated some URLs to point to copies of the
SGI STL docs in the Wayback Machine, because the original pags were no
longer hosted on sgi.com. However, I incorrectly assumed that if one
archived page was at https://web.archive.org/web/20171225062613/... then
all the other pages would be too. Apparently that's not how the Wayback
Machine works, and each page is archived on a different date. That meant
that some of our links were redirecting to archived copies of the
announcement that the SGI STL docs have gone away.

This fixes each URL to refer to a correctly archived copy of the
original docs.

libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Update URL for archived SGI STL docs.
	* doc/xml/manual/containers.xml: Likewise.
	* doc/xml/manual/extensions.xml: Likewise.
	* doc/xml/manual/using.xml: Likewise.
	* doc/xml/manual/utilities.xml: Likewise.
	* doc/html/*: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Replace viewcvs links in docs with cgit links</title>
<updated>2024-06-25T21:51:33+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2024-06-25T12:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=9d8021d1875677286c3dde90dfed2aca864edad0'/>
<id>9d8021d1875677286c3dde90dfed2aca864edad0</id>
<content type='text'>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Replace viewcvs links with cgit links.
	* doc/xml/manual/allocator.xml: Likewise.
	* doc/xml/manual/mt_allocator.xml: Likewise.
	* doc/html/*: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Replace viewcvs links with cgit links.
	* doc/xml/manual/allocator.xml: Likewise.
	* doc/xml/manual/mt_allocator.xml: Likewise.
	* doc/html/*: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Update gcc.gnu.org links in FAQ to https</title>
<updated>2024-06-05T06:01:41+00:00</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@pfeifer.com</email>
</author>
<published>2024-06-05T05:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=35e453d9e17c299d58d5d2c9f44b4b4eec9867b6'/>
<id>35e453d9e17c299d58d5d2c9f44b4b4eec9867b6</id>
<content type='text'>
libstdc++-v3:
	* doc/xml/faq.xml: Move gcc.gnu.org to https.
	* doc/html/faq.html: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libstdc++-v3:
	* doc/xml/faq.xml: Move gcc.gnu.org to https.
	* doc/html/faq.html: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Remove outdated references to buildstat.html</title>
<updated>2023-11-21T15:58:20+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2023-11-20T12:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=623b8081ab8db797bd017c06aa11accbfae3342d'/>
<id>623b8081ab8db797bd017c06aa11accbfae3342d</id>
<content type='text'>
The buildstat.html pages have not existed since gcc-8 so remove
referencs to them in the libstdc++ manual.

libstdc++-v3/ChangeLog:

	* doc/html/*: Regenerate.
	* doc/xml/faq.xml: Remove reference to buildstat.html pages.
	* doc/xml/manual/test.xml: Likewise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The buildstat.html pages have not existed since gcc-8 so remove
referencs to them in the libstdc++ manual.

libstdc++-v3/ChangeLog:

	* doc/html/*: Regenerate.
	* doc/xml/faq.xml: Remove reference to buildstat.html pages.
	* doc/xml/manual/test.xml: Likewise
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Update copyright year in FAQ</title>
<updated>2023-03-13T10:39:38+00:00</updated>
<author>
<name>Jonny Grant</name>
<email>jg@jguk.org</email>
</author>
<published>2023-03-13T10:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=dbec2e816922baf080e2d039cc4579ec7ca47968'/>
<id>dbec2e816922baf080e2d039cc4579ec7ca47968</id>
<content type='text'>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Update copyright year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Update copyright year.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Switch two links to www.open-std.org to https</title>
<updated>2023-02-18T09:59:11+00:00</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@pfeifer.com</email>
</author>
<published>2023-02-18T09:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=3e558fb7f3c8e7f736b23710d94f4226f4df38b8'/>
<id>3e558fb7f3c8e7f736b23710d94f4226f4df38b8</id>
<content type='text'>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Switch two links to www.open-std.org to https.
	* doc/html/faq.html: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libstdc++-v3/ChangeLog:

	* doc/xml/faq.xml: Switch two links to www.open-std.org to https.
	* doc/html/faq.html: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Fix example preprocessor command in FAQ [PR103877]</title>
<updated>2022-01-05T13:47:01+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2022-01-04T15:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=cebe875f6f44b905a0d56a2007b5a638a33a893c'/>
<id>cebe875f6f44b905a0d56a2007b5a638a33a893c</id>
<content type='text'>
libstdc++-v3/ChangeLog:

	PR libstdc++/103877
	* doc/xml/faq.xml: Add '-x c++' to preprocessor command.
	* doc/html/faq.html: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libstdc++-v3/ChangeLog:

	PR libstdc++/103877
	* doc/xml/faq.xml: Add '-x c++' to preprocessor command.
	* doc/html/faq.html: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Update/streamline Valgrind references</title>
<updated>2020-06-01T15:04:22+00:00</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@pfeifer.com</email>
</author>
<published>2020-06-01T15:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=e41b988cc5af34e9c1a3d37b717fbfcc52d7ff90'/>
<id>e41b988cc5af34e9c1a3d37b717fbfcc52d7ff90</id>
<content type='text'>
	* doc/xml/faq.xml: Adjust Valgrind reference and remove another.
	* doc/html/faq.html: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* doc/xml/faq.xml: Adjust Valgrind reference and remove another.
	* doc/html/faq.html: Regenerate.
</pre>
</div>
</content>
</entry>
</feed>
