aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/html/faq.html
AgeCommit message (Collapse)AuthorFilesLines
2025-05-20libstdc++: Fix incorrect links to archived SGI STL docsJonathan Wakely1-1/+1
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.
2024-06-25libstdc++: Replace viewcvs links in docs with cgit linksJonathan Wakely1-1/+1
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.
2024-06-05libstdc++: Update gcc.gnu.org links in FAQ to httpsGerald Pfeifer1-5/+5
libstdc++-v3: * doc/xml/faq.xml: Move gcc.gnu.org to https. * doc/html/faq.html: Regenerate.
2023-11-21libstdc++: Remove outdated references to buildstat.htmlJonathan Wakely1-3/+2
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
2023-03-13libstdc++: Regenerate HTML docsJonathan Wakely1-1/+1
libstdc++-v3/ChangeLog: * doc/html/*: Regenerate.
2023-02-18libstdc++: Switch two links to www.open-std.org to httpsGerald Pfeifer1-2/+2
libstdc++-v3/ChangeLog: * doc/xml/faq.xml: Switch two links to www.open-std.org to https. * doc/html/faq.html: Regenerate.
2022-01-05libstdc++: Fix example preprocessor command in FAQ [PR103877]Jonathan Wakely1-1/+1
libstdc++-v3/ChangeLog: PR libstdc++/103877 * doc/xml/faq.xml: Add '-x c++' to preprocessor command. * doc/html/faq.html: Regenerate.
2020-06-01libstdc++: Update/streamline Valgrind referencesGerald Pfeifer1-2/+2
* doc/xml/faq.xml: Adjust Valgrind reference and remove another. * doc/html/faq.html: Regenerate.
2020-05-04libstdc++: Fix broken link to SGI STL FAQJonathan Wakely1-13/+13
The previous URL to an entry in the wayback machine now redirects to a page saying "SGI.com Tech Archive Resources now retired" so use an older entry from the archive. * doc/xml/faq.xml: Use working link for SGI STL FAQ. * doc/html/*: Regenerate.
2020-01-20libstdc++: Fix recent documentation changesJonathan Wakely1-21/+7
* doc/xml/faq.xml: Fix grammar. * doc/xml/manual/appendix_contributing.xml: Improve instructions. * doc/xml/manual/spine.xml: Update copyright years. * doc/html/*: Regenerate.
2019-04-24Update C++17 library status tablesJonathan Wakely1-7/+19
* doc/xml/manual/status_cxx2017.xml: Document P0024R2 status. * doc/html/*: Regenerate. From-SVN: r270559
2018-05-10Document Dual ABI for std::ios_base::failureJonathan Wakely1-6/+7
* doc/xml/faq.xml: Link to C++17 status. Add note to outdated answer. * doc/xml/manual/debug_mode.xml: Add array and forward_list to list of C++11 containers with Debug Mode support. * doc/xml/manual/using.xml: Document Dual ABI for ios_base::failure. * doc/html/*: Regenerate. From-SVN: r260129
2018-04-11Update libstdc++ manual in preparation for GCC 8 releaseJonathan Wakely1-4/+4
* doc/xml/manual/abi.xml: Document header locations in recent releases. * doc/xml/manual/evolution.xml: Add API changes since GCC 5. * doc/xml/manual/spine.xml: Update copyright years. * doc/xml/manual/strings.xml: Adjust tolower example to avoid undefined behaviour. * doc/xml/manual/test.xml: Update outdated notes on VERIFY in tests. * doc/html/*: Regenerate. From-SVN: r259308
2018-01-29Regenerate libstdc++ documentationJonathan Wakely1-5/+8
* doc/xml/faq.xml: Update copyright years. * doc/html/*: Regenerate. From-SVN: r257142
2017-10-25Update C++17 library status documentationJonathan Wakely1-1/+1
* doc/xml/manual/status_cxx2017.xml: Update C++17 status, and information on feature-test macros. * doc/html/*: Regenerate. From-SVN: r254078
2017-07-11Improvements to the libstdc++ FAQ and manualJonathan Wakely1-63/+81
* doc/xml/faq.xml: Update several old entries. Improve cross-references. * doc/xml/manual/intro.xml: Add anchors to each DR. * doc/html/*: Regenerate. From-SVN: r250125
2017-04-19Rationalise ABI links in libstdc++ manualJonathan Wakely1-1/+1
* doc/xml/manual/abi.xml: Rephrase one of the references to the Itanium C++ ABI. * doc/xml/manual/test.xml: Document DejaGnu 1.5.3 requirement. * doc/html/*: Regenerate. From-SVN: r247003
2017-03-23Fix broken links in manual and remove outdated infoJonathan Wakely1-17/+2
* doc/xml/faq.xml: Add link. * doc/xml/manual/backwards_compatibility.xml: Remove outdated information on pre-ISO headers. Replace broken link to C++ FAQ Lite. * doc/xml/manual/io.xml: Update broken link. * doc/html/*: Regenerate. From-SVN: r246425
2017-01-03Fix typos in libstdc++ docs and update copyright yearsJonathan Wakely1-1/+1
* doc/xml/manual/spine.xml: Update copyright years. * doc/xml/manual/build_hacking.xml: Fix spelling of libbuilddir. * doc/xml/manual/test.xml: Likewise. * doc/html/*: Regenerate. From-SVN: r244017
2016-08-18Expand libstdc++ docs on testingJonathan Wakely1-1/+1
* doc/xml/manual/test.xml (test.run.permutations): Expand section. (test.new_tests): Rewrite section. (tests.dg.directives): New section. * doc/html/*: Regenerate. From-SVN: r239574
2014-06-09Makefile.am: Add missing file.Jonathan Wakely1-120/+136
* doc/Makefile.am: Add missing file. Use generate.consistent.ids parameter for DocBook HTML generation. * doc/Makefile.in: Regenerate. * doc/doxygen/user.cfg.in: Unset DOT_FONTNAME. * doc/xml/faq.xml: Update content and improve formatting. * doc/xml/manual/abi.xml: Add stable ID attribute and fix links. * doc/xml/manual/allocator.xml: Add stable ID attribute. * doc/xml/manual/bitmap_allocator.xml: Likewise. * doc/xml/manual/build_hacking.xml: Likewise. * doc/xml/manual/codecvt.xml: Change URL. * doc/xml/manual/ctype.xml: Add stable ID attribute. * doc/xml/manual/debug_mode.xml: Likewise. * doc/xml/manual/documentation_hacking.xml: Likewise. * doc/xml/manual/evolution.xml: Likewise. * doc/xml/manual/extensions.xml: Likewise. * doc/xml/manual/locale.xml: Likewise. * doc/xml/manual/messages.xml: Make section id consistent, improve markup, change URL. * doc/xml/manual/parallel_mode.xml: Add stable ID attributes. * doc/xml/manual/profile_mode.xml: Likewise. * doc/xml/manual/shared_ptr.xml: Likewise. Also remove old info. * doc/xml/manual/status_cxx1998.xml: Add stable ID attributes. * doc/xml/manual/status_cxx2011.xml: Likewise. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxxtr1.xml: Likewise. * doc/xml/manual/status_cxxtr24733.xml: Likewise. * doc/xml/manual/using.xml: Likewise. * doc/html/*: Regenerate. From-SVN: r211376
2014-05-08re PR libstdc++/61117 (Manual uses term open source but should say free ↵Joshua Gay1-1/+1
software) 2014-05-08 Joshua Gay <jgay@gnu.org> PR libstdc++/61117 * doc/xml/faq.xml (faq.license.what_restrictions): Replace "open source" with "free software". * doc/html/faq.html: Likewise. From-SVN: r210241
2014-03-27* doc/html/*: Regenerate.Jonathan Wakely1-2/+2
From-SVN: r208875
2014-01-29re PR libstdc++/57226 (The installation of pretty printers is not documented)Jonathan Wakely1-3/+25
PR libstdc++/57226 * doc/xml/manual/debug.xml (debug.gdb): Update documentation for installation and use of python printers. * doc/xml/manual/status_cxx2011.xml: Update. * doc/html/*: Regenerate. From-SVN: r207288
2013-04-02appendix_contributing.xml: Remove broken link and defer to general ↵Jonathan Wakely1-2/+2
documentation on contributing to GCC. * doc/xml/manual/appendix_contributing.xml: Remove broken link and defer to general documentation on contributing to GCC. * doc/html/*: Regenerate. From-SVN: r197334
2013-03-14*: Regenerate.Benjamin Kosnik1-1/+1
2013-03-13 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r196647
2013-02-20faq.html: Fix spelling.Jonathan Wakely1-1/+1
* doc/html/faq.html: Fix spelling. * doc/xml/faq.xml: Likewise. * include/bits/basic_ios.h: Likewise. * include/bits/regex.h: Likewise. * include/std/istream: Likewise. * include/std/streambuf: Likewise. From-SVN: r196184
2013-02-11*: Regenerate.Benjamin Kosnik1-50/+49
2013-02-11 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r195959
2012-12-18abi.xml: Update URLs for C++ ABI.Jonathan Wakely1-3/+3
* doc/xml/manual/abi.xml: Update URLs for C++ ABI. * doc/xml/manual/policy_data_structures_biblio.xml: Add xmlns attribute. * doc/xml/manual/debug_mode.xml: Give filenames to chunks. * doc/xml/manual/diagnostics.xml: Likewise. * doc/xml/manual/extensions.xml: Likewise. * doc/xml/manual/bitmap_allocator.xml: Likewise. * doc/xml/manual/mt_allocator.xml: Likewise. * doc/xml/manual/policy_data_structures.xml: Likewise. * doc/xml/manual/parallel_mode.xml: Likewise. * doc/xml/manual/profile_mode.xml: Likewise. * doc/xml/manual/spine.xml: Likewise. Update copyright years. * doc/html/*: Regenerate. From-SVN: r194576
2012-11-03* doc/html/*: Regenerate.Jonathan Wakely1-1/+1
From-SVN: r193116
2012-09-30re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of ↵Jonathan Wakely1-1/+1
const_iterator) PR libstdc++/54577 * doc/xml/manual/status_cxx2011.xml: N2350 changes are missing from sequence containers. * doc/html/*: Regenerate. From-SVN: r191866
2012-08-29PR libstdc++/54102, part 2Benjamin Kosnik1-123/+119
2012-08-28 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/54102, part 2 * doc/Makefile.am (XSL_HTML_STYLE): use xhtml, not html. * doc/Makefile.in: Regenerate. * doc/html/*: Same. From-SVN: r190771
2012-08-29*: Regenerate.Benjamin Kosnik1-147/+151
2012-08-28 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r190770
2012-08-23re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and ↵Jonathan Wakely1-6/+5
std::put_time (C++11, section 27.7.5)) PR libstdc++/54354 * doc/xml/manual/status_cxx2011.xml: Note missing manipulators. * doc/html/*: Regenerate. From-SVN: r190616
2012-01-17*: Regenerate.Benjamin Kosnik1-1/+1
2012-01-17 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r183264
2011-12-11abi.xml: Replace gcc-x.y.z with GCC x.y.z or x.y...Jonathan Wakely1-5/+5
* doc/xml/manual/abi.xml: Replace gcc-x.y.z with GCC x.y.z or x.y, remove excessive duplication of version information. * doc/html/*: Regenerate. From-SVN: r182206
2011-11-06backwards_compatibility.xml: Fix autoconf tests for C++11 compiler features ↵Jonathan Wakely1-1/+1
and library headers. * doc/xml/manual/backwards_compatibility.xml: Fix autoconf tests for C++11 compiler features and library headers. Add stable id attributes. Use <filename> element for headers and surround in angle brackets. Use <classname> for classes. * doc/html/*: Regenerate. From-SVN: r181047
2011-11-06faq.xml: Replace references to C++0x with C++11.Jonathan Wakely1-2/+2
* doc/xml/faq.xml: Replace references to C++0x with C++11. * doc/xml/manual/intro.xml: Likewise. * doc/xml/manual/backwards_compatibility.xml: Likewise. * doc/xml/manual/shared_ptr.xml: Likewise. * doc/xml/manual/configure.xml: Likewise. * doc/xml/manual/evolution.xml: Likewise. * doc/xml/manual/using.xml: Likewise. * doc/xml/manual/strings.xml: Likewise. * doc/xml/manual/debug_mode.xml: Likewise. * doc/xml/manual/policy_data_structures.xml: Likewise. * doc/xml/manual/extensions.xml: Likewise. * doc/xml/manual/diagnostics.xml: Likewise. * doc/xml/manual/test.xml: Likewise. * doc/xml/manual/status_cxx200x.xml: Likewise, and rename to... * doc/xml/manual/status_cxx2011.xml: Here. * doc/Makefile.am: Rename status_cxx200x.xml. * doc/Makefile.in: Regenerate. * doc/html/*: Regenerate. From-SVN: r181041
2011-11-03*: Regenerate.Benjamin Kosnik1-3/+3
2011-11-03 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r180837
2011-09-28*: Regenerate.Benjamin Kosnik1-3/+3
2011-09-27 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. * doc/Makefile.am: Un-nest the ext output directory. * doc/Makefile.in: Regenerate. * spine.xml: Remove authors, add abstract for short contents. Rename to index.html for html output. * manual/spine.xml: Authors here, manual starts with index.html. * api.xml: Update. * faq.xml: Same. Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com> From-SVN: r179304
2011-05-31status_cxx200x.xml: Update.Jonathan Wakely1-1/+1
2011-05-31 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx200x.xml: Update. * doc/html/*: Regenerate. From-SVN: r174468
2011-05-03re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)Jonathan Wakely1-1/+1
2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/48848 * doc/xml/manual/status_cxx200x.xml: Update valarray status. * doc/html/*: Regenerate. From-SVN: r173278
2011-05-02status_cxx200x.xml: Update to reflect current status and FDIS content.Jonathan Wakely1-69/+69
2011-05-02 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx200x.xml: Update to reflect current status and FDIS content. * doc/xml/manual/documentation_hacking.xml: Fix typo. * doc/html/*: Regenerate. From-SVN: r173243
2011-02-10status_cxx200x.xml: Update.Jonathan Wakely1-69/+69
2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx200x.xml: Update. * doc/html/*: Regenerate. From-SVN: r169996
2011-02-09*: Regenerate.Benjamin Kosnik1-167/+160
2011-02-08 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r169960
2010-07-14shared_ptr.xml: Update.Jonathan Wakely1-1/+1
2010-07-14 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/shared_ptr.xml: Update. * doc/html/*: Regenerate. From-SVN: r162193
2010-07-09re PR libstdc++/44875 (libstdc++ status documentation fails to mention ↵Jonathan Wakely1-1/+1
missing c++0x io members) 2010-07-09 Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/44875 * doc/xml/manual/status_cxx200x.xml: Corrections to status. * doc/html/*: Regenerate. From-SVN: r161989
2010-07-06status_cxx200x.xml: Add some missing features.Jonathan Wakely1-1/+1
2010-07-06 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx200x.xml: Add some missing features. * doc/html/*: Regenerate. From-SVN: r161892
2010-06-26faq.xml: Fix typo.Jonathan Wakely1-1/+1
2010-06-25 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/faq.xml: Fix typo. * doc/html/faq.xml: Likewise. From-SVN: r161420
2010-06-11appendix_contributing.xml: Indent code examples to match original C++STYLE ↵Jonathan Wakely1-1/+1
document. 2010-06-11 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/appendix_contributing.xml: Indent code examples to match original C++STYLE document. Fix typos and syntax errors. Add some basic docbook markup. * doc/html/*: Regenerate. From-SVN: r160620