Lines Matching full:fixed
27 * _threads.h, _alloc.c : fixed use of _STL_mutex_base instead of _STL_STATIC_MUTEX macro
31 * fstream.cpp : WIN32 fstreambuf::open flag mapping fixed
34 * ctype.cpp : fixed classic table regarding ios_base::print/ios_base::space
42 * README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report)
44 * _bitset.h : fixed SUN CC 4.2 crash with -g option (thanks to Alex Vanic for the report),
45 fixed bug in bitset<>::reference base bitset typedef
47 * _threads.h/.c - fixed issue with inconsistent system's macro for initialization
50 * debug/_vector.h : fixed _Vector_nonconst_traits specialization for bit_vector
54 * _ios.h : fixed DLL export decl for MSVC (thanks to Alberto Barbati for the report)
61 * INSTALL : added some exaples and fixed typos (thanks to Beman Dawes for the report)
67 * complex_io_w.cpp : fixed specialization syntax for aCC (thanks to Paul E. Blanchard for the report)
69 * complex_exp.cpp : fixed pow() bug for negative arguments (thanks to Anton Sergeev for the report)
86 * _set.h/_hash_set.h : pointer and reference typedefs fixed (thanks to Anton Sergeev for the report)
96 * _rope.c - fixed memory leak bug;
99 * _hashtable.h - fixed debug renaming clash for __STL_USE_ABBREVS
102 * _fstream.c : fixed tellg() bug in text mode
108 stl_hpacc.h - fixed config;
120 * config/stl_gcc.h - fixed configuration problem for "g++-3" directory used in Cygnus and Mingw
132 * stl_bc.h : fixed enforcement of static library until dynamic made to work (thanks to J. Lambert for the report)
163 * ctype.cpp : fixed bug with ctype<char>::is (const char*, const char*, mask)
165 * ctype.cpp : fixed is(print) for certain platforms where print is a separate flag
167 * ftstream.cpp : fixed corner case bug for Win32 text output (thanks for Dirk Schreib for the report)
169 * _streambuf.h, _fstream.h, stdio_strembuf.h : fixed overflow/pbackfail() virtuals definition;
170 * _bitset.h : _M_copy_from_string fixed for non-member-template case (thanks to Alex Vanic for the report)
179 * _codecvt<>::do_length: fixed first parameter to be const mbstate_t &;
182 * _complex.h : fixed complex<>::operator= and constructors signature to take const T&
184 * _istream.c : fixed formatted input involving binary '0'
186 * locale_impl.cpp : insertion of time_put<wchar_t> fixed
202 * stl_msvc.h - fixed bug caused static lib to always be selected
204 * gcc.mak - fixed AR definition for static link
210 * threads.h - fixed guards for DreamSega WinCE (thanks to Ben Nason for the report)
212 * fstream.cpp : fixed truncation for WIN32 (thanks to Bruce Alderson for the report)
214 * _istream.c/_M_ignore_unbuffered() - fixed count bug
216 * _istream.c/ readsome() : fixed extra failbit setting on eof
222 * stl_wince.h : fixed assert() definition for Win CE (thanks to Andrew Waters for the report)
224 * vc_select_lib.h " fixed __declspec selection for Win CE (thanks to Andrew Waters for the report)
226 * _rope.c - fixed bug in _S_destr_concat_char_iter (thanks to E.Musser for the fix)
228 * debug/_vector.h - fixed DLL export for vector<void*>
285 * complex_io.h - fixed operators declarations for MetroWerks
289 * debug/_iterator.h, debug/_vector.h - fixed relaxed iterator constructors (thanks to Dave Abrahams for the patch)
293 * debug/_iterator.h : fixed relaxed const/non-const iterator construction for debug mode
303 * _locale.h:104 : fixed ummaned parameters
305 * _tempbuf.h - fixed absent inclusion of _tempbuf.c
311 * _streambuf.h - fixed snextc() bug for wchar_t
327 * gcc.mak - fixed for shared target
335 * _complex.h : fixed DLL declarations for i/o operators
337 * _ostream.h : fixed sentry behavoiur and DLL specs.
339 * _istream.h : fixed DLL specs, optimized some try/catch blocks
341 * _vector.h : fixed vector::insert body definition for __STL_INLINE_MEMBER_TEMPLATES
347 * resource info fixed (thanks to Michael Entin for the report)
349 * debug/_string.h : fixed _M_start resolution bug (thanks to Rob for the report )
357 * _ostream.c/_istream.c : fixed lookup for _S_eof symbol (thanks to Anton Sergeev for the report)
359 * _ios.h - fixed VC++ DLL warning for specializations
372 * stl/_list.c - fixed reverse() "inline",
373 _deque.h - fixed cast bug for xlC (thanks to Alex Vanic for the reports)
375 * stl/_strstream.h - fixed DLL specs (thanks to Parcival Willems for the report)
377 * stl/_string.h, debug/_string.h - fixed conversion from native string with __STL_DEBUG
380 * stl/_istream.h - fixed clash of "__N" symbol with ctype.h macro for some compilers
383 * Configuration fixed for Borland C++ 5.02 compiler [ deque still does not work with it ]
385 * gcc-2.7.2 configuration fixed
396 * stl_hpacc.h - fixed #endif bug,
397 _limits.h/.c - fixed array initialization,
398 _string_io.h, _locale.h - fixed circular dependancy,
400 _i[o]stream.c, _rope.[hc] - lookup fixed for dependant symbols
405 * stl/_list.c - fixed reverse() [ new SGI code, merged unported first ]
408 * stl/_bvector.h : fixed ambiguity problem with relational iterators
411 * stl/_alloc.c, stl/_threads.c - fixed static member definitions for compilers
415 * standard wide streams initialization bug on Win32 fixed (thanks to Harold Putman for the
433 * src/locale_impl.h - fixed multiple defined symbol problem with gcc
442 * fstream.cpp - _M_write bug for Win32 text mode fixed (thanks to Mike Pyle)
446 * debug/_debug.h/.c, debug/_deque.h, debug/_string.h - fixed debug mode bugs;
476 rope.h typo fixed (thanks to Alex Vanic for the report)
481 * <new> fixed to import nothrow and nothrow_t
489 * Windows CE compatibility fixed (thanks to Gavin Wood for the report)
491 * <sstream> fixed for non-SGI case, ios.cpp bug in __STL_NO_EXCEPTIONS
492 mode fixed, debug iterators fix (thanks to Todd Richmond).
494 * VC++ 5.0 and 4.2 compatibility fixed (thanks to Ilya for the report)
500 * fstream.cpp : Win32 text mode : bugs fixed, SGI code used.
501 fixed _M_open() creation flags for Win32 (thanks to Mike Pyle for the report)
516 * _bvector.h : Watcom compatibility fixed (thanks to Ricardo E. Gayoso for the report)
518 * __STL_DONT_REDEFINE_STD flag behaviour fixed
524 * Fixed bug with istream reading numbers in hex mode (thanks to Dave Abrahams
555 * wrap_std/strsream : fixed preprocessor bug, strstream.h included
593 Fixed memory-mapping bugs.
601 * Fixed SUN CC deque<> problem with -g