summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* gcc:jsm282002-12-282-327/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/cpp.texi, doc/gcc.texi, doc/gccint.texi, doc/install.texi: Use @copying. gcc/ada: * gnat_rm.texi, gnat_ug.texi: Use @copying. * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi, gnat_ug_wnt.texi: Regenerate. gcc/f: * g77.texi: Use @copying. gcc/java: * gcj.texi: Use @copying. gcc/treelang: * treelang.texi: Use @copying. libstdc++-v3: * docs/html/17_intro/porting.texi: Use @copying. * docs/html/17_intro/porting.html: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60587 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-12-26 Phil Edwards <pme@gcc.gnu.org>pme2002-12-264-45/+47
| | | | | | | | | | | | * libsupc++/eh_term_handler.cc: Add comment about embedded systems. * docs/html/debug.html: Cosmetic and HTML changes. Point to verb-term notes. * docs/html/documentation.html: Link to the FAQ. * docs/html/17_intro/howto.html: Mention use of isatty(3). * docs/html/19_diagnostics/howto.html: Update verb-term description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60528 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-12-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-12-192-0/+229
| | | | | | | | * docs/html/documentation.html: Add link for debug.html. * docs/html/debug.html: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60302 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-12-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-12-161-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (GLIBCPP_ENABLE_DEBUG): Default to none. Call GLIBCPP_ENABLE_DEBUG_FLAGS. * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): GLIBCPP_BUILD_DEBUG, new conditional if --enable-debug is yes. Rework. (GLIBCPP_ENABLE_DEBUG_FLAGS): New. * aclocal.m4: Regenerate. * libio/Makefile.am: Remove DEBUG_FLAGS. * libio/Makefile.in: Regenerate. * libsupc++/Makefile.am: Remove DEBUG_FLAGS. * libsupc++/Makefile.in: Regenerate. * docs/html/configopts.html: Add docs for --enable-debug, --enable-debug-flags. 2002-12-16 Benjamin Kosnik <bkoz@redhat.com> Correct dependency tracking, build warts. * configure.in: Correct repeated AC_OUTPUT thrashing by config-ml.in * configure: Regenerate. * include/Makefile.am (stamp-target): Stamp in top_builddir. * include/Makefile.in: Regenerate. * src/Makefile.am (codecvt_members.cc): New rule. (collate_members.cc): Same. (ctype_members.cc): Same. (messages_members.cc): Same. (monetary_members.cc): Same. (numeric_members.cc): Same. (time_members.cc): Same. (c++locale.cc): Same. (basic_file.cc): Same. * src/Makefile.in: Regenerate. * acinclude.m4 (CCTYPE_CHAR_CC): Remove. (CCCODECVT_CC): Don't link, AC_SUBST. (CCOLLATE_CC): Same. (CCTYPE_CC): Same. (CMESSAGES_CC): Same. (CMONEY_CC): Same. (CNUMERIC_CC): Same. (CTIME_CC): Same. (CLOCALE_CC): Same. * aclocal.m4: Regenerate. * src/Makefile.am (libstdc___la_LIBADD): Use top_builddir for convenience libraries. (version_arg): Rename linker.map to libstdc++.ver. (libstdc___la_DEPENDENCIES): Remove linker.map, add libstdc++-symbol.ver as a dependency. (libstdc++-symbol.ver): Add rule. * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Change LINKER_MAP to SYMVER_MAP. Don't link, AC_SUBST. * include/Makefile.am (target_headers_noinst): New. (stamp-target): Add CLOCALE_INTERNAL_H. * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't link CLOCALE_INTERNAL_H, AC_SUBST. * config/locale/gnu/c_locale.cc: Modify c++locale_internal.h include. * config/locale/gnu/time_members.cc: Same. * config/locale/gnu/numeric_members.cc: Same. * config/locale/gnu/monetary_members.cc: Same. * config/locale/gnu/messages_members.cc: Same. * config/locale/gnu/ctype_members.cc: Same. * config/locale/gnu/collate_members.cc: Same. * config/locale/gnu/codecvt_members.cc: Same. * config/locale/generic/codecvt_members.cc: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60177 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge basic-improvements-branch to trunkzack2002-12-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60174 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-28 Jonathan Wakely <redi@gcc.gnu.org>redi2002-11-281-0/+28
| | | | | | | * docs/html/faq/index.html: Add tip about namespace for extensions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59613 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-21 Phil Edwards <pme@gcc.gnu.org>pme2002-11-211-1/+1
| | | | | | | * docs/html/documentation.html: Fix broken/thinko'd URL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59337 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-21 Phil Edwards <pme@gcc.gnu.org>pme2002-11-212-1/+8
| | | | | | | | * docs/doxygen/run_doxygen: Tighter search expression for sed. * docs/doxygen/stdheader.cc: Handle the case of good headers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59332 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-21 Phil Edwards <pme@gcc.gnu.org>pme2002-11-219-610/+1628
| | | | | | | | | | | | | | | | * docs/doxygen/style.css: Update. * docs/doxygen/user.cfg.in: Update. * docs/html/documentation.html: Regenerate. * docs/html/17_intro/howto.html: Tweak I/O sentry entry. * docs/html/27_io/howto.html: New section on headers. * docs/html/faq/index.html: Add i386 threading entry. * docs/html/faq/index.txt: Regenerate. * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html: Import R23. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59326 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-21 Phil Edwards <pme@gcc.gnu.org>pme2002-11-211-1/+5
| | | | | | | | | | | | | | * docs/doxygen/TODO: Note change in clause 27 docs. * include/bits/basic_ios.h, include/bits/fpos.h, include/bits/ios_base.h, include/bits/stl_deque.h, include/bits/stl_iterator_base_types.h, include/std/std_fstream.h, include/std/std_iomanip.h, include/std/std_iosfwd.h, include/std/std_iostream.h, include/std/std_istream.h, include/std/std_ostream.h, include/std/std_sstream.h, include/std/std_streambuf.h: Doxygenate all I/O entities. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59325 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-20 Jonathan Wakely <redi@gcc.gnu.org>redi2002-11-202-24/+50
| | | | | | | | | | * docs/html/21_strings/howto.html: Fix example code, cite Gaby's explanation of "<unknown type>" error with toupper/tolower. * docs/html/22_locale/howto.html: Be more consistent with example in 21_strings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59284 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-19 John Gustafsson <forgoil@rsn.bth.se>redi2002-11-191-1/+1
| | | | | | | * docs/html/20_util/howto.html: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59258 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-11-13 Jonathan Wakely <redi@gcc.gnu.org>redi2002-11-132-2/+3
| | | | | | | * docs/html/install.html, docs/html/22_locale/locale.html: HTML fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59062 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/howto.html: Make "chapter 22 notes" a link.redi2002-11-1112-370/+385
| | | | | | | | | | | | | | | * docs/html/faq/index.html: Mention that GCC ships with a newer version of the library than the last snapshot. Make "see below" a link. Add missing <html> tag. * docs/html/faq/index.txt: Regenerate. * docs/html/22_locale/locale.html, docs/html/22_locale/messages.html, docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add missing <html> tag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59000 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/23_containers/howto.html (GLIBCPP_FORCE_NEW): Documentljrittle2002-10-182-50/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | new environment variable which replaces all uses of __USE_MALLOC macro. * docs/html/ext/howto.html (GLIBCPP_FORCE_NEW): Likewise. (__mem_interface): Remove all references to old internal typedef. * include/backward/alloc.h (__USE_MALLOC): Remove it and all guarded code. * include/bits/c++config (__USE_MALLOC): Update related error message and comment. * include/bits/stl_alloc.h (__USE_MALLOC): Remove it and all guarded code. Update all related comments. (__mem_interface): Unconditionally replace it with __new_alloc. However, leave the typedef around in case anyone used it. (__default_alloc_template<>::_S_force_new): New class static. (__default_alloc_template<>::allocate, deallocate): Add run-time controlled feature similar to what __USE_MALLOC code path had provided. * src/stl-inst.cc (__USE_MALLOC): Remove it and all guarded code. * testsuite/21_strings/capacity.cc: Remove reference to __USE_MALLOC. Add documentation on GLIBCPP_FORCE_NEW environment variable. * testsuite/ext/allocators.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58286 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-10-171-2/+2
| | | | | | | | | | | | | | | | | | | * include/bits/locale_facets.h (__timepunct::__timepunct): Allocate _M_name_timepunct. (__timepunct::~__timepunct): Deallocate, remove specialization declarations. (messages::messages): Allocate _M_name_messages. (messages::~messages): Deallocate. (messages_byname): Same. * config/locale/gnu/time_members.cc (__timepunct::~__timepunct): Remove. * config/locale/generic/time_members.cc (__timepunct::~__timepunct): Remove. * docs/html/install.html: Add es_MX, en_PH to required locales list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58232 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-14 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-10-151-17/+20
| | | | | | | | | | * src/globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to c_locale_impl. * testsuite/abi_check.cc (line_to_symbol_info): Collect size info. * docs/html/abi.txt: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58147 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-14 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-10-141-48/+405
| | | | | | | | | | | | * testsuite/22_locale/static_members.cc (test02): Disable for systems without named locale support. * testsuite/22_locale/ctor_copy_dtor.cc (test04): Don't assume running the testsuites in "C" environment. Add new tests. * docs/html/22_locale/locale.html: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58142 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-12 Jonathan Wakely <jw@kayari.org>pme2002-10-121-6/+8
| | | | | | | | | | Gabriel Dos Reis <gdr@integrable-solutions.net> * docs/html/21_strings/howto.html#5: Correct nasting of XHTML elements. Correct allocator-related text. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58080 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-10 Phil Edwards <pme@gcc.gnu.org>pme2002-10-103-15/+78
| | | | | | | | | * docs/html/21_strings/howto.html: Write #5, char_traits. * docs/html/17_intro/porting.texi: Expand on os_include_dir. * docs/html/17_intro/porting.html: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58031 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-08 Paolo Carlini <pcarlini@unitus.it>bkoz2002-10-081-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Benjamin Kosnik <bkoz@redhat.com> * include/bits/localefwd.h (class locale): Add static member _S_num_extra_categories, encoding the number of additional categories. Change _S_num_categories to _S_categories_size. (class locale::_Impl): Add _M_c_cats. (class locale::_Impl::_M_names): Change to array of chars. (class locale::_Impl::_M_check_same_name): Use _S_extra_categories_size, tweak. (locale::locale(const locale&, _Facet*)): Ditto. * src/locale.cc (locale::locale(const char* )): Rewrite to deal with the environment in a POSIX-compliant way while being thread safe. (locale::name()): Update to output POSIX environment strings. * src/localename.cc (locale::_Impl::_Impl(const _Impl&, size_t): Use _S_categories_size_*, tweak. (locale::_Impl::_Impl(facet**, size_t, bool)): Ditto. (locale::_Impl::_Impl(const char*, size_t)): Name each category individually. (locale::_Impl::_M_replace_categories): Use strcpy. * include/bits/locale_facets.h (numpunct::_M_initialize_numpunct): Change default argument to NULL from _S_c_locale. (timepunct::_M_initialize_timepunct): Same. _S_c_locale cleanups. * src/codecvt.c: _S_c_locale simplification. * src/ctype.c: Same. * src/globals.cc: Add fake_name. * src/locale-inst.cc: Remove extra includes. * src/locale.cc: Remove extra includes. Add _S_extra_categories_size definition. Correct "C" initialization. (locale::facet::facet): Don't initialize _S_c_locale. (locale::facet::_M_remove_reference): Adjust. * src/localename: Use facet_vec, facet_name. (locale::_Impl::_Impl(facet** __f, size_t __refs, bool)): Set facet ref counts to one. Initialize _S_c_locale. (locale::_Impl::_M_install_facet(id*, facet*)): Adjust facet ref counts when installing unilaterally. * config/locale/generic/c_locale.cc: Add _S_categories definition. * config/locale/generic/c_locale.h: Add _GLIBCPP_NUM_CATEGORIES macro. * config/locale/generic/time_members.cc: _S_c_locale cleanup. * config/locale/gnu/c_locale.cc: Add _S_categories definition. (_S_destroy_c_locale): Move checks against _S_c_locale here. * config/locale/gnu/c_locale.h: Add _GLIBCPP_NUM_CATEGORIES macro. * config/locale/gnu/ctype_members.cc: Simplify _S_destroy_c_locale calls, _S_c_locale usage. * config/locale/gnu/monetary_members.cc: Same, tweaks. * config/locale/gnu/monetary_members.cc: Same. * config/locale/gnu/time_members.cc: Same. * config/os/gnu-linux/ctype_noninline.h: Use locale::classic(). * docs/html/22_locale/locale.html: Add bits about global locales and "C" setlocale. * testsuite/22_locale/facet.cc (test02): Add. * testsuite/22_locale/static_members.cc (test02): Add. * testsuite/22_locale/ctor_copy_dtor.cc (test04): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57964 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-07 Jonathan Wakely <jw@kayari.org>pme2002-10-0724-25/+135
| | | | | | | | | | | | | | | | | | * docs/html/configopts.html, docs/html/documentation.html, docs/html/explanations.html, docs/html/install.html, docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html, docs/html/17_intro/license.html, 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/22_locale/codecvt.html, docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html, docs/html/22_locale/locale.html, docs/html/22_locale/messages.html, docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/ext/howto.html, docs/html/ext/sgiexts.html, docs/html/faq/index.html: Add DOCTYPEs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57903 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-13 Andy Felt <afelt@uwsp.edu>pme2002-09-143-19/+20
| | | | | | | | | | | | * docs/html/17_intro/howto.html: Update link. 2002-09-13 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/run_doxygen: Massage man page for Iterator_types.3. * docs/html/faq/index.html: Whitespace fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57125 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-09 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-09-093-100/+153
| | | | | | | | | | | | | | | | | | | | * docs/html/configopts.html: Change grouping. Note ABI impacts. Update information for locale model defaults. * docs/html/install.html: Update include directory information. Update testing information. Update linux issues for named locales. * docs/html/abi.txt: Fix typos. Add more info. * src/misc-inst.cc: Add missing instantiations. * testsuite/abi_check.cc: Make output results more verbose. * config/os/gnu-linux/ctype_base.h: Remove shadow headers injections. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56979 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-06 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-09-061-23/+36
| | | | | | | | * include/bits/localefwd.h: Tweak formatting. * docs/html/abi.txt: Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56903 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-05 Jonathan Wakely <jw@kayari.org>pme2002-09-0527-1210/+1497
| | | | | | | | | | | | | | | | | | | | | | * docs/html/Makefile: Use more portable shell wildcard. * docs/html/makedoc.awk: Nest elements correctly for XHTML conversion. * docs/html/configopts.html, docs/html/documentation.html, docs/html/explanations.html, docs/html/install.html, docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html, docs/html/17_intro/license.html, 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/22_locale/codecvt.html, docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html, docs/html/22_locale/locale.html, docs/html/22_locale/messages.html, docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/ext/howto.html, docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert to XHTML. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56845 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-31 Phil Edwards <pme@gcc.gnu.org>pme2002-09-014-116/+220
| | | | | | | | | | | | | | | | | | * acinclude.m4: Minor comment tweaks. * docs/html/makedoc.awk: New file... * docs/html/Makefile: ...called from here... * docs/html/documentation.html: ...to help generate this. * docs/html/21_strings/howto.html: Prepare for new entry. * include/bits/basic_string.h: Initial basic_stirng hook for doxygen. Remove trailing whitespace. * include/bits/char_traits.h: Point to onlinedocs for new entry. * include/bits/stringfwd.h: Add doxygen hooks for string and wstring typedefs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56711 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-23 Phil Edwards <pme@gcc.gnu.org>pme2002-08-231-6/+8
| | | | | | | | | | | | | | * config/linker-map.gnu: Verbose comments, clean up spacing. * include/bits/stl_alloc.h: Fix indentation of 'if' bodies, return statements. __allocator: Change class declaration to struct. * docs/html/17_intro/C++STYLE: Fix typo. * include/bits/stl_deque.h, include/bits/stl_list.h, include/bits/stl_map.h, include/bits/stl_multimap.h, include/bits/stl_vector.h: Fix fallout from typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56540 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-22 Paolo Carlini <pcarlini@unitus.it>paolo2002-08-223-5/+7
| | | | | | | | | | * docs/html/faq/index.html: Add Loren James Rittle and Paolo Carlini to the list of v3 maintainers. * docs/html/faq/index.txt: Ditto. * docs/html/17_intro/RELEASE-NOTES: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56516 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-19 Jonathan Wakely <jw@kayari.org>pme2002-08-208-85/+104
| | | | | | | | | | | * docs/html/configopts.html, docs/html/documentation.html, docs/html/install.html, docs/html/22_locale/codecvt.html, docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html, docs/html/22_locale/locale.html, docs/html/22_locale/messages.html: Conform to HTML 4.01 standard. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56449 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-15 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-08-151-1/+10
| | | | | | | | | | | | | | | * include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set _M_buf_size_opt to zero when unbuffering. * include/bits/fstream.tcc (filebuf::showmanyc): Simplify. Consistency checks for _M_buf_size_opt. Revert PR libstdc++/7445 * src/locale.cc (locale::classic): Revert. * docs/html/17_intro/TODO: Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56365 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-15 Phil Edwards <pme@gcc.gnu.org>pme2002-08-151-2/+3
| | | | | | | * docs/html/documentation.html: Update doxygen links for 3.2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56357 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-14 Jonathan Wakely <jw@kayari.org>pme2002-08-141-15/+15
| | | | | | | | * docs/html/22_locale/messages.html: Use HTML entities for punctuation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56300 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-13 Jonathan Wakely <jw@kayari.org>pme2002-08-131-4/+4
| | | | | | | | | Phil Edwards <pme@gcc.gnu.org> * docs/html/documentation.html: Use HTML entities for punctuation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56257 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-02 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-08-021-18/+79
| | | | | | | | | | | | | | | | | | | | Revert PR libstdc++/6594 * src/strstream.cc (strstreambuf): Revert. (strstreambuf::overflow): Same. (strstreambuf::~strstreambuf): Same. * testsuite/backward/strstream_members.cc (test02): Add. * docs/html/abi.txt: Update. Spell check. * testsuite/19_diagnostics/stdexceptions.cc (test04): Add bool test. * testsuite/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES. * testsuite/Makefile.in: Regenerate. * testsuite/testsuite_hooks.h: Use __throw_exception_again, include functexcept.h so that -fno-exceptions will build. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55988 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-31 Simon Whomsley <whomsley@avacadcam.com>bkoz2002-07-312-25/+122
| | | | | | | | | | | | | | | | | * docs/html/22_locale/howto.html: Fix. 2002-07-31 Alex Kompel <shurik@sequoiap.com> PR libstdc++/7445 * src/locale.cc (locale::classic): Move locks inside !_S_classic block. 2002-07-31 Benjamin Kosnik <bkoz@redhat.com> * docs/html/abi.txt: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55908 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-24 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-07-241-9/+9
| | | | | | | | | | | PR libstdc++/7286 * libsupc++/new: Add placement delete. * testsuite/18_support/new_delete_placement.cc: New. * docs/html/abi.txt: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55718 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-23 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-07-243-157/+214
| | | | | | | | | | | | | | * docs/html/documentation.html: Remove libstdc++-v3.0.86 links, confusing usage of "latest." De-tangle contributor information from introductory notes. Move abi.txt link placement, activate. Re-organize. Move chapter info into old FAQ format. * docs/html/organization.html: Removed, obsoleted by doxygen work. * docs/html/abi.txt: Add notes on testing ABI changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55702 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-20 Phil Edwards <pme@gcc.gnu.org>pme2002-07-204-1417/+2600
| | | | | | | | | | | | | | | | | | | | * docs/html/abi.txt: New file. * docs/html/23_containers/howto.html: Tweak vector-overhead text. * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html: Import from upstream, R22. * include/bits/char_traits.h, include/bits/stl_iterator.h, include/bits/stl_iterator_base_types.h, libsupc++/exception, libsupc++/new, libsupc++/typeinfo: Use @brief markup. * include/bits/deque.tcc, include/bits/stl_alloc.h, include/bits/stl_deque.h, include/bits/stl_list.h: Postpone removal of deprecated functions until 3.4. (Same timeframe, different text.) * include/bits/stl_vector.h: Ditto. Also do the same cleanups that the other sequence classes received. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55602 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-17 Phil Edwards <pme@gcc.gnu.org>pme2002-07-172-19/+25
| | | | | | | | | * docs/doxygen/run_doxygen: Remove template parameter names from "Compound List" summary page. Reformat. * docs/html/documentation.html: XHTML fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55543 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-15 Phil Edwards <pme@gcc.gnu.org>pme2002-07-153-48/+48
| | | | | | | | | * docs/html/faq/index.html: Fix download links. * docs/html/faq/index.txt: Regenerate. * docs/html/17_intro/porting.html: Regenerate from earlier changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55462 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-08 Phil Edwards <pme@gcc.gnu.org>pme2002-07-081-0/+20
| | | | | | | | * docs/html/23_containers/howto.html: Link to dk_std::vector paper and homepage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55322 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-02 Phil Edwards <pme@gcc.gnu.org>pme2002-07-022-24/+23
| | | | | | | | | | * docs/html/configopts.html, docs/html/install.html: Tweaks. * include/ext/algorithm, include/ext/hash_map, include/ext/hash_set, include/ext/iterator, include/ext/numeric, include/ext/rb_tree, include/ext/slist, include/ext/stl_rope.h: Add doxygen hooks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55172 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-06-27 Phil Edwards <pme@gcc.gnu.org>pme2002-06-271-9/+18
| | | | | | | | * include/bits/stl_alloc.h: Deprecate all 'reallocate' memfns. * docs/html/ext/howto.html: Update allocator notes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55044 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-06-24 Phil Edwards <pme@gcc.gnu.org>pme2002-06-241-12/+12
| | | | | | | | | | | | * config/cpu/*/bits/*: Move header files up a level. Remove bits. * config/os/*/bits/*: Likewise. * configure.in: Update. * configure: Regenerate. * configure.target: Update. * docs/html/17_intro/porting.texi: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54943 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-06-18 Phil Edwards <pme@gcc.gnu.org>pme2002-06-182-82/+175
| | | | | | | | | | | | | | | | | | | | | * configure.host: Delete file. * configure.target: More documentation. Factor out common parts of script into "intelligent" settings about defaults. Remove redundancy. * acinclude.m4: Update comments. Do not call configure.host. (GLIBCPP_ENABLE_SYMVERS): If disabled, do not bother checking for libgcc_s. * configure.in: Slight reformatting, more comments. Factor out "config/" from all the directories. * docs/html/17_intro/porting.texi: Update and expand. * testsuite/Makefile.am (AM_RUNTESTFLAGS): Move empty setting from configure.host. * aclocal.m4, configure, docs/html/17_intro/porting.html, testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54757 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-06-16 Phil Edwards <pme@gcc.gnu.org>pme2002-06-163-14/+43
| | | | | | | | | | | | * docs/doxygen/TODO: Update. * docs/doxygen/tables.html: Uncomment magical middle column. * docs/doxygen/user.cfg.in: Kludge to ignore function-like macros. * include/bits/stl_queue.h: Doxygenate and reformat. * include/bits/ios_base.h, include/std/std_streambuf.h: Add comment for deprecated names required by the standard. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54666 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-06-03 Phil Edwards <pme@gcc.gnu.org>pme2002-06-033-4/+5
| | | | | | | | | | | | | | | | * docs/doxygen/TODO: Update. * docs/doxygen/user.cfg.in (SORT_MEMBER_DOCS): Set to off, now that some class members are in 14882 order. * docs/html/ext/howto.html: 3.1 is in the past now, not the future. * include/std/std_bitset.h: Update comment. * src/bitset.cc: Update comments, clean up spacing. * src/Makefile.am (sources): Alphabetize for convenience. * src/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54200 138bc75d-0d04-0410-961f-82ee72b054a4
* 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
OpenPOWER on IntegriCloud