Home | History | Annotate | Download | only in etc

Lines Matching full:missing

3 	* src/allocators.cpp: Add missing const_cast in lock free
153 * stlport/stl/_cstdio.h, _ctime.h: Add missing macro definition
360 * stlport/stl/_threads.h, src/locale.cpp: Add missing parenthesis
459 missing mbstate_t definition.
471 supported by platform missing exception support and moreover
513 * stlport/stl/_cwchar.h: Restore code to define potentially missing
515 missing some native includes to work, in _cwchar.h everything should
630 revealed that we were missing ieeefp.h include.
878 * stlport/stl/debug/_string.h: Add missing copy methods in the debug
883 * stlport/stl/_algo.h: Add missing _STLP_PRIV namespace scope in calls
954 missing null termination in rope constructor from a character
1076 was missing as some compiler might not have supported it.
1196 * stlport/stl/pointers/_tools.h: Add missing template method
1240 missing hash_func and key_eq methods in this mode.
1299 * stlport/stl/debug/_tree.h: Patch from Ulrich Eckhardt to add missing
1340 add missing != operators when using string template expression.
1576 * src/time_facets.cpp: Add missing calling convention on
1671 * test/unit/fstream_test.cpp: Add missing memory include.
1812 * test/unit/locale_test.cpp: Add missing <stdexcept> header include.
1818 * test/unit: Add many missing references to <functional> header.
1906 missing _STLP_MSVC define for evc++ compilers.
2126 * stlport/stl/_hashtable.h, _limits.h: Add missing calling
2502 static specification was missing.
2714 * src/stdio_streambuf.cpp: Add missing 'defined' when checking
2855 * build/Makefiles/gmake/lib/bcc.mak: Add missing archiver page size parameters.
2878 * build/Makefiles/gmake/cygming/targetsys.mak: Add missing info for
2885 for windows and missing catalog in dependency tree.
2887 * build/Makefiles/gmake/windows/rules-install-so.mak: Add missing
2900 * stlport/stl/_auto_ptr.h: Add missing Standard throw() specification
3440 constructor, thanks Felix Wyss report. Also add missing allocator parameter
3811 as the SDK is missing the underlying modff implementation.
3813 * stlport/cstdlib: Add a div function definition which is missing in the
3816 * stlport/cstdio: Add vsnprintf definition which is missing in Windows
3845 * stlport/stl/_valarray.h: Add missing _debug.h header inclusion for
3949 * stlport/stl/_string_sum.h: Fix missing return statement in a compare
4047 C casts replaced by static_cast and const added when missing.
4080 to help track missing initialization issue.
4156 * stlport/stl/_fstream.h: Add missing basic_fstream construction from a
4195 concerning currency international symbol, the separation character is missing.
4278 * stlport/ciso646: Creation of this missing C++ standard header STLport
4518 * stlport/stl/_time_facets.c: gcc warnings reveal that we were missing some
4664 * stlport/stl/_algobase.c: Add missing const in return type of the const
4683 * stlport/stl/_list.h, _slist.h: Add missing get_allocator() call when
4796 * stlport/cstdlib: Fix missing div taking long definition for VC71.
4831 * stlport/stl/_cmath.h: Fix missing non Standard hypot function under
4876 * build/Makefiles/gmake/cygmin/rules-install-so.mak: Add missing folder
5040 * src/fstream.cpp: Add INVALID_SET_FILE_POINTER definition when missing for
5185 * stlport/stl/debug/_slist.h: Add of many missing checks for the special
5234 * build/Makefiles/nmake/vc70.mak: Add missing file.
5239 based on the 12 April 2004 Technical Report document. Add missing hash policy
5253 was missing after string include schema modification.
5298 * src/vc_warning_disable.h: Add of the missing 4503 warning disable for MSVC6.
5350 * Some more warning fixes. Mostly add of missing char_traits::to_char_type calls.
5437 * stlport/stl/_codecvt.h: Add of a missing export declaration for the wchar_t
5477 * build/lib/nmake-src-prefix.mak: Add of missing rules for .c and .rc file type.
5481 * stlport/stl/_hashtable.c: Fix missing allocator argument in new slist
5522 * stlport/stl/debug/_string.h: Fix of missing scopes thanks arabesc and
5606 * stlport/typeinfo: Patch from Ulrich Eckhardt to fix missing type_info struct
5741 imports of missing native C functions.
5767 * stlport/cstdlib, stl/_cmath.h: Addition of some missing math function
5914 * stl/_string.h: Add of the missing compare methods on the basic_string
6105 the associated ressources. Fix of a missing locale impl ref counter decrement
6109 STLport library is unloaded. Addition of all the missing classic locale facets
6496 * test/unit/divide_test.cpp: add the missing functionnal header
6697 * stlport/stl/_string.c, stlport/stl/_string.h: fix of missing scopes to
6704 * stlport/stl/_ostream.h: fixes of the missing scopes to access the basefield enum
6710 * stlport/stl/_rope.h: fix of the missing scope to access base template class
6740 Implementation of the missing money_put::put method taking a long double.
6772 of the missing __stl_alloc_rebind and __stl_alloc_create useful for compiler
7014 * Addition of many missing macro guards in the stlport public headers to avoid to break
7273 * _valarray.h: correction of the missing slice_array copy constructor
7285 of the missing iterator base class (Thanks Tanaka)
7315 * _valarray.h: Correction of the missing explicit keyword in front of one of the valarray constructors
7391 * debug : many missing iterator invalidation corrected (thanks Detlev V.Davidson and Francois Dumont)
7434 * stl_gcc.h : added missing inclusion for SCO platform (thanks Emmanuel Soden)
7610 * src/_locale_impl.cpp : added missing guards for codecvt<> in _STLP_NO_MBSTATE_T case
7744 * sparc_atomic.s : file missing from the distribution restored
7934 * debug/_list.h : missing template versions of remove_if(), merge() added. Missing regular sort() added.
7937 * debug/_slist.h : missing sort() (template and regular) interface added