Home | History | Annotate | Download | only in etc

Lines Matching full:_string

17 	* stlport/stl/debug/_iterator.h, _string.h, src/string.cpp:
114 * stlport/stl/_string.c: fix bugs in string rfind, find_last_of,
878 * stlport/stl/debug/_string.h: Add missing copy methods in the debug
888 * stlport/stl/debug/_deque.h, _list.h, _slist.h, _string.h, _vector.h:
919 * stlport/stl/debug/_deque.h, _list.h, _slist.h, _string.h, _vector.h:
1393 _string.h, _vector.h, _move_construct_fwk.h, _rope.h:
1441 _rope.h, _rope.c, _string.h, _string.c: Impact of previous point.
1668 * stlport/stl/_string.h: Replace memory include with stl/_alloc.h
1675 * stlport/stl/_queue.h, _string.h, _rope.h, debug/_tree.h: Replace
1827 * stlport/stl/_string.h: Restored basic_string capacity implementation
1852 * stlport/stl/_string.c: a bit code clean
1885 * stlport/stl/_string_base.h, _string.c: Force call to
1925 * stlport/stl/_vector.h, _vector.c, _string.h, _string.c: Use of the
1951 * stlport/stl/_string.h: capacity may return wrong value in case
1962 * stlport/stl/_string.h: _STLP_FORCE_STRING_TERMINATION mode become
2016 * stlport/stl/_string.h: rollback 2006-01-25.
2191 * stlport/stl/_string.h: Use an other implementation for the
2275 * stlport/stl/_string.h: When _STLP_FORCE_STRING_TERMINATION
2278 * stlport/stl/debug/_string.h: Based implementation of []
2328 * stlport/stl/_string.h, stlport/stl/debug/_string.h:
3438 * stlport/stl/_string.h, _string_workaround.h: code refactoring, substr method
3490 * stlport/stl/_string_workaround.h, _string.h, debug/_string.h: Fix string
3684 * stlport/stl/_string.h, _rope.h: Removed __move_traits specialization
3703 * stlport/stl/_deque.h, _hashtable.h, _string.h, _tree.h, _vector.h:
3902 * stlport/queue, stl/_ctraits_fns.h, _hashtable.h, _numeric.h, _string.h
3920 * stlport/stl/_string.c, _rope.c: Add instanciation of npos for all
4968 of __get_c_string, moved to _string.h header, once string has been defined,
5245 * stlport/string, /stl/_string.h: Modification of the include schema.
5246 _string_io.h no more included from _string.h to avoid circular headers
5249 cctype include removed from _string.h. _string_hash.h also moved from
5250 _string.h to string for consistency.
5255 * stlport/stl/_string_base.h, _string.h: basic_string move traits STLport
5428 * stlport/stl/_string.h, debug/_string.h: Fix of the non Standard basic_string
5522 * stlport/stl/debug/_string.h: Fix of missing scopes thanks arabesc and
5535 * stlport/stl/_string.h, _string_workaround.h, debug/_string.h,
5799 * stlport/stl/_string.h: Add _STLP_USE_NO_IOSTREAMS check beforing deciding
5800 not to include _string.c thanks KL
5836 _num_put.h, _ostream.h, _sstream.h, _streambuf.h, _string.h, _time_facets.h:
5914 * stl/_string.h: Add of the missing compare methods on the basic_string
6356 * stlport/stl/_string.h: Add check of _STLP_NO_IOSTREAMS to force inclusion of
6357 _string.c in this case.
6359 * stlport/stl/_string.c: removal of the _STLP_LINK_TIME_INSTANTIATION macro check
6360 before inclusion as the check is already done to include _string.c from _string.h.
6376 * stlport/stl/_string.h: add check of the _STLP_EXPOSE_STREAM_IMPLEMENTATION
6377 macro to include the _string.c file. Improve compile time when _STLP_NO_CUSTOM_IO
6380 * stlport/stl/_string.h, stlport/stl/debug/_string.h, _string_mem_t.h: restoration
6442 * stlport/stl/_string.h, _string.c, debug/_string.h: split of the basic_string
6697 * stlport/stl/_string.c, stlport/stl/_string.h: fix of missing scopes to
6923 * stlport/stl/_string.h: reorder of in-class template and
6926 * stlport/stl/debug/_string.h: fix insert and replace for
6955 * stlport/stl/_string.h: VC compiler expect only one variant---template
6965 * stlport/stl/debug/_string.h: avoid attempt to invalidate iterators beyond
7043 * debug/_relops_cont.h, debug/_string.h: fix typos in template specializations.
7074 * _string.c: avoid 'insert( iterator, const_iterator, const_iterator )'
7130 * _string.h: use _STLP_FORCE_STRING_TERMINATION flag to enforce
7140 * _string.h: Implementation of the short string optimization.
7172 * _string.h: implementation of the expression template for string
7206 * _string.c: judicious correction for string::find_first_not_of to
7270 * _string.h: correction of a bug on string auto referencing throught
7289 * _string.h: correction of the replace implementation badling form
7292 * _string.h, _string.c: Modification of the _M_copy method
7532 * _string.h : _M_null expressed via _STLP_DEFAULT_CONSTRUCTED (Thanks Anthony)
7778 * stl/_string.h : operator __std_string() uses constructor with a size to correctly initialize string containing null chars (Thanks Armin)
8044 * debug/_string.h : +() operators defined unconditionally ( thanks to Gerd Hoeren for the report)
8243 * _string.h : compare() bugfix (thanks to Anton Sergeev)
8252 * _tree.h/c, _list.h/c, _slist.h/c, _vector.h/c, _string.h/c : using directive for data members
8325 * debug/_string.h : improvement to string with __STL_DEBUG w/o member templates
8328 * debug/_string.h : fixed internal compiler error for VC++ 5.x (thanks to chvetsov for the report)