summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Collapse)AuthorAgeFilesLines
* Daily bump.gccadmin2001-11-271-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47371 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-261-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47335 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47310 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/doxygen/maint.cfg.in, docs/doxygen/user.cfg.in,jsm282001-11-244-3/+9
| | | | | | | | 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
* Daily bump.gccadmin2001-11-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47299 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-23 Phil Edwards <pme@gcc.gnu.org>pme2001-11-2413-336/+574
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* * src/vterminate.cc (__verbose_terminate_handler): Add leadingjason2001-11-233-5/+14
| | | | | | | underscores. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47292 138bc75d-0d04-0410-961f-82ee72b054a4
* * ChangeLog, docs/doxygen/maint.cfg.in, docs/doxygen/user.cfg.in,jsm282001-11-2339-74/+94
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Daily bump.gccadmin2001-11-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47283 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:jsm282001-11-233-27/+32
| | | | | | | | | | | * predict.c, reg-stack.c: Fix spelling errors. libstdc++-v3: * config/locale/moneypunct_members_gnu.cc, include/bits/locale_facets.h: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47278 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-22 Stephen M. Webb <stephen@bregmasoft.com>bkoz2001-11-226-654/+1799
| | | | | | | | | | | | | | | | * testsuite/23_containers/list_capacity.cc: New file. * testsuite/23_containers/list_ctor.cc: New file. * testsuite/23_containers/list_modifiers.cc: New file. * testsuite/23_containers/list_operators.cc: New file. 2001-11-22 Stephen M. Webb <stephen@bregmasoft.com> * include/bits/stl_list.h: Reformatted according to C++STYLE rules. (size): Replaced nonstandard distance() call with the standard one. (transfer): Uglified to _M_transfer. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47277 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47259 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-21 Paolo Carlini <pcarlini@unitus.it>pme2001-11-213-0/+31
| | | | | | | | | | PR libstdc++/4548 * include/bits/basic_string.tcc (basic_string::reserve): Never shrink below the current size. * testsuite/21_strings/capacity.cc (test02): Add test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47246 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47235 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47206 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-19 Phil Edwards <pme@gcc.gnu.org>pme2001-11-2020-34/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Daily bump.gccadmin2001-11-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47166 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47137 138bc75d-0d04-0410-961f-82ee72b054a4
* * libsupc++/eh_personality.cc (__cxa_call_unexpected): Take void*.jason2001-11-1812-19/+185
| | | | | | | | | | | | | | | | | | * libsupc++/eh_catch.cc (__cxa_begin_catch): Likewise. * libsupc++/unwind-cxx.h: Adjust. * src/Makefile.am (strstream.o): Pass -Wno-deprecated. * libsupc++/eh_type.cc (__cxa_current_exception_type): New file. * libsupc++/cxxabi.h: Declare it. * libsupc++/Makefile.am (sources): Add it. * src/vterminate.cc (verbose_terminate_handler): New file. * libsupc++/exception: Declare it. * src/Makefile.am (sources): Add it. * src/Makefile.am (VPATH): Check the src directory before the top one. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47132 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47115 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-16 Paolo Carlini <pcarlini@unitus.it>pme2001-11-162-1/+5
| | | | | | | * include/bits/stl_deque.h (deque::erase()): Fix memory leak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47103 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/17_intro/howto.html (Thread-safety): Renameljrittle2001-11-163-50/+111
| | | | | | | | | | | 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
* Daily bump.gccadmin2001-11-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47083 138bc75d-0d04-0410-961f-82ee72b054a4
* * docs/html/faq/index.html (Is libstdc++-v3 thread-safe?): Clarifyljrittle2001-11-152-3/+10
| | | | | | | wording. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47045 138bc75d-0d04-0410-961f-82ee72b054a4
* libstc++/4219ljrittle2001-11-152-2/+9
| | | | | | | | * include/bits/stl_alloc.h (alloc): Update to use __mem_interface. (single_client_alloc): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47044 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47042 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47004 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46978 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46935 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-111-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46923 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46915 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-091-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46876 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.target: Add os_include_dir for mingw32* target.cgf2001-11-087-2/+259
| | | | | | | | | | | | * 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
* Daily bump.gccadmin2001-11-081-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46842 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-07 Nathan Myers <ncm@cantrip.org>pme2001-11-073-93/+195
| | | | | | | | * docs/html/faq/index.html (5.8): New entry on ABIs. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46836 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-07 Phil Edwards <pme@gcc.gnu.org>pme2001-11-073-315/+448
| | | | | | | | | * docs/html/faq/index.html: Explain libsupc++, mention 'long long' bugfixes on Solaris. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46828 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46821 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-06 Phil Edwards <pme@gcc.gnu.org>pme2001-11-064-777/+808
| | | | | | | | | | * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Run the test in LANG_CPLUSPLUS mode. * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46815 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-061-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46803 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-05 Phil Edwards <pme@gcc.gnu.org>pme2001-11-064-1/+857
| | | | | | | | | | * 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-053-156/+219
| | | | | | | | * 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
* Daily bump.gccadmin2001-11-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46783 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46771 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46729 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/bits/stl_threads.h (_Atomic_swap): Only enable pathljrittle2001-11-022-1/+6
| | | | | | | when platform supports __GTHREAD_MUTEX_INIT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46725 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-02 Phil Edwards <pme@gcc.gnu.org>pme2001-11-0214-893/+870
| | | | | | | | | | | | | | | | | | | | | | | * acconfig.h: Update comments. * acinclude.m4 (GLIBCPP_ENABLE_C99): Move strtoll, strtoull tests... (GLIBCPP_ENABLE_LONG_LONG): ...to here. Don't check enable_c99. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * include/bits/boost_concept_check.h: Unconditionally compile uses of 'long long' which require only compiler support, not C lib support. * include/bits/cpp_type_traits.h: Likewise. * include/bits/std_limits.h: Likewise. * include/bits/type_traits.h: Likewise. * src/concept-inst.cc: Likewise. * src/limits.cc: Likewise. * include/c_shadow/stdlib.h: Compile conditionally on _GLIBCPP_USE_C99 instead of _GLIBCPP_USE_LONG_LONG. * include/c_shadow/bits/std_cstdlib.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46723 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-02 Phil Edwards <pme@gcc.gnu.org>pme2001-11-0287-149/+695
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/io/c_io_stdio.h: Correct grammar in comments. * docs/doxygen/Intro.3: Expand "top-level" man page. * docs/doxygen/doxygroups.cc: New module definitions (comments). * docs/doxygen/mainpage.doxy: Tweaks. * docs/doxygen/run_doxygen: Update Doxygen version, massage man pages. Add @file hooks so that headers are considered to be documented. * include/bits/basic_ios.h, include/bits/basic_file.h, include/bits/basic_string.h, include/bits/boost_concept_check.h, include/bits/char_traits.h, include/bits/codecvt.h, include/bits/concept_check.h, include/bits/cpp_type_traits.h, include/bits/fpos.h, include/bits/gslice.h, include/bits/gslice_array.h, include/bits/indirect_array.h, include/bits/ios_base.h, include/bits/locale_facets.h, include/bits/localefwd.h, include/bits/mask_array.h, include/bits/pthread_allocimpl.h, include/bits/slice.h, include/bits/slice_array.h, include/bits/std_algorithm.h, include/bits/std_bitset.h, include/bits/std_complex.h, include/bits/std_deque.h, include/bits/std_fstream.h, include/bits/std_functional.h, include/bits/std_iomanip.h, include/bits/std_ios.h, include/bits/std_iosfwd.h, include/bits/std_iostream.h, include/bits/std_istream.h, include/bits/std_iterator.h, include/bits/std_limits.h, include/bits/std_list.h, include/bits/std_locale.h, include/bits/std_map.h, include/bits/std_memory.h, include/bits/std_numeric.h, include/bits/std_ostream.h, include/bits/std_queue.h, include/bits/std_set.h, include/bits/std_sstream.h, include/bits/std_stack.h, include/bits/std_streambuf.h, include/bits/std_string.h, include/bits/std_utility.h, include/bits/std_valarray.h, include/bits/std_vector.h, include/bits/stl_algo.h, include/bits/stl_alloc.h, include/bits/stl_bvector.h, include/bits/stl_construct.h, include/bits/stl_deque.h, include/bits/stl_heap.h, include/bits/stl_iterator.h, include/bits/stl_iterator_base_funcs.h, include/bits/stl_iterator_base_types.h, include/bits/stl_list.h, include/bits/stl_map.h, include/bits/stl_multimap.h, include/bits/stl_multiset.h, include/bits/stl_numeric.h, include/bits/stl_pair.h, include/bits/stl_pthread_alloc.h, include/bits/stl_queue.h, include/bits/stl_raw_storage_iter.h, include/bits/stl_relops.h, include/bits/stl_set.h, include/bits/stl_stack.h, include/bits/stl_tempbuf.h, include/bits/stl_threads.h, include/bits/stl_tree.h, include/bits/stl_uninitialized.h, include/bits/stl_vector.h, include/bits/stream_iterator.h, include/bits/streambuf_iterator.h, include/bits/stringfwd.h, include/bits/type_traits.h, include/bits/valarray_array.h, include/bits/valarray_meta.h: Add hooks, tweak comments only. * include/bits/stl_algobase.h (swap, min, iter_swap): Also document these functions. * include/bits/stl_function.h: Tweak link comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46717 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-021-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46711 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-01 Paolo Carlini <pcarlini@unitus.it>bkoz2001-11-023-35/+66
| | | | | | | | | | | Benjamin Kosnik <bkoz@redhat.com> * testsuite/27_io/ios_manip_fmtflags.cc: Fix for non-interactive output. * include/bits/locale_facets.tcc (num_put::do_put(bool)): Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46709 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-01 Egor Duda <deo@logos-m.ru>bkoz2001-11-022-2/+8
| | | | | | | | | * config/os/newlib/bits/ctype_noninline.h (ctype<char>::do_toupper(char __c)): Check for proper character class. (ctype<char>::do_tolower(char __c)): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46708 138bc75d-0d04-0410-961f-82ee72b054a4