public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Document addition of libstdc++exp.a
@ 2024-01-11 20:18 Jonathan Wakely
  2024-01-11 21:26 ` [committed] libstdc++: Fix spelling mistake in new doc addition Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Wakely @ 2024-01-11 20:18 UTC (permalink / raw)
  To: libstdc++, gcc-patches

Pushed to trunk. I'll backport to gcc-13 too.

-- >8 --

The API Evolution section of the manual should mention when the
libstdc++exp.a library was added.

libstdc++-v3/ChangeLog:

	* doc/xml/manual/evolution.xml: Document addition of
	libstdc++exp.a.
	* doc/html/*: Regenerate.
---
 libstdc++-v3/doc/html/index.html                   |  6 +++---
 libstdc++-v3/doc/html/manual/api.html              |  4 +++-
 libstdc++-v3/doc/html/manual/appendix.html         |  2 +-
 libstdc++-v3/doc/html/manual/appendix_porting.html |  2 +-
 libstdc++-v3/doc/html/manual/index.html            |  2 +-
 libstdc++-v3/doc/xml/manual/evolution.xml          | 10 ++++++++++
 6 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml
index db70f24f2f9..63666b7b24c 100644
--- a/libstdc++-v3/doc/xml/manual/evolution.xml
+++ b/libstdc++-v3/doc/xml/manual/evolution.xml
@@ -1100,6 +1100,16 @@ Tunables <variable>glibcxx.eh_pool.obj_count</variable> and
 <variable>glibcxx.eh_pool.obj_size</variable> were added.
 </para>
 
+<para>Static library <filename>libstdc++exp.a</filename> was added
+to provide the symbols for the experimental C++ Contracts support.</para>
+
+</section>
+
+<section xml:id="api.rel_133"><info><title><constant>13.3</constant></title></info>
+
+<para>Symols for the Filesystem TS and C++23 <filename>&lt;stacktrace&gt;</filename>
+header were added to the static library <filename>libstdc++exp.a</filename>.</para>
+
 </section>
 
 <section xml:id="api.rel_141"><info><title><constant>14</constant></title></info>
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [committed] libstdc++: Fix spelling mistake in new doc addition
  2024-01-11 20:18 [committed] libstdc++: Document addition of libstdc++exp.a Jonathan Wakely
@ 2024-01-11 21:26 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2024-01-11 21:26 UTC (permalink / raw)
  To: libstdc++, gcc-patches

Aaaaand a follow-up to fix the obvious typo in the first word.

Pushed to trunk and gcc-13.

-- >8 --

libstdc++-v3/ChangeLog:

	* doc/xml/manual/evolution.xml: Fix spelling.
	* doc/html/manual/api.html: Regenerate.
---
 libstdc++-v3/doc/html/manual/api.html     | 6 ++++--
 libstdc++-v3/doc/xml/manual/evolution.xml | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml
index 63666b7b24c..a375ae14b83 100644
--- a/libstdc++-v3/doc/xml/manual/evolution.xml
+++ b/libstdc++-v3/doc/xml/manual/evolution.xml
@@ -1107,8 +1107,10 @@ to provide the symbols for the experimental C++ Contracts support.</para>
 
 <section xml:id="api.rel_133"><info><title><constant>13.3</constant></title></info>
 
-<para>Symols for the Filesystem TS and C++23 <filename>&lt;stacktrace&gt;</filename>
-header were added to the static library <filename>libstdc++exp.a</filename>.</para>
+<para>
+Symbols for the Filesystem TS and C++23 <filename>&lt;stacktrace&gt;</filename>
+header were added to the static library <filename>libstdc++exp.a</filename>.
+</para>
 
 </section>
 
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-11 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 20:18 [committed] libstdc++: Document addition of libstdc++exp.a Jonathan Wakely
2024-01-11 21:26 ` [committed] libstdc++: Fix spelling mistake in new doc addition Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).