summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/docs/html/17_intro
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-221-1/+2
| | | | | | | | | | * 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-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-07-23 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-07-241-84/+0
| | | | | | | | | | | | | | * 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-15 Phil Edwards <pme@gcc.gnu.org>pme2002-07-151-43/+43
| | | | | | | | | * 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-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-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
* * 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-01 Phil Edwards <pme@gcc.gnu.org>pme2002-04-021-1/+2
| | | | | | | | | | | | | * 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-03-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-191-0/+4
| | | | | | | | * 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-06 Phil Edwards <pme@gcc.gnu.org>pme2002-03-061-8/+74
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-04 Phil Edwards <pme@gcc.gnu.org>pme2002-02-051-16/+57
| | | | | | | | | | | | | | | | | | * 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-021-0/+64
| | | | | | | | | | | * 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-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-231-12/+17
| | | | | | | | * 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-19 Phil Edwards <pme@gcc.gnu.org>pme2001-12-191-0/+0
| | | | | | | | | | | | | * 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-11-27 Phil Edwards <pme@gcc.gnu.org>pme2001-11-281-5/+2
| | | | | | | | | | | | | * 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
* 2001-11-23 Phil Edwards <pme@gcc.gnu.org>pme2001-11-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | * 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-237-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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-202-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-161-50/+68
| | | | | | | | | | | 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
* * configure.target: Add os_include_dir for mingw32* target.cgf2001-11-081-2/+2
| | | | | | | | | | | | * docs/html/17_intro/porting.texi: Mention mingw32 as target benefiting from _GLIBCPP_AVOID_FSEEK. * config/os/mingw32/bits/ctype_base.h: New file. * config/os/mingw32/bits/ctype_inline.h: New file. * config/os/mingw32/bits/ctype_noninline.h: New file. * config/os/mingw32/bits/os_defines.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46857 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-05 Phil Edwards <pme@gcc.gnu.org>pme2001-11-062-0/+1351
| | | | | | | | | | * porting.texi: Move... * docs/html/17_intro/porting.texi: ...to here. * docs/html/Makefile: Add rule to rebuild... * docs/html/17_intro/porting.html: ...this. New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46797 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-05 Felix Natter <fnatter@gmx.net>pme2001-11-052-156/+214
| | | | | | | | * docs/html/17_intro/porting-howto.xml: check in v0.9.4 * docs/html/17_intro/porting-howto.html: regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46793 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-17 Phil Edwards <pme@gcc.gnu.org>pme2001-10-171-38/+14
| | | | | | | | | | | * docs/html/17_intro/howto.html: Remove 1999 links (and explain why). Add link to recent message. * docs/html/faq/index.html (5.6): Reformat text only; fixup <pre> markup. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46321 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/configopts.html: Quote StyleSheet attribute values.kraai2001-10-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/17_intro/license.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/sgiexts.html: Likewise. * docs/html/faq/index.html: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46194 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-09 Phil Edwards <pme@gcc.gnu.org>pme2001-10-091-2/+1
| | | | | | | | | | | * docs/html/17_intro/howto.html: Tweak markup and value type. * docs/html/27_io/howto.html: Tweak markup, describe setbuf() for nonzero arguments, add new note on threading. * docs/html/faq/index.html: Update. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46130 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-09 Phil Edwards <pme@gcc.gnu.org>pme2001-10-092-36/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | * docs/html/configopts.html: More HTML->XHTML and lowercasing of tags. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/17_intro/license.html: Likewise. Tighten up language. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/sgiexts.html: Likewise. * docs/html/faq/index.html: Likewise. Not so many absolute links. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46128 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-04 Phil Edwards <pme@gcc.gnu.org>pme2001-10-043-0/+473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/html/17_intro/COPYING.DOC: New file, GFDL v1.1 from the FSF. * docs/html/17_intro/license.html: New file. Explain the licenses in use. * docs/html/configopts.html: Link to license.html. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/sgiexts.html: Likewise. * docs/html/faq/index.html: Likewise. New question, linking to the new license.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46015 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-04 Phil Edwards <pme@gcc.gnu.org>pme2001-10-041-1/+1
| | | | | | | | | | | | | | | | | | | * docs/html/17_intro/howto.html: Fix mis-sed in header from 20010917. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/faq/index.html: Likewise. Spacing fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46014 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/Makefile.am: Remove RCS Id strings.shebs2001-09-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.am: Ditto. * docs/doxygen/run_doxygen: Ditto. * docs/html/configopts.html: Ditto. * docs/html/documentation.html: Ditto. * docs/html/explanations.html: Ditto. * docs/html/install.html: Ditto. * docs/html/17_intro/howto.html: Ditto. * docs/html/18_support/howto.html: Ditto. * docs/html/19_diagnostics/howto.html: Ditto. * docs/html/20_util/howto.html: Ditto. * docs/html/21_strings/howto.html: Ditto. * docs/html/22_locale/howto.html: Ditto. * docs/html/23_containers/howto.html: Ditto. * docs/html/24_iterators/howto.html: Ditto. * docs/html/25_algorithms/howto.html: Ditto. * docs/html/26_numerics/howto.html: Ditto. * docs/html/27_io/howto.html: Ditto. * docs/html/ext/howto.html: Ditto. * docs/html/ext/sgiexts.html: Ditto. * docs/html/faq/index.html: Ditto. * docs/html/faq/index.txt: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45836 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-17 Phil Edwards <pme@gcc.gnu.org>pme2001-09-171-100/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/html/configopts.html: HTML to XHTML change. Lowercase tags. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/codecvt.html: Likewise. * docs/html/22_locale/ctype.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/22_locale/locale.html: Likewise. * docs/html/22_locale/messages.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45668 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-14 Phil Edwards <pme@sources.redhat.com>pme2001-09-152-27/+27
| | | | | | | | | | | | | | | * docs/html/17_intro/headers_cc.txt: "Sync"/copy real file over. * docs/html/17_intro/howto.html: Spacing and HTML markup fixes. * docs/html/18_support/howto.html: It won't compile; it's not code. * docs/html/19_diagnostics/howto.html: Point diagram seekers to doxygen'd pages. * docs/html/22_locale/howto.html: Comment for future work. * docs/html/23_containers/howto.html: More comments. * docs/html/25_algorithms/howto.html: It's a comment, not a blunt command to the reader. (English grammar.) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45620 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl>pme2001-08-241-1/+1
| | | | | | | * docs/html/17_intro/C++STYLE: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45163 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-11 Felix Natter <fnatter@gmx.net>pme2001-07-122-156/+886
| | | | | | | | | * docs/html/17_intro/porting-howto.xml: Initial checkin of master copy. * docs/html/17_intro/porting-howto.html: check in v0.9.3 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43953 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-26 Felix Natter <f.natter@ndh.net>pme2001-06-261-722/+797
| | | | | | | * docs/html/17_intro/porting-howto.html: Fixed some errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43582 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/threads-no.h: Remove file.ljrittle2001-06-081-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/threads-posix.h: Remove file. * acconfig.h (_GLIBCPP_USE_THREADS): Remove. (_GLIBCPP_SUPPORTS_WEAK): Add (required by namespace-clean gthr*.h). (_GLIBCPP_HAVE_GTHR_DEFAULT): Likewise. * config.h.in: Regenerate. * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Completely rework to setup and use gthr*.h files. In particular, make gthr.h files namespace-clean in the staging area (they don't have to be for libgcc.a). * aclocal.m4: Regenerate. * configure: Regenerate. * src/Makefile.am (build_headers): Remove bits/c++threads.h and add bits/gthr.h bits/gthr-single.h bits/gthr-default.h. * src/Makefile.in: Regenerate. * include/bits/c++config: Cleanup threading configuration macros. In particular, define __STL_GTHREADS macro which controls... * include/bits/stl_threads.h: ...a brand new gthr.h-based configuration here. * config/c_io_stdio.h: Include staged gthr.h instead of local thread configuration file. Always use __gthread_mutex_t instead of __mutext_type (or int). * include/bits/std_fstream.h: Likewise. * docs/html/17_intro/howto.html: Remove placeholder comment in case this configuration patch didn't make it. Add advice that section only applies if configured with --enable-threads. * docs/html/23_containers/howto.html: Reword to make clear that _PTHREADS is no longer required for any port to be correctly using STL with threads. Add advice that section only applies if configured with --enable-threads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42998 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/bits/c++config (__USE_MALLOC): Do not define it.ljrittle2001-05-311-3/+51
| | | | | | | | | | | Document why not and give pointers to more information. * docs/html/23_containers/howto.html: Update documentation to reflect recent understanding of problem. * docs/html/17_intro/howto.html: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42732 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-05-30 Phil Edwards <pme@sources.redhat.com>pme2001-05-301-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | * docs/doxygen/user.cfg.in: Minor addition. * docs/html/documentation.html: Reorganize. Put most-looked-at stuff first. * docs/html/install.html: Update for 3.0. HTML fixups. * docs/html/17_intro/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. More notes. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. More notes. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerate. * docs/html/27_io/iostreams_hierarchy.pdf: Remove in favor of Doxygen-created documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42723 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/howto.html: Update link.ljrittle2001-05-301-4/+4
| | | | | | | * docs/html/23_containers/howto.html: Likewise. Add new link. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42703 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/BADNAMES: Remove EGCS reference.mmitchel2001-04-261-1/+6
| | | | | | | Indicate obsolete nature of thelist for G++ 3.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41611 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-04-05 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-04-061-56/+29
| | | | | | | | | | | Prepare for libstdc++-2.92. * docs/html/17_intro/RELEASE-NOTES (New): Update. * docs/html/configopts.html: Fix formatting. * README (file): Updates. * include/bits/c++config (__GLIBCPP__): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41136 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-04-02 Phil Edwards <pme@sources.redhat.com>pme2001-04-032-4/+385
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New concept checking implementation. * docs/html/19_diagnostics/howto.html: Document. * docs/html/17_intro/concept_check.diff: New file, for reference. * include/bits/boost_concept_check.h: New file from Boost. * include/bits/c++config: Update comments. * include/bits/concept_check.h: New file. * include/bits/concept_checks.h: Removed. * include/bits/container_concepts.h: Removed. * include/bits/sequence_concepts.h: Removed. * include/bits/stl_iterator_base.h: Removed; split into... * include/bits/stl_iterator_base_funcs.h: ...this new file... * include/bits/stl_iterator_base_types.h: ...and this new file. * include/bits/sbuf_iter.h: Update to use new implementation. * include/bits/std_iterator.h: Likewise. * include/bits/std_memory.h: Likewise. * include/bits/stl_algo.h: Likewise. * include/bits/stl_algobase.h: Likewise. * include/bits/stl_construct.h: Likewise. * include/bits/stl_deque.h: Likewise. * include/bits/stl_heap.h: Likewise. * include/bits/stl_list.h: Likewise. * include/bits/stl_map.h: Likewise. * include/bits/stl_multimap.h: Likewise. * include/bits/stl_multiset.h: Likewise. * include/bits/stl_numeric.h: Likewise. * include/bits/stl_queue.h: Likewise. * include/bits/stl_set.h: Likewise. * include/bits/stl_stack.h: Likewise. * include/bits/stl_uninitialized.h: Likewise. * include/bits/stl_vector.h: Likewise. * include/ext/hash_map: Likewise. * include/ext/hash_set: Likewise. * include/ext/slist: Likewise. * include/ext/stl_hashtable.h: Likewise. * src/Makefile.am (base_headers): Update list of headers. * Makefile.in: Regenerated. * src/Makefile.in: Regenerated. * libio/Makefile.in: Regenerated. * libmath/Makefile.in: Regenerated. * libsupc++/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. * docs/html/install.html: Update contact information. * docs/html/17_intro/howto.html: Ditto. * docs/html/18_support/howto.html: Ditto. * docs/html/20_util/howto.html: Ditto. * docs/html/21_strings/howto.html: Ditto. * docs/html/22_locale/howto.html: Ditto. * docs/html/23_containers/howto.html: Ditto. * docs/html/24_iterators/howto.html: Ditto. * docs/html/25_algorithms/howto.html: Ditto. * docs/html/26_numerics/howto.html: Ditto. * docs/html/27_io/howto.html: Ditto. * docs/html/faq/index.html: Ditto, plus info on new checking code. * docs/html/ext/howto.html: Ditto, plus info on new checking code. * docs/html/faq/index.txt: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41031 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud