.. |
basic_ios.h
|
std_sstream.h (basic_istringstream): Adjust initialization.
|
2003-03-28 19:45:44 +00:00 |
basic_ios.tcc
|
[multiple changes]
|
2003-02-18 05:45:07 +00:00 |
basic_string.h
|
basic_string.h (compare(const basic_string&)): Fully qualify min() with std::.
|
2002-12-02 22:15:54 +00:00 |
basic_string.tcc
|
strstream.cc, [...]: Remove incorrect whitespace added in my previous change.
|
2003-03-05 22:24:56 +00:00 |
boost_concept_check.h
|
stl_map.h, [...]: Reformat and complete doxygenation.
|
2002-06-22 03:03:56 +00:00 |
c++config
|
Daily bump.
|
2003-04-22 00:17:06 +00:00 |
char_traits.h
|
acinclude.m4: Minor comment tweaks.
|
2002-09-01 00:33:53 +00:00 |
codecvt.h
|
[multiple changes]
|
2003-02-06 06:24:21 +00:00 |
concept_check.h
|
std_bitset.h (_M_do_find_next): Fix -Wall nit.
|
2003-04-15 06:11:10 +00:00 |
cpp_type_traits.h
|
signbitl.c: Copyright years as list, not range.
|
2002-01-16 19:57:39 +00:00 |
demangle.h
|
demangle.h: Prepend accessors of class qualifier with 'get_' in order to fix warnings when...
|
2003-03-11 13:48:16 +00:00 |
deque.tcc
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
fpos.h
|
TODO: Note change in clause 27 docs.
|
2002-11-21 07:06:41 +00:00 |
fstream.tcc
|
Consistently use _M_in_beg instead of eback(), _M_in_cur instead of gptr(), and so on.
|
2003-04-21 21:44:44 +00:00 |
functexcept.h
|
|
|
gslice_array.h
|
slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects.
|
2002-08-05 02:09:27 +00:00 |
gslice.h
|
signbitl.c: Copyright years as list, not range.
|
2002-01-16 19:57:39 +00:00 |
indirect_array.h
|
slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects.
|
2002-08-05 02:09:27 +00:00 |
ios_base.h
|
ios_base.h (ios_base::Init::_S_initialized()): Added _S_initialized() in order to allow debugging libraries to detect when...
|
2003-03-05 18:53:18 +00:00 |
istream.tcc
|
re PR libstdc++/9555 (ostream inserters fail to set badbit on exception)
|
2003-04-18 03:46:44 +00:00 |
list.tcc
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
locale_classes.h
|
Const correctness issue: http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html
|
2003-02-01 16:37:20 +00:00 |
locale_facets.h
|
[multiple changes]
|
2003-02-18 05:45:07 +00:00 |
locale_facets.tcc
|
locale_facets.tcc: Fix typo.
|
2003-03-08 09:11:04 +00:00 |
localefwd.h
|
locale_facets.h: Move non-facet classes requiring <string> to...
|
2003-01-22 16:51:52 +00:00 |
mask_array.h
|
slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects.
|
2002-08-05 02:09:27 +00:00 |
ostream.tcc
|
re PR libstdc++/9555 (ostream inserters fail to set badbit on exception)
|
2003-04-18 03:46:44 +00:00 |
pthread_allocimpl.h
|
Makefile.am (std_headers): Remove cXXX from list.
|
2002-01-04 21:27:36 +00:00 |
slice_array.h
|
* include/bits/slice_array.h (slice_array<>::operator=): Fix typo.
|
2002-12-10 07:32:04 +00:00 |
sstream.tcc
|
Consistently use _M_in_beg instead of eback(), _M_in_cur instead of gptr(), and so on.
|
2003-04-21 21:44:44 +00:00 |
stl_algo.h
|
Merge basic-improvements-branch to trunk
|
2002-12-16 18:23:00 +00:00 |
stl_algobase.h
|
Merge basic-improvements-branch to trunk
|
2002-12-16 18:23:00 +00:00 |
stl_alloc.h
|
re PR libstdc++/9582 (ODR violation in std::allocator)
|
2003-02-20 00:11:43 +00:00 |
stl_bvector.h
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
stl_construct.h
|
Intro.3: Date tweak.
|
2002-03-27 21:41:36 +00:00 |
stl_deque.h
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
stl_function.h
|
stl_function.h: Remove two lines of comments; adjust copyright years.
|
2002-01-06 09:14:15 +00:00 |
stl_heap.h
|
|
|
stl_iterator_base_funcs.h
|
deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary.
|
2002-08-09 16:51:15 +00:00 |
stl_iterator_base_types.h
|
TODO: Note change in clause 27 docs.
|
2002-11-21 07:06:41 +00:00 |
stl_iterator.h
|
abi.txt: New file.
|
2002-07-20 06:26:27 +00:00 |
stl_list.h
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
stl_map.h
|
re PR libstdc++/9811 (incorrect documentation for std::map::lower_bound, etc.)
|
2003-02-25 06:27:10 +00:00 |
stl_multimap.h
|
re PR libstdc++/9811 (incorrect documentation for std::map::lower_bound, etc.)
|
2003-02-25 06:27:10 +00:00 |
stl_multiset.h
|
* config/locale/gnu/ctype_members.cc
|
2002-12-27 23:03:03 +00:00 |
stl_numeric.h
|
stl_numeric.h (power + helpers, iota): Move to...
|
2002-01-03 19:02:18 +00:00 |
stl_pair.h
|
stl_pair.h: Tweak comment markup.
|
2002-05-21 21:09:11 +00:00 |
stl_pthread_alloc.h
|
|
|
stl_queue.h
|
stl_deque.h: Fix typo.
|
2002-12-23 17:36:24 +00:00 |
stl_raw_storage_iter.h
|
Intro.3: New 'Allocators' module.
|
2001-12-19 21:57:43 +00:00 |
stl_relops.h
|
Intro.3: Date tweak.
|
2002-03-27 21:41:36 +00:00 |
stl_set.h
|
* config/locale/gnu/ctype_members.cc
|
2002-12-27 23:03:03 +00:00 |
stl_stack.h
|
stl_deque.h: Fix typo.
|
2002-12-23 17:36:24 +00:00 |
stl_tempbuf.h
|
Merge basic-improvements-branch to trunk
|
2002-12-16 18:23:00 +00:00 |
stl_threads.h
|
stl_threads.h (_GLIBCPP_mutex, [...]): Declare in namespace __gnu_cxx.
|
2002-10-13 06:35:15 +00:00 |
stl_tree.h
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
stl_uninitialized.h
|
re PR libstdc++/6513 (sigfaults on trivial code)
|
2002-05-01 02:17:35 +00:00 |
stl_vector.h
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |
stream_iterator.h
|
|
|
streambuf_iterator.h
|
streambuf_iterator.h (_M_put): Set _M_failed if sputn fails.
|
2003-03-07 14:14:11 +00:00 |
streambuf.tcc
|
Consistently use _M_in_beg instead of eback(), _M_in_cur instead of gptr(), and so on.
|
2003-04-21 21:44:44 +00:00 |
stringfwd.h
|
re PR libstdc++/8318 (Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T)
|
2002-11-01 17:30:36 +00:00 |
type_traits.h
|
[multiple changes]
|
2002-04-16 02:29:22 +00:00 |
valarray_after.h
|
valarray_meta.h: Remove, split into ...
|
2003-01-24 16:32:11 +00:00 |
valarray_array.h
|
valarray_array.h (_DEFINE_ARRAY_FUNCTION): Use our object function surrogates.
|
2002-08-02 23:08:40 +00:00 |
valarray_array.tcc
|
signbitl.c: Copyright years as list, not range.
|
2002-01-16 19:57:39 +00:00 |
valarray_before.h
|
re PR libstdc++/9234 (unary minus for valarrays broken)
|
2003-02-03 10:38:36 +00:00 |
vector.tcc
|
cp-tree.h (lang_type_class): Remove is_partial_instantiation.
|
2003-01-16 20:30:50 +00:00 |