summaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
Commit message (Collapse)AuthorAgeFilesLines
* 2002-05-21 Phil Edwards <pme@gcc.gnu.org>pme2002-05-211-1/+1
| | | | | | | * docs/doxygen/user.cfg.in (EXCLUDE): Add 'CVS'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53698 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-20 Phil Edwards <pme@gcc.gnu.org>pme2002-05-202-11/+16
| | | | | | | | | * docs/html/faq/index.html (5.4): Recommend against -I options for finding the ext headers. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53669 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-16 Phil Edwards <pme@gcc.gnu.org>pme2002-05-162-67/+84
| | | | | | | | * docs/html/faq/index.html: Update not-a-bug list with basic_file.h. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53529 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Allow for PWDCMD to override hardcoded pwd.ro2002-05-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53523 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-13 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-05-131-3/+7
| | | | | | | | | | * testsuite/22_locale/ctype_scan_char.cc: Tweak. * testsuite/22_locale/ctype_scan_wchar_t.cc: New. * docs/html/install.html: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53424 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-13 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-05-131-18/+43
| | | | | | | | | | | | | | | * include/bits/fstream.tcc (basic_filebuf::_M_allocate_internal_buffer): Remove extraneous try/catch blocks. * src/localename.cc (locale::_Impl::_M_install_facet): Same. * docs/html/install.html: Tweak, add bits about required locales for the 22_locale tests when using the gnu model. * testsuite/27_io/istream_sentry.cc: Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53423 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-06 Phil Edwards <pme@gcc.gnu.org>pme2002-05-061-1/+1
| | | | | | | * docs/html/documentation.html: Fix broken link. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53211 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-02 Phil Edwards <pme@gcc.gnu.org>pme2002-05-022-2/+78
| | | | | | | | * docs/html/faq/index.html: Update list in #4.1. * docs/html/faq/index.txt: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53065 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-02 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-05-021-9/+10
| | | | | | | * docs/html/17_intro/RELEASE-NOTES (New): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53063 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-01 Phil Edwards <pme@gcc.gnu.org>pme2002-05-015-19/+25
| | | | | | | | | | | | * include/std/std_bitset.h: Fix doxygen comments. * docs/html/documentation.html: Minor tweaks for 3.1. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise, mention stdio_filebuf. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53025 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/porting.html: Rebuilt.ljrittle2002-04-221-16/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52643 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/porting.texi (_GLIBCPP_AVOID_FSEEK): Remove.ljrittle2002-04-221-8/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52642 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-04-17 Phil Edwards <pme@gcc.gnu.org>pme2002-04-181-0/+30
| | | | | | | | | * docs/doxygen/doxygroups.cc: New group on binary searching. * include/bits/stl_algo.h: Document binary searches and merges. * include/bits/stl_deque.h: The 'map' member is not the 'map' class. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52453 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-04-17 Phil Edwards <pme@gcc.gnu.org>pme2002-04-185-139/+176
| | | | | | | | | | | | * docs/doxygen/mainpage.html: Doxygen logo is now a PNG file. * docs/doxygen/run_doxygen: Bump required version. * docs/doxygen/user.cfg.in: Revert accidental change. * docs/html/faq/index.html: Reindent a block of links. (4.4): New note on using dlsym. * docs/html/faq/index.txt: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52451 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-04-01 Phil Edwards <pme@gcc.gnu.org>pme2002-04-025-9/+154
| | | | | | | | | | | | | * libsupc++/exception (__verbose_terminate_handler): Point to docs. * docs/doxygen/doxygroups.cc: Doxygen hooks for abi::__cxa_demangle. * docs/html/18_support/howto.html: Document the demangler. * docs/html/17_intro/howto.html: And link to it. * docs/doxygen/mainpage.html: Describe user-vs-maintainer docs. * docs/doxygen/run_doxygen: Print user-vs-maintainer. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51730 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-04-01 Phil Edwards <pme@gcc.gnu.org>pme2002-04-012-5/+17
| | | | | | | | | | | | | | | | * config/linker-map.gnu: Export __verbose_terminate_handler. * libsupc++/Makefile.am (sources): Add cxa_demangle.c, dyn-string.c. Make new LTCOMPILE variable, use it in new special build rules. * libsupc++/Makefile.in: Rebuild. * src/vterminate.cc (__verbose_terminate_handler): Enable use of runtime __cxa_demangle. * docs/html/install.html: Update prereqs and instructions. * docs/html/19_diagnostics/howto.html: Bring naming for verbose_terminate_handler into line with reality. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51709 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-27 Phil Edwards <pme@gcc.gnu.org>pme2002-03-277-121/+502
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/doxygen/Intro.3: Date tweak. * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Point to tables.html. * docs/doxygen/mainpage.html: Date tweak. * docs/doxygen/run_doxygen: Version tweak. Copy tables.html over. * docs/doxygen/tables.html: Fill in the blanks. * docs/doxygen/user.cfg.in (ALIASES): Remove maint and endmaint. * include/bits/stl_algo.h: Likewise; use expanded form. * include/bits/stl_alloc.h: Likewise. * include/bits/stl_construct.h: Likewise. * include/bits/stl_deque.h: Likewise. * include/bits/stl_iterator_base_types.h: Likewise. * include/bits/stl_list.h: Likewise. * include/bits/stl_relops.h: Likewise. * include/bits/stl_tempbuf.h: Likewise. * include/bits/stl_vector.h: Likewise. * include/std/std_memory.h: Likewise. * include/bits/stl_deque.h: Point into tables.html and add @ingroup. * include/bits/stl_list.h: Likewise. * include/bits/stl_vector.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51471 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-19 Phil Edwards <pme@gcc.gnu.org>pme2002-03-192-147/+157
| | | | | | | | * docs/html/faq/index.html (#3.6): Rewrap and close <a href> tags. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51038 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-191-1/+1
| | | | | | | | * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51029 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-192-0/+13
| | | | | | | | * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51028 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-08 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c_locale_generic.cc: Move to... * generic/c_locale.cc * c_locale_generic.h: Move to... * generic/c_locale.h * codecvt_specializations_generic.h: Move to... * generic/codecvt_specializations.h * collate_members_generic.cc: Move to... * generic/collate_members.cc * ctype_members_generic.cc: Move to... * generic/ctype_members.cc * messages_members_generic.cc: Move to... * generic/messages_members.cc * messages_members_generic.h: Move to... * generic/messages_members.h * moneypunct_members_generic.cc: Move to... * generic/monetary_members.cc * numpunct_members_generic.cc: Move to... * generic/numeric_members.cc * time_members_generic.cc: Move to... * generic/time_members.cc * c_locale_gnu.cc: Move to... * gnu/c_locale.cc * c_locale_gnu.h: Move to... * gnu/c_locale.h * collate_members_gnu.cc: Move to... * gnu/collate_members.cc * ctype_members_gnu.cc: Move to... * gnu/ctype_members.cc * messages_members_gnu.cc: Move to... * gnu/messages_members.cc * messages_members_gnu.h: Move to... * gnu/messages_members.h * moneypunct_members_gnu.cc: Move to... * gnu/monetary_members.cc * numpunct_members_gnu.cc: Move to... * gnu/numeric_members.cc * time_members_gnu.cc: Move to... * gnu/time_members.cc * c_locale_ieee_1003.1-200x.cc: Move to... * ieee_1003.1-2001/c_locale.cc * c_locale_ieee_1003.1-200x.h: Move to... * ieee_1003.1-2001/c_locale.h * codecvt_specializations_ieee_1003.1-200x.h: Move to... * ieee_1003.1-2001/codecvt_specializations.h * messages_members_ieee_1003.1-200x.cc: Move to... * ieee_1003.1-2001/messages_members.cc * messages_members_ieee_1003.1-200x.h: Move to... * ieee_1003.1-2001/messages_members.h * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Make consistent. * aclocal.m4: Regenerate. * configure: Regenerate. * src/Makefile.am (sources): Change to monetary and numeric. * src/Makefile.in: Regenerate. * docs/html/configopts.html: Update to ieee_1003.1-2001. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50472 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-06 Phil Edwards <pme@gcc.gnu.org>pme2002-03-067-215/+313
| | | | | | | | | | | | | | | | | | | | | | | | | * docs/doxygen/user.cfg.in: Also document deprecated entries. * docs/html/Makefile: Example rule to rebuild porting-howto.html. * docs/html/17_intro/howto.html: "gcc"->"GCC" changes, when referring to the collection as a whole. New section on which macros can be redefined by the user. * docs/html/19_diagnostics/howto.html: Update note for concepts. * docs/html/20_util/howto.html: Update link to SGI. * docs/html/faq/index.html: Update snapshot versions. New entry on why g++ (but not gcc) must currently predefine certain macros. * docs/html/faq/index.txt: Regenerated. * include/bits/basic_string.h (basic_string::_S_construct): Fix names in declaration. (basic_string::compare): These are no longer optional. * include/bits/ostream.tcc: Tweak closing brace placement. * include/bits/stl_algo.h: Lots of initial doxygen comment hooks. * include/std/std_sstream.h: Fix typo in comment. * include/bits/locale_facets.tcc: Remove unneeded header inclusion. * src/locale.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50376 138bc75d-0d04-0410-961f-82ee72b054a4
* 002-03-05 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-051-1/+1
| | | | | | | | * docs/html/17_intro/RELEASE-NOTES: Fix usage. * README (libmath): Make clear. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50331 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-05 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-051-18/+17
| | | | | | | | * docs/html/17_intro/RELEASE-NOTES: Update. * README: Format subdirectories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50326 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-04 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-03-042-124/+90
| | | | | | | | | * docs/html/17_intro/porting-howto.xml: Refer to http://www.oasis-open.org for docbookx.dtd. * docs/html/17_intro/porting-howto.html: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50291 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-02-25 Phil Edwards <pme@gcc.gnu.org>pme2002-02-252-88/+89
| | | | | | | | * docs/html/faq/index.html: Update. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50020 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-02-22 Phil Edwards <pme@gcc.gnu.org>pme2002-02-221-1/+10
| | | | | | | | | | * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Fix comment. * aclocal.m4: Regenerate. * docs/html/configopts.html: Document --enable-symvers. * config/linker-map.gnu: Break libsupc++ symbols out to their own tag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49977 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-02-08 Phil Edwards <pme@gcc.gnu.org>pme2002-02-085-11/+283
| | | | | | | | | | | | | | | * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Tweak __gnu_cxx description. * docs/doxygen/mainpage.html: Add TODO list link. * docs/doxygen/user.cfg.in: Add @doctodo hook. * docs/doxygen/tables.html: New file, emoty structure only. * include/bits/stl_iterator.h: Doxygenate just about everything. * include/bits/stl_iterator_base_funcs.h: Ditto, clean up spaces. * include/bits/stl_iterator_base_types.h: Add notes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49608 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-02-04 Phil Edwards <pme@gcc.gnu.org>pme2002-02-056-29/+118
| | | | | | | | | | | | | | | | | | * docs/doxygen/TODO: Impl-defined behavior now documented... * docs/html/17_intro/howto.html: ...here. * docs/doxygen/mainpage.doxy: Remove, rename... * docs/doxygen/mainpage.html: ...to this. Tweak HTML, add license. * docs/doxygen/style.css: Add small text. * docs/doxygen/run_doxygen: Adjust for new mainpage. * docs/doxygen/user.cfg.in: Likewise. 2002-02-04 Stephan Buys <s.buys@icon.co.za> * include/bits/stl_map.h: Initial doxygen markup. * include/std/std_fstream.h: Initial doxygen markup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49502 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-02-01 Phil Edwards <pme@gcc.gnu.org>pme2002-02-025-209/+312
| | | | | | | | | | | * docs/html/documentation.html: Update for 3.0.96. * docs/html/faq/index.html: Update for 3.0.96. * docs/html/faq/index.txt: Regenerated. * docs/doxygen/TODO: Update notes. * docs/html/17_intro/howto.html: Initial impl-specific listing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49422 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-30 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-312-37/+26
| | | | | | | | | | | | * config/locale/c_locale_gnu.cc: Same errno fixes as generic. * ChangeLog-2001: Fix my spelling errors... * docs/html/17_intro/RELEASE-NOTES: Update. * docs/html/17_intro/TODO: Update. * README (file): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49358 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-30 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>bkoz2002-01-311-12/+9
| | | | | | | * docs/html/22_locale/messages.html: Fix example code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49349 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-28 Phil Edwards <pme@gcc.gnu.org>pme2002-01-2810-1040/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (doxygen, doxygen-maint, doxygen-man): Tweak targets. * Makefile.in: Regenerate. * docs/doxygen/run_doxygen: Update, mostly for man pages. * docs/doxygen/Intro.3: Update. * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Add namespace hook for __gnu_cxx. * docs/doxygen/mainpage.doxy: Update. * docs/doxygen/user.cfg.in: Update for header rename. Also regenerate comments and variables with 1.2.12. * docs/doxygen/maint.cfg.in: Remove file. * include/bits/stl_relops.h: Doxygenate. * include/bits/stl_tempbuf.h (std::_Temporary_buffer): Likewise. * include/c_std/std_cassert.h, include/c_std/std_cctype.h, include/c_std/std_cerrno.h, include/c_std/std_cfloat.h, include/c_std/std_ciso646.h, include/c_std/std_climits.h, include/c_std/std_clocale.h, include/c_std/std_cmath.h, include/c_std/std_csetjmp.h, include/c_std/std_csignal.h, include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h, include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h, include/c_std/std_cstring.h, include/c_std/std_ctime.h, include/c_std/std_cwchar.h, include/c_std/std_cwctype.h, include/ext/algorithm, include/ext/functional, include/ext/hash_map, include/ext/hash_set, include/ext/iterator, include/ext/memory, include/ext/numeric, include/ext/rb_tree, include/ext/rope, include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h, include/ext/stl_hashtable.h, include/ext/stl_rope.h, include/std/std_algorithm.h, include/std/std_bitset.h, include/std/std_complex.h, include/std/std_deque.h, include/std/std_fstream.h, include/std/std_functional.h, include/std/std_iomanip.h, include/std/std_ios.h, include/std/std_iosfwd.h, include/std/std_iostream.h, include/std/std_istream.h, include/std/std_iterator.h, include/std/std_limits.h, include/std/std_list.h, include/std/std_locale.h, include/std/std_map.h, include/std/std_memory.h, include/std/std_numeric.h, include/std/std_ostream.h, include/std/std_queue.h, include/std/std_set.h, include/std/std_sstream.h, include/std/std_stack.h, include/std/std_stdexcept.h, include/std/std_streambuf.h, include/std/std_string.h, include/std/std_utility.h, include/std/std_valarray.h, include/std/std_vector.h: Add/correct @file doxygen hook. * include/ext/memory: Doxygenate most of rest of file. * libsupc++/exception: Doxygen output formatting. * libsupc++/new: Say which header it is. * testsuite/lib/libstdc++-v3-dg.exp: Fix spacing. * docs/html/19_diagnostics/howto.html: Describe concept-checks switch. * docs/html/23_containers/howto.html: Describe O(n) list::size(). * docs/html/27_io/howto.html: Also link to Langer and Kreft text. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49300 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-232-14/+19
| | | | | | | | * docs/html/22_locale/messages.html: Remove angle brackets. * docs/html/17_intro/TODO: Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49119 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-151-1/+3
| | | | | | | * docs/html/17_intro/porting-howto.xml: Update filebuf section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48860 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-28 Phil Edwards <pme@gcc.gnu.org>pme2001-12-281-0/+6
| | | | | | | | * include/bits/c++config: Move doxygen hook comment... * docs/doxygen/doxygroups.cc: ...to here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48353 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-19 Phil Edwards <pme@gcc.gnu.org>pme2001-12-194-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * docs/doxygen/Intro.3: New 'Allocators' module. * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Update. * docs/doxygen/run_doxygen: Update. * include/bits/stl_alloc.h: Tweak doxygen hooks in comments. * include/bits/std_memory.h: Doxygenate. * include/bits/stl_iterator_base_types.h: Likewise. * include/bits/stl_raw_storage_iter.h: Likewise. * include/bits/stl_tempbuf.h: Likewise. (get_temporary_buffer): Remove unused nonstandard overload. * include/bits/stl_uninitialized.h: Likewise. * include/bits/stl_iterator_base_types.h (input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator): Move old names... * include/backward/iterator.h: ...to here. * include/bits/stl_bvector.h: Update. * include/ext/stl_rope.h: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48185 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-19 Phil Edwards <pme@gcc.gnu.org>pme2001-12-197-89/+99
| | | | | | | | | | | | | * docs/html/configopts.html: Describe recent options. * docs/html/documentation.html: Point to new doxygen tarballs. * docs/html/install.html: Brief updates. * docs/html/17_intro/RELEASE-NOTES: Remove weird control character. * docs/html/ext/howto.html: Fix typos, describe filebuf::fd(). * docs/html/faq/index.html: Update for 3.0.95. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48184 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-12-182-78/+0
| | | | | | | | | | * docs/html/17_intro/TODO: Update. * docs/html/17_intro/RELEASE-NOTES: Edits, update. * README: Edit for clarity, update to reflect current directory structure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48165 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-13 Phil Edwards <pme@gcc.gnu.org>pme2001-12-131-2/+2
| | | | | | | * docs/html/ext/howto.html: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47980 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/ext/howto.html: Update commentary.ljrittle2001-12-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | * include/bits/c++config: Update threading configuration comment. (__STL_GTHREADS): Remove macro definition. (__STL_THREADS): Likewise. * include/bits/stl_threads.h: Leave only the configuration path which had been guarded by __STL_GTHREADS. Remove all guards related to __STL_GTHREADS, __STL_SGI_THREADS, __STL_PTHREADS, __STL_UITHREADS and __STL_WIN32THREADS. * include/bits/stl_alloc.h: Leave only the configuration path which had been guarded by __STL_THREADS. Remove configuration path and guards for __STL_SGI_THREADS. (__NODE_ALLOCATOR_THREADS): Remove macro definition. Unroll its use. (__NODE_ALLOCATOR_LOCK): Likewise. (__NODE_ALLOCATOR_UNLOCK): Likewise. (_NOTHREADS): Remove guards related to macro. * include/ext/stl_rope.h: Remove configuration path and guards for __STL_SGI_THREADS. * src/stl-inst.cc: Remove use of __NODE_ALLOCATOR_THREADS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47557 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-02 Phil Edwards <pme@gcc.gnu.org>pme2001-12-033-2863/+3887
| | | | | | | | | * docs/html/ext/howto.html: Update list of implemented DRs. * docs/html/ext/lwg-active.html: Import R20 from upstream. * docs/html/ext/lwg-defects.html: Import R20 from upstream. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47540 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-29 Phil Edwards <pme@gcc.gnu.org>pme2001-11-291-5/+22
| | | | | | | * docs/html/ext/howto.html: Finish allocator notes (inst and 3.0). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47452 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-27 Phil Edwards <pme@gcc.gnu.org>pme2001-11-285-24/+226
| | | | | | | | | | | | | * docs/html/explanations.html: New section, empty for now. * docs/html/17_intro/howto.html: Cleanup. Move unrelated link... * docs/html/23_containers/howto.html: ...to here. Break up and rewrap threading discussion to emphasize warning. Move malloc text... * docs/html/ext/howto.html: ...to here. New section. Describe allocators and __USE_MALLOC effects. * docs/html/ext/sgiexts.html: Mention their code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47391 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/doxygen/maint.cfg.in, docs/doxygen/user.cfg.in,jsm282001-11-243-3/+3
| | | | | | | | docs/html/27_io/binary_iostreams_kuehl.txt: Revert previous changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47301 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-23 Phil Edwards <pme@gcc.gnu.org>pme2001-11-247-154/+314
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (doxygen-maint): The script isn't executable in CVS. * Makefile.in: Regenerated. * docs/doxygen/TODO: New file listing doxygen work to be done. * docs/doxygen/run_doxygen: Fix up man pages. * docs/doxygen/user.cfg.in: Insert maint-only toggles. * docs/doxygen/maint.cfg.in: Copy from user.cfg and turn toggles on. * include/bits/stl_construct.h: Use new hooks for internal functions. * docs/html/17_intro/TODO: Small updates. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. * include/bits/stl_alloc.h: Doxygenate, reindent comments, remove SGI-isms and wrappers. (simple_alloc, debug_alloc): Uglify class names. (__default_alloc_template): Uglify "threads" template parameter and update corresponding macros. * include/backward/alloc.h: Bring up to date. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47296 138bc75d-0d04-0410-961f-82ee72b054a4
* * ChangeLog, docs/doxygen/maint.cfg.in, docs/doxygen/user.cfg.in,jsm282001-11-2322-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | docs/doxygen/doxygroups.cc, docs/doxygen/Intro.3, docs/html/17_intro/BUGS, docs/html/17_intro/C++STYLE, docs/html/17_intro/CHECKLIST, docs/html/17_intro/DESIGN, docs/html/17_intro/howto.html, docs/html/17_intro/porting.html, docs/html/17_intro/porting.texi, docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html, docs/html/21_strings/howto.html, docs/html/23_containers/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/27_io/binary_iostreams_kuehl.txt, docs/html/ext/sgiexts.html, docs/html/faq/index.html, docs/html/faq/index.txt, testsuite/24_iterators/iterator.cc, include/bits/basic_file.h, include/bits/locale_facets.h, include/bits/locale_facets.tcc, include/bits/std_sstream.h, include/ext/ropeimpl.h, include/ext/stl_rope.h, libsupc++/tinfo.cc, libsupc++/cxxabi.h, libsupc++/typeinfo, libsupc++/eh_throw.cc, acinclude.m4, aclocal.m4, configure, configure.target, ChangeLog-2000: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47291 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-19 Phil Edwards <pme@gcc.gnu.org>pme2001-11-206-13/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/doxygen/Intro.3: More notes. * docs/doxygen/style.css: Update to default style from Doxygen 1.2.10. * include/bits/stl_algobase.h: Add doxygen hooks for functions. * include/ext/hash_map: Add @file hook. * include/ext/hash_set: Likewise. * include/ext/rope: Likewise. * include/ext/ropeimpl.h: Likewise. * include/ext/slist: Likewise. * include/ext/stl_hash_fun.h: Likewise. * include/ext/stl_hashtable.h: Likewise. * include/ext/stl_rope.h: Likewise. * docs/html/17_intro/license.html: Remove "experimental" sentence. * docs/html/19_diagnostics/howto.html: Document new verbose terminate handler. * testsuite/27_io/filebuf.cc: Fix comment, move tweakable parameter to more visible (closer to description) position. * libsupc++/eh_type.cc: Formatting tweak. * libsupc++/exception: Likewise. * src/vterminate.cc: Likewise. * docs/html/17_intro/porting.html: Regenerate. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47193 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/howto.html (Thread-safety): Renameljrittle2001-11-162-50/+102
| | | | | | | | | | | section to ``The Standard C++ library and multithreading'' and update information based on recent mailing list traffic. Move all discussion of __USE_MALLOC to... * docs/html/23_containers/howto.html (Containers and multithreading): ...here and rework it based on recent mailing list traffic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47102 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/faq/index.html (Is libstdc++-v3 thread-safe?): Clarifyljrittle2001-11-151-3/+5
| | | | | | | wording. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47045 138bc75d-0d04-0410-961f-82ee72b054a4