summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Collapse)AuthorAgeFilesLines
* Daily bump.GCC Administrator2001-10-161-1/+1
| | | | From-SVN: r46278
* Daily bump.GCC Administrator2001-10-151-1/+1
| | | | From-SVN: r46264
* Daily bump.GCC Administrator2001-10-141-1/+1
| | | | From-SVN: r46252
* Daily bump.GCC Administrator2001-10-131-1/+1
| | | | From-SVN: r46242
* index.html (Is libstdc++-v3 thread-safe?): Update based on Nathan's review.Loren J. Rittle2001-10-132-17/+14
| | | | | | | * docs/html/faq/index.html (Is libstdc++-v3 thread-safe?): Update based on Nathan's review. Use Nathan's words. From-SVN: r46238
* Daily bump.GCC Administrator2001-10-121-1/+1
| | | | From-SVN: r46224
* configopts.html: Quote StyleSheet attribute values.Matt Kraai2001-10-1120-20/+42
| | | | | | | | | | | | | | | | | | | | | | | | * docs/html/configopts.html: Quote StyleSheet attribute values. * 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. From-SVN: r46194
* Daily bump.GCC Administrator2001-10-111-1/+1
| | | | From-SVN: r46180
* index.html (Is libstdc++-v3 thread-safe?): Rewrite.Loren J. Rittle2001-10-113-70/+102
| | | | | | | | * docs/html/faq/index.html (Is libstdc++-v3 thread-safe?): Rewrite. * docs/html/23_containers/howto.html (Containers and multithreading): Update. From-SVN: r46175
* Daily bump.GCC Administrator2001-10-101-1/+1
| | | | From-SVN: r46143
* howto.html: Tweak markup and value type.Phil Edwards2001-10-095-14/+110
| | | | | | | | | | | | 2001-10-09 Phil Edwards <pme@gcc.gnu.org> * 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. From-SVN: r46130
* configopts.html: More HTML->XHTML and lowercasing of tags.Phil Edwards2001-10-0921-415/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-09 Phil Edwards <pme@gcc.gnu.org> * 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. From-SVN: r46128
* Daily bump.GCC Administrator2001-10-091-1/+1
| | | | From-SVN: r46116
* Daily bump.GCC Administrator2001-10-081-1/+1
| | | | From-SVN: r46071
* acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers2001-10-074-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config: * acinclude.m4: Fix spelling error of "separate" as "seperate". gcc: * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c, genmultilib, toplev.c: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. gcc/ada: * 5oosinte.adb: Fix spelling error of "separate" as "seperate". gcc/testsuite: * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix spelling errors of "separate" as "seperate". libffi: * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". libjava: * defineclass.cc, java/awt/image/ColorModel.java, java/awt/image/SampleModel.java, java/lang/Package.java, java/security/cert/X509Extension.java: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. libstdc++-v3: * docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. * docs/html/faq/index.txt: Regenerate. From-SVN: r46063
* Daily bump.GCC Administrator2001-10-071-1/+1
| | | | From-SVN: r46053
* Daily bump.GCC Administrator2001-10-061-1/+1
| | | | From-SVN: r46047
* atomicity.h (__compare_and_swap): Remove unused function.Phil Edwards2001-10-0510-210/+13
| | | | | | | | | | | | | | | | | 2001-10-05 Phil Edwards <pme@gcc.gnu.org> * config/cpu/alpha/bits/atomicity.h (__compare_and_swap): Remove unused function. * config/cpu/arm/bits/atomicity.h: Likewise. * config/cpu/generic/bits/atomicity.h: Likewise. * config/cpu/i486/bits/atomicity.h: Likewise. * config/cpu/ia64/bits/atomicity.h: Likewise. * config/cpu/mips/bits/atomicity.h: Likewise. * config/cpu/powerpc/bits/atomicity.h: Likewise. * config/cpu/sparc/sparc32/bits/atomicity.h: Likewise. * config/cpu/sparc/sparc64/bits/atomicity.h: Likewise. From-SVN: r46038
* Daily bump.GCC Administrator2001-10-051-1/+1
| | | | From-SVN: r46031
* index.html: Describe DR #22, and a workaround.Phil Edwards2001-10-043-138/+207
| | | | | | | | | 2001-10-04 Phil Edwards <pme@gcc.gnu.org> * docs/html/faq/index.html: Describe DR #22, and a workaround. * docs/html/faq/index.txt: Regenerate. From-SVN: r46016
* COPYING.DOC: New file, GFDL v1.1 from the FSF.Phil Edwards2001-10-0421-1/+534
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-04 Phil Edwards <pme@gcc.gnu.org> * 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. From-SVN: r46015
* howto.html: Fix mis-sed in header from 20010917.Phil Edwards2001-10-0414-18/+34
| | | | | | | | | | | | | | | | | | | | 2001-10-04 Phil Edwards <pme@gcc.gnu.org> * 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. From-SVN: r46014
* Daily bump.GCC Administrator2001-10-041-1/+1
| | | | From-SVN: r46007
* stl_threads.h (_Atomic_swap): New function.Dimitris Vyzovitis2001-10-033-0/+66
| | | | | | | | * include/bits/stl_threads.h (_Atomic_swap): New function. (_Swap_lock_struct<__dummy>::_S_swap_lock): New data. * testsuite/ext/rope.cc: New file. From-SVN: r45999
* Daily bump.GCC Administrator2001-10-031-1/+1
| | | | From-SVN: r45986
* time_members_gnu.h: Remove.Benjamin Kosnik2001-10-0222-1099/+2298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-02 Benjamin Kosnik <bkoz@redhat.com> * config/locale/time_members_gnu.h: Remove. * config/locale/time_members_generic.h: Remove. * config/locale/time_members_gnu.cc (__timepunct::_M_put_helper): Add. * config/locale/time_members_generic.cc: Same. * include/bits/locale_facets.h: Add data members. (__timepunct::_M_put_helper): Change signature. (__timepunct::_M_date_formats): Same. (__timepunct::_M_time_formats): Same. (__timepunct::_M_ampm): Add. (__timepunct::_M_date_time_formats): Add. (time_get::_M_extract_via_format): Add. (time_get::_M_extract_time): Change to... (time_get::_M_extract_num): ... this, modify signature. * include/bits/locale_facets.tcc (time_get::do_get_year): Fix. (time_get::do_get_time): Fix. (time_get::do_get_date): Fix. * acinclude.m4: Remove CTIME_H. * aclocal.m4: Regenerate. * include/Makefile.am: Same. * include/Makefile.in: Regenerate. * configure: Regenerate. * testsuite/22_locale/time_get_members_char.cc: Fix. * testsuite/22_locale/time_get_members_wchar_t.cc: Add. * testsuite/22_locale/time_put_members_wchar_t.cc: Add. From-SVN: r45966
* Daily bump.GCC Administrator2001-10-021-1/+1
| | | | From-SVN: r45943
* * config/cpu/cris/bits/atomicity.h: Correct file header.Hans-Peter Nilsson2001-10-012-2/+6
| | | | From-SVN: r45929
* Daily bump.GCC Administrator2001-10-011-1/+1
| | | | From-SVN: r45919
* Daily bump.GCC Administrator2001-09-301-1/+1
| | | | From-SVN: r45896
* * config/cpu/cris/bits/limits.h: New file.Hans-Peter Nilsson2001-09-291-0/+33
| | | | From-SVN: r45883
* configure.target (LIMITSH): Set for cris.Hans-Peter Nilsson2001-09-293-0/+92
| | | | | | | | | * configure.target (LIMITSH): Set for cris. (cpu_include_dir): Set for cris-*-*. * config/cpu/cris/bits/atomicity.h: New file. * config/cpu/cris/bits/limits.h: New file. From-SVN: r45882
* Daily bump.GCC Administrator2001-09-291-1/+1
| | | | From-SVN: r45876
* time_members_gnu.h (__timepunct::_M_get_helper): Add.Benjamin Kosnik2001-09-2817-1686/+2903
| | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-28 Benjamin Kosnik <bkoz@redhat.com> * config/locale/time_members_gnu.h (__timepunct::_M_get_helper): Add. (__timepunct::_M_put_helper): Add. * config/locale/time_members_generic.h: Same. * include/bits/locale_facets.h (__match_parallel): Remove. Format. (__timepunct): Add data members. (__timepunct::_M_days): Add. (__timepunct::_M_days_abbreviated): Add. (__timepunct::_M_months): Add. (__timepunct::_M_months_abbreviated): Add. (__timepunct::_M_initialize_timepunct): Add. * include/bits/locale_facets.tcc: Same. * src/locale-inst.cc: Remove instantiations for __match_parallel. * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add CTIME_CC. * aclocal.m4: Regenerate. * configure: Regenerate. * testsuite/22_locale/time_put_members_char.cc: Mark XFAIL. * testsuite/22_locale/time_put_members_char.cc (test01): New file. * testsuite/22_locale/time_get.cc: New file. From-SVN: r45868
* libstdc++-v3-dg.exp (libstdc++-v3-init): Use correct multilib builddir.Rainer Orth2001-09-282-4/+17
| | | | | | | | * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Use correct multilib builddir. Properly locate libgcc_s. From-SVN: r45864
* Daily bump.GCC Administrator2001-09-281-1/+1
| | | | From-SVN: r45857
* *: Add Doxygen hooks.Phil Edwards2001-09-2753-54/+592
| | | | | | | | | | | | | | 2001-09-27 Phil Edwards <pme@gcc.gnu.org> * include/std/*: Add Doxygen hooks. * docs/doxygen/Intro.3: New file, general intro to the man pages. * docs/doxygen/mainpage.doxy: Formatting tweaks. List our own links rather than using a generated index. * docs/doxygen/user.cfg.in: Disable the index, enable man pages. * docs/doxygen/run_doxygen: Massage the generated man pages, using... * docs/doxygen/stdheader.cc: ...this new file. From-SVN: r45850
* Daily bump.GCC Administrator2001-09-271-1/+1
| | | | From-SVN: r45838
* Makefile.am: Remove RCS Id strings.Stan Shebs2001-09-2723-43/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | * include/Makefile.am: Remove RCS Id strings. * 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. From-SVN: r45836
* Daily bump.GCC Administrator2001-09-261-1/+1
| | | | From-SVN: r45820
* c_strings.cc (test01, test02): Increase `carray' size.Phil Edwards2001-09-262-2/+7
| | | | | | | | | 2001-09-25 Phil Edwards <pme@gcc.gnu.org> * testsuite/21_strings/c_strings.cc (test01, test02): Increase `carray' size. From-SVN: r45817
* howto.html: Add anchor name.Phil Edwards2001-09-2527-146/+12234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-25 Phil Edwards <pme@gcc.gnu.org> * docs/html/20_util/howto.html: Add anchor name. * docs/html/23_containers/howto.html: Line wrapping, another link. * docs/html/25_algorithms/howto.html: Another note. * docs/html/ext/howto.html: Link to SGI extensions. List DRs and link to them... * docs/html/ext/lwg-active.html: ...in this new file (from R19), * docs/html/ext/lwg-defects.html: and this new file (from R19). * docs/html/ext/sgiexts.html: New file. Mention SGI extensions carried over to libstdc++-v3. * docs/html/faq/index.html: Link to SGI extensions. Mention the "missing .." pseudobug. * docs/html/faq/index.txt: Regenerate. * include/bits/ios_base.h: DR-related comment cleanup. * include/bits/istream.tcc: Likewise. * include/bits/locale_facets.h: Likewise. * include/bits/locale_facets.tcc: Likewise. * include/bits/ostream.tcc: Likewise. * include/bits/std_bitset.h: Likewise. * include/bits/std_iosfwd.h: Likewise. * include/bits/std_istream.h: Likewise. * include/bits/std_ostream.h: Likewise. * include/bits/std_streambuf.h: Likewise. * include/bits/stl_pair.h: Likewise. * include/bits/streambuf_iterator.h: Likewise. * include/bits/std_map.h: Remove unused header inclusion guard _CPP_BITS_STL_TREE_H from around bits/stl_tree.h. * include/bits/std_set.h: Likewise. * include/bits/stl_function.h: Doxygen markup. * docs/doxygen/doxygroups.cc: New file, specifying module grouping. * libsupc++/typeinfo: Doxygen markup tweak. From-SVN: r45816
* Daily bump.GCC Administrator2001-09-251-1/+1
| | | | From-SVN: r45800
* Daily bump.GCC Administrator2001-09-241-1/+1
| | | | From-SVN: r45767
* Daily bump.GCC Administrator2001-09-231-1/+1
| | | | From-SVN: r45760
* Daily bump.GCC Administrator2001-09-221-1/+1
| | | | From-SVN: r45745
* Daily bump.GCC Administrator2001-09-211-1/+1
| | | | From-SVN: r45722
* [multiple changes]Benjamin Kosnik2001-09-204-11/+50
| | | | | | | | | | | | | | | 2001-09-20 Scott Johnston <scott@accom.com> Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * include/backward/alloc.h: Conditionally define malloc_alloc * testsuite/backward/header_deque_h.cc: New file. 2001-09-20 Sylvain Pion <Sylvain.Pion@sophia.inria.fr> * libstdc++-v3/include/bits/locale_facets.tcc (money_put::do_put): change variable name so that it works with -fno-for-scope. From-SVN: r45704
* numpunct_members_char.cc (test01): Remove redundant sanity checks.Benjamin Kosnik2001-09-208-121/+15
| | | | | | | | | | | | | | | | | | | 2001-09-20 Benjamin Kosnik <bkoz@redhat.com> * testsuite/22_locale/numpunct_members_char.cc (test01): Remove redundant sanity checks. * testsuite/22_locale/money_put_members_wchar_t.cc (test01): Same. (test02): Same. * testsuite/22_locale/money_put_members_char.cc (test01): Same. (test02): Same. * testsuite/22_locale/moneypunct_members_wchar_t.cc (test01): Same. * testsuite/22_locale/moneypunct_members_char.cc (test01): Same. * testsuite/22_locale/money_get_members_wchar_t.cc (test01): Same. (test02): Same. * testsuite/22_locale/money_get_members_char.cc (test01): Same. (test02): Same. From-SVN: r45703
* Implement std::time_put.Benjamin Kosnik2001-09-2026-1246/+2270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-19 Benjamin Kosnik <bkoz@redhat.com> Implement std::time_put. * include/bits/locale_facets.h: Include time_members.h. (__timepunct): New. (time_put): Implement. * include/bits/locale_facets.tcc (do_put): Put generic versions here. * include/bits/localefwd.h: Bump number of facets. * config/locale/time_members_generic.h: New file. * config/locale/time_members_gnu.h: New file. * config/locale/c_locale_generic.h: Include clocale. * src/locale-inst.cc: Add use_facet instantiations for __timepunct. * src/locale.cc: Add __timepunct initializations. * src/localename.cc (locale::_Impl::_Impl(string, size_t)): Same. * include/Makefile.am (stamp-target): Add time_members.h. * include/Makefile.in: Regenerate. * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add CTIME_H. * aclocal.m4: Regenerate. * configure: Regenerate. * testsuite/22_locale/time_put.cc: New file. * testsuite/22_locale/time_put_members_char.cc: New file. * docs/html/22_locale/locale.html: Add note. From-SVN: r45702