BUGS: Update from 2.90.8 snapshot.
2003-06-10 Phil Edwards <pme@gcc.gnu.org>
* docs/html/17_intro/BUGS: Update from 2.90.8 snapshot.
* docs/html/17_intro/CHECKLIST: Bring up to date with respect to
correctness of container::iterator typedefs. Fix whitespace.
* docs/html/20_util/howto.html, docs/html/ext/howto.html: Add links
to allocator docs.
* docs/html/documentation.html: Regenerate.
* include/bits/basic_string.h, include/bits/basic_string.tcc,
include/bits/deque.tcc, include/bits/list.tcc, include/bits/stl_algo.h,
include/bits/stl_algobase.h, include/bits/stl_bvector.h,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_uninitialized.h,
include/bits/stl_vector.h, include/bits/vector.tcc,
include/ext/algorithm, include/ext/slist, include/std/std_bitset.h:
Change _Iter names to _Iterator, and __pos to __position.
* include/bits/stl_relops.h, include/bits/stl_numeric.h,
include/bits/stl_multiset.h, include/bits/stl_set.h:
Remove emacs markers.
* include/bits/stl_threads.h (_STL_auto_lock): Add __unused__.
From-SVN: r67736
2003-06-11 05:52:25 +08:00
|
|
|
2003-04-26
|
2000-04-22 04:33:34 +08:00
|
|
|
|
|
|
|
- _GLIBCPP_HAS_BUILTIN_SINF: We should still hold out for a cleaner solution the is currenly the case in bits/std_cmath.h.
|
|
|
|
|
ChangeLog, [...]: Fix spelling errors.
* ChangeLog, docs/doxygen/maint.cfg.in, docs/doxygen/user.cfg.in,
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.
From-SVN: r47291
2001-11-24 00:29:02 +08:00
|
|
|
- there may be one set of remaining string bugs, dependent on final
|
2000-04-22 04:33:34 +08:00
|
|
|
clarification of the string::find technicalities when finding in an
|
|
|
|
empty string or using an empty string for an argument. At the very
|
|
|
|
least, v-3 has interpreted the standard in a way that is in opposition
|
|
|
|
to other libraries on other platforms.
|
|
|
|
|
|
|
|
- trigraphs and keywords a la the iso646 header are not correctly
|
|
|
|
implemented. It looks like the compiler recognizes them as keywords
|
|
|
|
but then doesn't translate into the correct bit ops. It is a mystery.
|
|
|
|
|
|
|
|
- wide strings have not been tested, and may therefore be unusable.
|
|
|
|
|
|
|
|
- Chapter 27 io functionality is not finished. As such, there are
|
|
|
|
known bugs in: filebuf::putbackfail
|
|
|
|
|
|
|
|
- Many facet implementations are stubs. (22)
|
|
|
|
|
|
|
|
- Almost no optimizations for small-footprint/low-overhead. (22,27)
|
|
|
|
|
|
|
|
- There has been some work to wrap the C headers in namespace std::, but
|
|
|
|
it may not be complete yet, and C macros are not shadowed. Please consult
|
|
|
|
the mailing list archives for more information.
|
|
|
|
|
|
|
|
|