home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / etc / ChangeLog next >
Text File  |  2002-02-08  |  41KB  |  905 lines

  1. The following changes were made in 4.5.3 since 4.5.1 release:
  2.  
  3.     * iostreams ported to Windows CE (thanks Andrew Waters)
  4.  
  5.     * iostreams ported to AmigaOS (thanks Steven Solie)
  6.  
  7.     * iostreams ported to NCR 3.x (thanks Emmanuel Soden)
  8.     
  9.     * _hash_map::operator[] : enhanced to avoid calling default object constructor
  10.      (Thanks Yuri Taranenko for the report)
  11.  
  12.     * Identifier "__value" changed everywhere to "__val" to avoid clashes with Microsoft's "managed C++" keyword (thanks Crow for the report)
  13.  
  14.     * Most containers : swap() fixed to swap non-stateless allocators correctly (thanks Scott Meyers)
  15.  
  16.     * _sstream : fix to account for ios_base::app flag properly
  17.  
  18.     * type_traits.h : _IsOKToMemCpy() fixed to only allow memcpy() for same type arguments (thanks  Ed Brey for the report)
  19.     
  20.     * stl/_num_put.c, stl/_list.c : workarounds for Debian gcc (thanks Levente Farkas)
  21.     
  22.     * <typeinfo> : fixed MS workaround (thanks  Wil Evers,  Andrew Ushakov)
  23.  
  24.     * _pthread_alloc.h : added per_thread_allocator class; returns memory to the same thread it's been allocated in.
  25.  
  26.     * _iterator_old.h : restored ->() operator for MSVC (thanks Daniel Anderson)
  27.  
  28.     * a bunch of MPW fixes (thanks Tsutomu Yoshida)
  29.  
  30.     * _config_compat.h : fixed compatibility definition for _STLP_NO_EXCEPTIONS (thanks Nicolas)
  31.  
  32.     * _fstream.c : fixed bug in _M_seek_init (thanks Pavel Kuznetsov)
  33.     
  34.     * _rope.h : rope<>::swap() methods fixed for non-partial ordering case (thanks Eric Musser)
  35.      
  36.     * comlex_trig.cpp : fixed bug on SGI (thanks Mortis)
  37.  
  38.     * A bunch of fixes for HP aCC compilation with -AA option (thanks  John Bossom)
  39.  
  40.     * *.c files : added conditional inclusion of corresponding *.h file to fix xlC issues with -tempinc option (thanks Alla Bogolyubov for the report)
  41.  
  42.     * _auto_ptr.h : "struct" changed to "class" (thanks Alex Pinsker for the report)
  43.  
  44.     * _config.h/stl_user_config.h : handling of macro _STLP_WHOLE_VENDOR_STD rectified
  45.  
  46.     * _num_put.c : do_put(const void*) changed to output pointers in hex format (thanks  Alex Rosenberg)
  47.  
  48.     * test/eh/test_algobase.cpp : fixed alignment to work on 64-bit architectures
  49.  
  50. The following changes were made in 4.5.1 beta 1 since 4.5 release:
  51.  
  52.     * _config.h, _epilog.h : new namespace inclusion schema implemented for own iostreams mode
  53.      (no std:: redefinition; _STL:: namespace imported into std::, instead of std:: imported to _STL.
  54.       C library header files wrappers become obsolete if this mode is used and no own namespace is selected.
  55.       They will be moved out to distinct directory in the next release, and default is going to be no own namespace 
  56.       with own iostreams.)
  57.        For some compilers (VC6), this only works with _STLP_NO_OWN_NAMESPACE and _STLP_OWN_IOSTREAMS settings. 
  58.     
  59.     * iostreams ported to SCO OpenServer (thanks Emmanuel Soden)
  60.  
  61.     * sparc_atomic.s : added "stbar" to fix multiprocessor crashes on SPARC
  62.  
  63.     * dll_main.cpp : forced link of Bs_G static data members (thanks  Sandy Martel). Function wrapped in STLport namespace.
  64.  
  65.     * _alloc.c : fixed _STLP_CHUNK_MALLOC for debug malloc configuration (thanks  Markus Sch÷pflin)
  66.  
  67.     * _config_compat.h : fixed compatibility section for _STLP_NO_OWN_IOSTREAMS
  68.  
  69.     * fstram.cpp , vc6.unicode.mak : fixed bug in wide streams handling for VC6 (thanks Jim Dolter)
  70.  
  71.     * etc/*.txt : files list broken up into several categories for future reorganization
  72.  
  73.     * stl_msvc.h : fixed library selection for .NET (Thanks Franz Zetting)
  74.  
  75.     * _ftsream.h, iostream.cpp : fixed compilation for _STLP_NO_EXTENSIONS case (thanks  Ben Dorman for the report)
  76.  
  77.     * char_traits.h : fpos<> operators == made members (thanks  Thomas Witt)
  78.  
  79.     * _threads.h : added using directive for Solaris x86 compile (thanks Mukesh Kapoor)
  80.  
  81.     * _threads.h : fixed InterlockedXXX definitions for VC++ 6.0 SP5 (thanks AndreasM)
  82.  
  83.     * gcc-install-apple-macosx.mak : INSTALL_STEP set to install_unix (Thanks Tron Thomas)
  84.  
  85.     * common.mak : default install directory for Unix set to /usr/local
  86.  
  87.     * _string.h : _M_null expressed via _STLP_DEFAULT_CONSTRUCTED (Thanks Anthony)
  88.  
  89.     * _site_config.h : made sure _STLP_NO_THREADS are set if _NOTHREADS is on (Thanks Jeppe Madsen)
  90.  
  91.     * _config.h : _STLP_WIN32THREADS is set (bugfix) ( thanks to Andreas Malzahn )
  92.  
  93.     * _num_put.c, common_rules.mak : patches by Levente Farkas 
  94.  
  95.     * etc/STLport-4.5.1.spec : spec file to build STLport-4.5.1 RPM added (thanks Levente Farkas)
  96.  
  97.     * _auto_ptr.h , _debug.c, _debug.h : debug check for auto_ptr pointer added (thanks Gerd Hoeren for the idea)
  98.  
  99.     * debug/_vector.h : invalidation for erase() corrected not to invalidate current iterator (Thanks ALberto Barbati)
  100.  
  101.     * stl_bc.h : restored automatic library link directive for cases when STLport is not a native library
  102.  
  103.  
  104.     * _auto_ptr.h : template constructor conversion bug fixed (thanks mbergal)
  105.  
  106.     * MIngw32 patches integrated (thanks Wu Yongwei)
  107.  
  108.     * src/complex_impl.h : case for DEC CXX changed to general, instead of extension functions for float and long double, to get it compliled with CC 6.1 (thanks Tony McConnell) 
  109.  
  110.     * dll_main.cpp : added __malloc_alloc instantiation (thanks Michael Ehrig)
  111.  
  112.     * _debug.c : fixed race condition in _M_detach (thanks Achim Stremplat)
  113.  
  114.     * test/*/hpacc.mak : fixed flags and libs (thanks  Michael Ehrig)
  115.  
  116.     * typeinfo : added fix for MS VC ::bad_cast confusion (thanks Alberto Barbati)
  117.     
  118.     * debug/_vector.h : removed extra guard for MSCV around member template constructor (thanks Alberto Barbati)
  119.     
  120.     * _fstream.h : added extension basic_fstream<> constructors taking protection parameter (thanks Mukesh Kapoor for the idea)
  121.  
  122.     * stl_sunpro.h : added additional C include directory choice for Solaris 6&7 (thanks John E. Bossom)
  123.     
  124.         * _vector.c : added _vector.h inclusion for _STLP_LINK_TIME_INSTANTIATION case (thanks Alex Vanic)
  125.  
  126.  
  127.     * _num_put.c : fixed overflow case with grouping (thanks Will Evers)
  128.     
  129.     * _istreambuf_iterator.h : fixed distance_type return type (thanks Anthony Williams)
  130.  
  131.     * debug/_vector.h : debug version of push_back() added (thanks)
  132.  
  133.     * Iostreams ported to LynxOS 3.0 (thanks Dmitry Azovtsev)
  134.      
  135.     * wrappers/*.h : added inclusions of the master header to fix xlC 3.x compile (Thanks Dmitry Azovtsev)
  136.  
  137.     * Changes for BCB6 integration (thanks Nathan York)
  138.  
  139.     * Removed all dead code blocks marked by #if OBSOLETE and #if 0
  140.  
  141.     * Updates build spec file for Linux rpm (thanks Levene Farkas, Harold van Oostrom)
  142.  
  143.     * complex_trig.cpp : limits changed to be static, for performance optimization (thanks Sergei Nikolaev)
  144.  
  145.     * _algo.c : eliminated default-constructed iterators, to lift unnecessary restriction (thanks Tonci Tomic )
  146.      
  147.     * _vector.h : fixed bug in assign() : copy used instead of __copy_aux (Thanks Tim Finer)
  148.  
  149.     * stl_sunpro.h : restored _STLP_HAS_NO_NEW_C_HEADERS switch for SUN CC 4.2
  150.  
  151.     * <new> : __stl_new definition put into the namespace (thanks Satoshi Nakamura)
  152.  
  153.     * bcb*.mak : fixed md command and DYN_LINK (thanks Kirby Zhou)
  154.  
  155.     * stl_user_config.h : added _STLP_USE_CUSTOM_CHAR_TYPES_IO switch to optimize iostreams for default case
  156.     
  157.     * debug/_vector.h : fixed debug check bug (thanks Gerd Hoeren)
  158.  
  159.     * _alloc.h : allocator::construct uses std::_Construct (thanks Gert Grossmann)
  160.  
  161.     * stl/_alloc_old.h : restored (thanks Gert Grossmann)
  162.  
  163.     * stl/_threads.h : fixed _STLP_ATOMIC_xxx macros for DEC (thanks Gert Grossman)
  164.  
  165.     * src/_locale_impl.cpp : added missing guards for codecvt<> in _STLP_NO_MBSTATE_T case
  166.      
  167.     
  168. The following changes were made in 4.5 release since 4.5 beta 8 :
  169.     
  170.     * _threads.h, debug/_debug.h etc : STLport iostreams library made binary compatible with user code compiler w/o multithreaded switch, for some platforms
  171.     
  172.     * config/stl_msvc.h, <cmath> : corrected _STLP_NO_USING_FOR_GLOBAL_FUNCTIONS for VC++ 6.0 SP5 
  173.       (Thanks Alberto Barbati)
  174.  
  175.     * src/vc6.mak : RC macro definition restored (Thanks Graham)
  176.  
  177.     * stl/_cmath.h, <cmath> : parts of code moved to <cmath> as <valarray> uses it (Thanks Synge Todo)
  178.  
  179.     * stl/_tree.c : fixed insert_unique() with a hint bug (Thanks Serge Pashkov)
  180.      
  181.     * src/gcc-*.mak : removed -nostdinc++ option
  182.  
  183.     * stl_solaris.h : definition of _STLP_SUNPRO_EXCLUDE made dependant on _XOPEN macro instead of SUN CC macros (Thanks ecohen for the report)
  184.  
  185.     * fstream.cpp : mmap_chunk made to be 1M instead of 16M as was originally intended (thanks Alexey Starikovskiy)
  186.     * stl_sunpro.h : _STLP_LIMITED_DEFAULT_TEMPLATES not defined for compat mode anymore ( thanks Michael Kopp)
  187.     * dll_main.cpp : added instantiation for _Swap_lock_struct<> (thanks simonb)
  188.  
  189.     * _ostream.c : fixed formatting bug for width()==1
  190.  
  191.     * config/_epilog.h : added option pop section for Borland. 
  192.  
  193.     * stl/_threads.h : fixed InterlockedXXX declarations for MS .NET (thanks Piers Haken)
  194.  
  195.     * vc7.mak makefile added for MS VC++ 7.0 (.NET)
  196.  
  197.     * fixed _STLP_ITERATOR_CATEGORY, etc. for Mwerks CodeWarrior 5.0
  198.  
  199.     * stl/_num_put.c : fixed operator<<(void*) to use _STLP_LONG_LONG where available.
  200.  
  201.     * _STLP_WHOLE_VENDOR_STD option is back supported (Thanks anton ephanov for the input)
  202.  
  203.     * _cmath.h : added guard to mask additional overloads (thanks Tim Smith)
  204.  
  205.     * stl_solaris.h : mbstate_t stuff defined here, old-style C headers used (Thanks Mukesh Kapoor)
  206.  
  207.     * type_traits.h : __default_constructed() inlined (Thanks Matt Davies)
  208.  
  209.     * new.h : fix for gcc-3.0 to look in backward directory (Thanks Ken) 
  210.  
  211.     * stlport/using/h/streambuf.h added (Thanks Gennadiy)
  212.  
  213.     * A bunch of changes for Borland static and DLL compile (Thanks Nathan York)
  214.  
  215.     * stl/_algo.c : fixed find_end() bug (Thanks Alberto Barbati)
  216.  
  217.     * stl/_queue.h : priority_queue<>::_comp renamed to "comp" as standard states (thanks Todd Greer)
  218.  
  219.         * _limits.c : added correct data member representations for AS400 and Alpha machines (thanks Holger Stash)
  220.      
  221.     * _vector.h : added check to avoid calling allocator<>::deallocate(0) (thanks Stephen Cleary)
  222.  
  223.     * config/_prolog.h, config/_epilog.h : added push/pop pack(8) pragmas for MSVC (thanks Todd Greer, Alberto Barbati)
  224.      
  225.     * gcc.mak's : default spelling for "-pthreads" option changed to "-pthread" as more platforms use that.
  226.     
  227.     
  228. The following changes were made in 4.5 beta 8 since 4.5 beta 7 :
  229.     
  230.     * stl/_fstream.c : _M_underflow bug fix for custom codecvt facets (thanks Alberto Barbati)
  231.     
  232.     * bcc55.mak : c_locale.c added to the link command (thanks Steve Loves)
  233.     
  234.     * _iterator_base.h & many other places : iterator tags are being accepted by const reference 
  235.        instead of value, to fix segmentation faults experienced on certain platforms with beta7.
  236.       That also should improve efficiency on same platforms (apparently, empty unreferenced 
  237.       objects with no constructors/destructors were copied on the stack when passed by value).
  238.       Accompanied change eliminates hardcoded deference hack used in previous beta.
  239.       Thanks everybody who reported this.
  240.  
  241.     * stl_user_config.h : added _STLP_GCC_USES_GNU_LD switch. This is for those platforms 
  242.       where native linker does not let gcc to implement automatic instantiation of static 
  243.       template data members (Tru64, AIX, HP-UX). 
  244.       It is being put in this file as there is no automatic way to check if we are using GNU ld or not.
  245.     
  246.     * _range_erors.h : depandancy on <stdexcept> and <string> removed for own iostreams mode
  247.     (thanks Doug Gilbert)
  248.  
  249.     * debug/_list.h : "typename" added in new methods (thanks Doug Gilbert)
  250.  
  251.     * _config.h, src/common_macros.mak : beta version number bumped 
  252.         
  253.     * src/ftream.cpp, c_locale_win32.c : fixes for UNICODE compilation (thanks Valo)
  254.  
  255.     * stl_gcc.h, etc : changes for GCC support on Tru64 (thanks Tobias Ernst)
  256.  
  257.     * _alloc.c : for MS VC, malloc_dbg only used when _STLP_DEBUG_ALLOC is set, not for all debug configs
  258.        (Thanks Anton Ephanov)
  259.  
  260.     * test/eh/gcc.mak : directories stuff fixed (Thanks Brodie)
  261.  
  262.     * stl/_complex.h : fixed declarations for long double specializations (Thanks Tsutomu Yoshida)
  263.  
  264.     * locale_byname.cpp, etc. : fixes for Apple compilers by Tsutomu Yoshida.
  265.  
  266.     * _ios_base.h : __evenk id changed not to clash with MS VC++ 7 (thanks Paul Ghezzi)
  267.  
  268.     * _fstream.c : added basic_filebuf constructor workaround for compiler which do not initialize builtins
  269.       to zero when default constructed (thanks Alberto Barbati)
  270.  
  271.     * _locale.h : relaxed guerd around templated locale constructor (thanks Alberto Barbati)
  272.  
  273.     * stl_mwerks.h : changes to accomodate CodeWarrior 6.2 (thanks cprosser)
  274.  
  275.     * stl/_cmath.h : extracted from <cmath> for better decoupling
  276.  
  277.     * stl/_std_prolog.h, stl/_std_epilog.h : hooks for future alternative namespace inclusion style.
  278.  
  279.     * config/stl_gcc.h : gcc-3.0 now supported
  280.  
  281.     * src/gcc-beos.h : only static library is being built (dynamic stil don't work) (thanks John Maddock)
  282.  
  283.     * using/iostream : included using/istream and using/ostream
  284.  
  285.     * dll_main.cpp : force_link() fix to prevent numeric_limits static members and 
  286.       _M_increment/decrement from _tree.c from being optimized out by VC++
  287.       (thanks Sofus Mortensen, Alberto Barbati )
  288.  
  289.     * _alloc.c : added CHECK_NULL_ALLOC for _STLP_CHUNK_ALLOC with malloc, to throw exception if malloc returns 0 (thanks ghunt)
  290.  
  291.     * stl_bc.h, <exception> : fixed Borland C++ import of unexpected handler stuff
  292.  
  293.     * stl_ibm.h, etc. : fixes for IBM VisualAge 5.02 to compile
  294.  
  295.     * type_traits.h : bool2type<> changed to be parameterized on int, to work around SUN CC bugs (probably others, too)
  296.     
  297. The following changes were made in 4.5 beta 7 since 4.1 beta 6 :
  298.  
  299.     * sparc_atomic.s : file missing from the distribution restored
  300.  
  301.     * etc/ subdirectory created; miscellanous files moved there
  302.  
  303.     * STLport ported to BeOs, complete with iostreams (thanks John Maddock) 
  304.     
  305.     * Macro _STLP_NO_SGI_IOSTREAMS renamed to _STLP_NO_OWN_IOSTREAMS, old references to SGI removed; 
  306.     
  307.     * "prepare" target added to all makefiles in src/; should be run before using STLport;
  308.       on most platforms it's empty, on some of them it creates necessary symbolic links, etc.
  309.     
  310.     * stl/_deque.h : deque<>::erase bug (introduced in 4.1b4) fixed (thanks to BruceFlorman) 
  311.                    : default parameter in constructor bug fixed (Thanks to Alex Vanic) 
  312.  
  313.     * stl_msvc.h : explicit template function agruments enabled for VC++; 
  314.  
  315.     * stl_wince.h : added <windows.h> inclusion
  316.  
  317.     * stl/_limits.h : numeric_limits<bool>::digits changed from 0 to 1 (Thanks Mukesh Kapoor)
  318.  
  319.     * stl/_function_base.h : added __identity_element() (extension name), _numeric.h : this one used instead of identity_element() (Thanks Hafeez)
  320.  
  321.     * stl_msvc.h : explicit template function agruments enabled for VC++; 
  322.  
  323.       use_facet<> now fully conforms to the standard with VC++. (Thanks Jeff Kohn for the input)
  324.  
  325.     * fstream.cpp : LARGE_INTEGER used to work around Intel shift instruction bug (thanks Thomas Meischner)
  326.     * fstream.cpp : ULL macro fixed for Win32
  327.     * fstream.cpp : Added test for for INVALID_HANDLE_VALUE and NULL base and _M_view_id,
  328.        for _M_close on Win32 (Thanks Stephen Baker)
  329.     * fstream.cpp : Fixed corner case with mmap() on EOF (Thanks Jens Maurer)
  330.  
  331.         * _istream.c : fixed _M_read_buffered sssso that it does not skip delimiters (Thanks Gerd Hoeren)
  332.     
  333.     * stl/_string.h : operator __std_string() uses constructor with a size to correctly initialize string containing null chars (Thanks Armin)
  334.     
  335.     * iomanip : added operator for setfill object and istream (was ostream only) (Thanks Mukesh Kapoor)
  336.     
  337.     * stl/_locale.h , stl_intel.h : fixes for Intel 5.0 compiler (Thanks Anton and Marcello Pietrobon)
  338.  
  339.     * stl_solaris.h : added _STLP_NO_NATIVE_WIDE_FUNCTIONS
  340.     
  341.     * New makefiles added for Intel C++ 5.0 and VC++ 6.0 in src/, test/eh, test/regression (Thanks to Marcello Pietrobon)
  342.  
  343.     * _STLP_NO_LONG_DOUBLE case handled for STLport iostreams as well (thanks John Daniel)
  344.     
  345.     * SUN CC compiler template cache is being properly cleaned up (Thanks Whitney Kew)
  346.  
  347.     * dll_main.cpp : added extern "C" around DllMain() (Thanks Danny Smith)
  348.     
  349.     * type_traits.h : added bool parameter to shut up warnings on some compilers (Thanks glassman)
  350.     
  351.     * stl/_rope.h/.c, src/mrcpp.mak, src/mrc.mak, stl/_tree.h : MPW & MRC fixes by Tsutomu Yoshida
  352.  
  353.     * stl_gcc.h : added path for <exceptions> et al for gcc-2.95.3 on FreeBSD (Thanks to 
  354.     
  355.     * _tree.h /_tree.c : pointers used as return values instead of iterators for implementation 
  356.       functions, for efficiency.
  357.  
  358.     * _algo.h/.c : added leading underscrore to some symbols (Thanks to Ed James-Beckerman for the report)
  359.     
  360.     * dll_main.cpp : fixed nothrow object initialization (Thanks to Dan Ingold)
  361.  
  362.     * beta suffix in common_macros.mak updated (thanks to Whitney Kew)
  363.  
  364.     * c_locale_win32.c : incomple fix for locale completed (thanks to Alberto Barbati)
  365.  
  366.     * c_locale.h : _Locale_ALPHA definition for VC++ and mingw32 fixed (thanks Danny Smith)
  367.     
  368.     * _threads.h : fixed _DECTHREADS block to work on both DEC and HP
  369.  
  370.     * _hash_set.h : fixed typo in MSVC++ bug workaround ( Thanks to Jon_Hanson for the report)
  371.  
  372.     * stlport/strstream.h : fixed inclusion for MSVC 6 (Thanks  Joachim Achtzehnter)
  373.     
  374.     * _config.h : _STLP_RETHROW changed to avoid warnings with NO_EXCEPTIONS (thanks Richmond)    
  375.  
  376.     * _hashtable.c : prime list definition made consistent (thanks Rainer Schnitker)
  377.  
  378.     * stl_hpacc.h :  _STLP_FORCE_ALLOCATORS workaround used for Version 3.15 also (thanks Rainer Schnitker)
  379.  
  380.     * stl/_string_io.c : fixed using directive in operator >>() (thanks Rainer Schnitker)
  381.  
  382.     * debug/_deque.h : a check in erase() fixed (thanks Andreas Malzahn)
  383.  
  384.     * debug/_list.h : added remove() to do iterator invalidation; range erase() fixed to do invalidation
  385.  
  386.     * stl_watcom.h : added switches; disabled own iosterams by default; 
  387.                      enabled ->() operator for iterators (thanks Steven Green)
  388.  
  389.     * <exception> : added throw spec for what(); stl_sgi.h : made _STLP_NO_EXCEPTIONS depend on __EXCEPTIONS macro (Thanks Anton Ephanov)
  390.  
  391.     * _string_io.c : operator << : fixed width() interpretation bug
  392.  
  393.     * stl_hpacc.h/cmath : fixed HP aCC settings for -AA option (thanks Doug Gilbert) 
  394.  
  395.  
  396.     
  397. The following changes were made in 4.1 beta 6 since 4.1 beta 5 :
  398.  
  399.     * _istream.h, _ostream.h, _ios.h, _fstream.h : guard macros fixed to not clash with .h files in "stlport" directory
  400.       Also all uses of those macros fixed. (thanks to Gerd Hoeren for the report)
  401.  
  402.     * _debug.c/_debug.h : fixed swap() for rb_tree and list (thanks to Gerd Hoeren for the report)
  403.       swap() changed not to invalidate any iterators, as prescribed by the standard 
  404.  
  405.     * forced _REENTRANT to be defined when compiling with STLport iostreams and _STLP_DEBUG
  406.       (without _STLP_DEBUG it seems to be binary compatible even without that)
  407.     
  408.     * facets_byname.cpp source introduced to replace all xx_byname.cpp files;
  409.        restored separate facets .cpp complilation (they used to be included in locale_impl.cpp)
  410.  
  411.     * introduced _STLP_USE_PERTHREAD_ALLOC to optionally use per-thread allocator 
  412.       (_Pthread_alloc from _pthread_alloc.h) as the deafult node allocator. Only works with pthreads for now.
  413.       
  414.     * Switches _STLP_DONT_REDEFINE_STD and _STLP_WHOLE_VENOR_STD are back (thanks to  Anton Ephanov for the report)
  415.     
  416.     * _vector.h : fixed bug in template version of insert (Thanks to Yotam Medini for the report)
  417.     
  418.     * monetary.cpp : unneded hack for cygwin removed (thanks to Dean Sturtevant) 
  419.  
  420.     * <iostream> : fixed _STLP_OUTERMOST_HEADER_ID macro
  421.  
  422.     * cin/cout/cerr redefined if no namespaces and SGI iostreams are used, for all compilers, just in case. 
  423.     * _sparc_atomic.h : fixed and improved atomic ops for gcc
  424.  
  425.     * test/regression : non-backward-compatible old-style __STL_xx macros use changed to _STLP_xx
  426.  
  427.     * config/st_gcc.h : disabled non-standard "extern" use for non-DLL templates 
  428.  
  429.     * mingw32 - used 'windows.h replacement' section in _threads.h (thanks to Danny Smith)
  430.  
  431.     * locale Win32 bug fixed (thanks to Alberto Balbarti)
  432.  
  433.     * mingw32 : _STLP_CONST_INIT_BUG defined for dll (thanks to Danny Smith)
  434.  
  435.     * "make clean" glitches fixed (thanks to Whitney Kew for the report)
  436.  
  437.     * _fstream.c : fixed codecvt bug for variable width encoding
  438.  
  439.     * _STLP_ABORT macro introduced to avoid clashes with third-party sw redefining abort() (thanks to Jerry)
  440.  
  441.     * c_locale_win32 : fixed parse bug in __ParseLocaleString (thanks to Danny Smith)
  442.  
  443.     * extra declspecs removed from templates to fix VC++ 7.0 ; only concrete classes have specifiers (thanks to Holger Stasch for the report)
  444.  
  445.     * stl_msvc.h, _hashtable.h/.c : fixes for IA64 compilation (thanks to Rainer Schnitker )
  446.  
  447.     * fixed bugs in "make install" on Unix (thanks to Carlos Paniago)
  448.  
  449.     * dll_main.cpp : DisableThreadLibraryCalls used for optimization (thanks to Alberto Barbati)
  450.     
  451.     * dll_main.cpp : a dummy function added to force <limits> guts for static VC++ link (thanks to Alberto Barbati)
  452.  
  453.     * gcc-linux.mak : flags fixed (thanks to Levente Farkas )
  454.  
  455.     * stl_msvc.h, stl_intel.h : fixed __ICL version test (thanks to Serge Pashkov)
  456.  
  457.     * versioning schema changed on Windows to have .dll extension (thanks everybody for the feedback)
  458.  
  459.     * NetBSD makefiles fixed
  460.  
  461.     * A bunch of fixes by Tsutomu Yoshida : MPW fixes plus :
  462.     * stl/_config.h : I believe the definition for _STLP_STD under debug/non-debug configurations swapped.
  463.  
  464.     * typeinfo.h : added check for _STLP_NO_NEW_HEADER for using declaration.
  465.           Otherwise three classes will not be included in the namespace std when #include <typeinfo>.
  466.  
  467.     * _istream.c : use of bind2nd (which required _function.h inclusion) changed to use alternate functor (thanks to Sergei Nikolaev)
  468.      
  469.     * stl_msvc.h : removed erroneous _STLP_USE_TEMPLATE_EXPORT setting which caused major code bloat for native streams builds on VC++ (Thanks to Johannes Brunen for the report)
  470.  
  471.     * _string_io.c : fixed Intel C++ compilation bug in native streams mode
  472.  
  473.     * fstream.cpp : added write-sharing for fstream file handle (Thanks to Leland Best)
  474.  
  475.     * stl_gcc.h : disabled wide function imports for linux (some xx_POSIX macro should be really used; disabled for all linuxes for now). Thanks everybody for the reports.
  476.  
  477.     * KAI C++ 4.0 is now supported on SUN
  478.  
  479.     * MAC OS X compilation fixed (thanks Patrick Luby for the patch)
  480.  
  481.     * HP aCC fixes by Michael Tsirkin
  482.     
  483.     * "INF/NAN" string representation for uppercase changed to "Inf/NaN" to behave like printf() on most systems.
  484.     
  485.     * debug/_iterator.c : fixed SUN 6.0 compiler internal error 
  486.  
  487.     * typeinfo.h : global scope used to import bad_cast, etc. (thanks to Val Melamed)
  488.     
  489.     * debug/_list.h : missing template versions of remove_if(), merge() added. Missing regular sort() added.
  490.      (Thanks to dgehri)
  491.  
  492.     * debug/_slist.h : missing sort() (template and regular) interface added
  493.  
  494.     * _istream.h : eliminated warning about comparison with unsigned (Thanks to Gerd Hoeren for the report)
  495.  
  496.     * template constructors for containers changed to be one version with default allocator agrument, where possible.
  497.     
  498.         * remaining _STL_ prefixes changed to _STLP_
  499.     
  500.     * Solaris 7 compilation fixed
  501.  
  502.         * fstream.cpp : seek() allowed to seek past the end of the stream (Thanks to Phillip Toland for the input)
  503. The following changes were made in 4.1 beta 5 since 4.1 beta 4 :
  504.  
  505.     * All internal macros changed to have prefix _STLP_ instead of __STL or __STLPORT or __SGI_STL.
  506.           That is to allow seamless wrapping on platforms that use SGI STL as native STL/iostreams.
  507.       For backward compatibility, most of user-settable __STL_xxx macros are accepted.
  508.  
  509.     * Versioning of shared libraries made UNIX-compliant
  510.     
  511.     * Some temporary lifetime problems in SGI iostreams which may introduce memory corruption, fixed.
  512.  
  513.         * <new> : fixed memory leak bug due to unclever macro expansion in __stl_new (thanks to Joachim Achtzehnter)
  514.  
  515.     * stl/_tree.h : fixed several bugs in new code for corner cases in insert_equal()/insert_unique() with a hint 
  516.       (thanks to Micheal Tsirkin for the report and patch)
  517.  
  518.     * _vector.h:284 : __copy call fixed to be __copy_aux (thanks to Alex Vanic)
  519.  
  520.     * _config.h : fixed static build bug due to  __STL_EXPOSE_GLOBALS_IMPLEMENTATION typo (thanks to Serge Pashkov)
  521.     
  522.     * fstream.cpp: __pioinfo definition for mingw32 fixed (Thanks to Danny Smith)
  523.  
  524.     * *.SUNWCCh files changed to regular files; moved to "stlport" directory
  525.  
  526.     * pthread_alloc : split into <pthread_alloc>/<stl/_pthread_alloc.h>
  527.  
  528.     * lightweight atomic ops used on SPARC v8plus and v9 (gcc and SUN CC)
  529.     
  530.     * Mac OS X support introduced (thanks to Patrick Luby) 
  531.  
  532.     * SGI iostreams ported to DJGPP (thanks to Tanes Sriviroolchai)
  533.  
  534.     * SGI iostreams ported to NetBSD (thanks to Michael Rauch)
  535.  
  536.     * FreeBSD build fixed, now builds for wchar_t too
  537.  
  538.     * DEC CXX build fixed; restricted to dynamic lib only
  539.  
  540.     * SGI MIPSpro build fixed; GNU make has to be used
  541.  
  542.     * Set of HP fixes by Michael Tsirkin
  543.  
  544.     * Set of Watcom fixes by Ricardo Gayozo
  545.  
  546.     * Bunch of Apple MRC/MPW fixes by Tsutomu Yoshida integrated
  547.     
  548.     * Bunch of iostream fixes for Cygwin, Borland and Intel 4.5, by Serge Pashkov    
  549.     
  550.     * debug/_list.h : added checking versions of pop_back/pop_front (thanks to Per Liboriussen)
  551.  
  552.     * src/c_locale_win32.c : fix for VC5sp3 (thanks to Petr Ovchenkov), fix for day of week order (thanks to Danny Smith),
  553.       fix for null-termination in my_ltoa (thanks to Serge Pashkov)
  554.     
  555.     * Some warnings in debug mode fixed (thanks to Marco)
  556.  
  557.     * type_traits.h : IsP functions return types changed to be more portable (thanks to Serge Pashkov for the suggestion),
  558.       __cdecl added for Win (thanks to Todd Wilson)
  559.  
  560.     * debug/_tree.h : added owner check for erase() (thanks to Alberto Barbati)
  561.  
  562.     * stl/_ostream.h : << operator specializations added for compilers w/o partial ordering 
  563.       (thanks to Alberto Barbati for pointing this out).
  564.  
  565.     * "make install" on UNIX : fixed the target not to remove lib directory; 
  566.        default installdir restored to be /usr/local (thanks to Jeff de Vries for the input)
  567.     
  568.     * _construct.h : extra cast for __STL_SHRED_BYTE removed (thanks to khesin)
  569.     
  570.      * _relops.h header obsoleted; some extra includes removed
  571.  
  572.     * __STL_STATIC_CONST_INIT_BUG use normalized; now it's used for all compilers not able
  573.       to treat const members as coplile-time constants; enum used for them (e.g VC++).
  574.       Thanks to  Dean Sturtevant and Gavin Collins for the ideas.
  575.     
  576.     * stlport/cmath : fixed SUN CC 5.0 compatibility mode bug (thanks to ade for the report)
  577.  
  578.     * debug/_hashtable.h : fixed equal_range() bug (thanks to decraft for the report)
  579.  
  580.     * streambuf.cpp/_streambuf.h : fixes xsgetn() bug (thanks to Vadim Egorov)
  581.     
  582.     * istreambuf_iterator<> : nonconforming behaviour fixed (thanks to Tom Widmer)
  583.  
  584.     * _num_put.c : fixed corner case for 0x8000000 output.
  585.     
  586.         * num_get<> : extra get() and do_get() members for "int" and "short" removed; istream operators changed accordingly
  587.     
  588.         * _itreambuf_iterator.h/_ostreambuf_iterator.h introduced to decouple those from num_get/num_put
  589.  
  590.     * gcc makefiles in src : "-fno-implement-inlines" removed
  591.  
  592.     * Added workaround for gcc's limits.h and SUN Ultra with -mcpu=ultrasparc in 32-bit mode. 
  593.     
  594.     * ios_base:: type for constants  made "int" for all compilers, as it more efficient and perfectly compliant.
  595.          
  596.     * debug/_hashtable.h : fixed typo in swap() ( thanks to Gerd Hoeren for the report)
  597.  
  598.     * debug/_string.h : +() operators defined unconditionally ( thanks to Gerd Hoeren for the report)
  599.  
  600.     * _istream.c : removed dependancy on _function.h (thanks to Kenny Simpson for the report)
  601.  
  602.     * _limits.c : fixed little-endian representation of infinity & NaN (thanks to Rene van Oostrum)
  603.  
  604.     * _stdio_file.h : fixed postdecr macro for 64-bit Solaris (thanks to Jim Cole)
  605.  
  606.     
  607. The following changes were made in 4.1 beta 4 since 4.1 beta 3 :
  608.     
  609.     * Simulation of class partial specialization (thanks to  Mat Marcus and Jesse Jones of Adobe)
  610.       used to provide following enhancements :
  611.     
  612.      - type_traits are automatically specialized for all pointer types for all compilers, 
  613.        which makes them able to utilize type_traits-based optimizations when dealing with pointer types, 
  614.        automatically.
  615.     
  616.      - all functions specialized for pointers and optimized via __type_traits
  617.        ( like copy()/copy_backward(), _uninitialized_xx) now enjoy this optimization for all compilers!
  618.         
  619.     - generic __value_type()/__difference_type()/__iterator_category() are written so user does not have
  620.        to supply any of its own even when partial specialization is not available.
  621.        (Note : gcc-2.7 and VC++ 5.x, 6.x have bugs which prevents them from using this enhancement, still)
  622.     
  623.     * <iterator> : by default, non-standard iterator query names like 
  624.       value_type()/difference_type()/iterator_category() are not used
  625.     
  626.     * <algo> : major revision:
  627.        - algorithms without explicit Compare() function expressed via the one that has it where possible.
  628.          This considerably reduces header size and reduces code bloat for programs which use both flavours of
  629.          those algorithms.
  630.        - some function bodies moved between  .c and .h 
  631.        - all functions used internally moved out to _algobase.h, so no other header includes <_algo.h> anymore
  632.        - find() specialized for random access iterators regardless of partial spec.
  633.  
  634.     * Dynamic libraries (.DLL and .so) : name versioning used to prevent clashes between STLport versions
  635.  
  636.     * src/ : code regrouped between .cpp files to provide for less executable size with dumb linkers;
  637.  
  638.     * locale subsystem initialization : startup changed to use statically allocated structures as much as possible;
  639.     
  640.     * <stl/_function.h> : basic stuff moved to _function_base.h ; 
  641.       other STL headers now include _function_base.h instead
  642.  
  643.     * _threads.h : MT support for OS/2 added (only tested with VAC++)
  644.  
  645.     * _stdio_file.h : added support for Solaris in ELF64 mode (thanks to Holger Stasch)
  646.     
  647.     * stl/_hashtable.h : [] operator for hash_map optimized to take no more than find() when element is present
  648.       (Thanks to Thomas Witt et al.)
  649.  
  650.     * _ostream.h : fix for default unsigned char (thanks to  Holger Stasch)
  651.     
  652.     * all __STL_ABBREVS abbreviations moved aside in _abbrevs.h header.
  653.  
  654.     * Fujitsu C++ Compiler support added (thanks to  Holger Stasch)
  655.     
  656.     * Initial SGI iostreams port to OS/390 introduced (thanks to  Holger Stasch).
  657.  
  658.     * More on SGI iostreams port to xlC 5.0 (thanks to  Holger Stasch).
  659.  
  660.     * Fixes for SGI MIPSpro compilers (Thanks to Ralph)
  661.  
  662.     * Fixes for HP aCC compiler (Thanks to Michael Tsirkin)
  663.  
  664.     * stlport/SC5 directory : removed C library .h files to fix circular inclusion problem with WS6.0 + C programs.
  665.     
  666.         *  hash_map::swap() in debug mode fixed (thanks to Anton) 
  667.     
  668.     * __STL_COMPILE_INSTANTIATE hack for DEC removed (thanks to Ralph)
  669.  
  670.     * __STL_INLINE_STRING_LITERAL_BUG defined for HP aCC ( thanks to Jason Taylor)
  671.  
  672.     * _bitset.h - member workaround operators made const (thanks to dzwick) 
  673.  
  674.     * _bitset.h/.c, hashtable.h -- small bugfixes (thanks to Levente Farkas)
  675.     
  676.     * <exception> - now includes exception.h if only that is available.
  677.  
  678.     * vector::assign() inplemented for vector::iterator when member templates are not available (Thanks to dzwick)
  679.  
  680.     * fstream.cpp : __pioinfo used for MinGW32 (thanks to Danny Smith)
  681.     
  682. The following changes were made in 4.1 beta 3 since 4.1 beta 2 :
  683.  
  684.     * list<>::clear() : protected access bug fixed
  685.  
  686.     * __STL_MUTEX_INITIALIZER set back to PTHREAD_MUTEX_INITIALIZER for pthreads case, 
  687.       as some platforms (eg AIX) do not treat zero-initialized mutex as valid one (thanks to Alex Vanic, Jack Andrews for help)
  688.     
  689.     * stl/_limits.c : fixed typo preventing numeric limits constants to be defined for __STL_LITTLE_ENDIAN,
  690.       constants initialization fixed (thanks to Ingo Donasch)  
  691.  
  692.     * real implementation of locales for Win32 contributed by Anton Lapach (thanks !) merged in.
  693.     
  694.     * stl_user_config.h, _config.h : changed default to not define relops:: operators
  695.       in __STL_NO_NAMESPACES mode.
  696.  
  697.     * _numeric_facets.c/num_put.cpp : printing of integer do not use sprintf() anymore
  698.  
  699.     * "install" target implemented for UNIX & VC++ Makefiles. It now installs headers and libraries.
  700.  
  701.     * "src" : files merged to get less compilation time and less space overhead for imperfect compilers
  702.  
  703.     * "debug" flavour of STLport excluded from default build and auto-select ; 
  704.       please use __STL_USE_DEBUG_LIB and build debug STLport lib explicitly with "make debug_dynamic" 
  705.       if you really need it). "all" now builds 2 kinds : "release" and "STLdebug", for static and dynamic builds.  
  706.  
  707.     * stlport_prefix.h : WIN32_LEAN_AND_MEAN set for Win32 build of STLport library, for speed.
  708.  
  709.     * FreeBSD compile fixed; makefiles added.
  710.  
  711.     * All "__init" changed to "_Init" to fix clashes with DEC conventions (thanks to Holger Stasch)
  712.  
  713.     * _range_errors.h -- fixed to always set __STL_EXTERN_RANGE_ERRORS for SGI iostreams (thanks to Serge Pashkov)
  714.     
  715.     * *gcc* mak : some files renamed to gcc-platform mak 
  716.  
  717.     * "extern template" extension used for gcc & standard i/o classes, to reduce code bloat in application's .o
  718.  
  719.     * "extern template" extension used for VC++ & standard i/o classes (was for DLL only)
  720.  
  721.     * _iterator.h : added template(and non-template) assignment operator for reverse_iterator<> (thanks to psw).  Obsolete HP-style code moved to _iterator_old.h 
  722.  
  723.     * _alloc.h : obsolete code for raw SGI allocators support moved to separate header, for compile-time improvement
  724.  
  725.     * More iostreams code conditionally moved out for clients who only use standard i/o and can set __STL_NO_CUSTOM_IO flag
  726.     
  727.     * <iostream>, <locale> : initialization of locale subsystem made independent of standard streams.
  728.       sync_with_stdio call before iostream initialization now works.
  729.     
  730.     * <fstream>, <fstream.h> : added initialization code for locale , same as in <locale> 
  731.       (thanks to George Trojan for the report)
  732.  
  733.     * fstream.cpp : fixed resource leak in case memory map fails on Win32 (thanks to Mark Laffoon)
  734.     
  735.     * <cmath>, <cstdlib> : added additonal overload signatures required by chapter 26.5 of ANSI (thanks to Levente Farkas for
  736.      the suggestion), plus "long long" flavour where applicable. 
  737.     
  738.     * __STL_LONG_LONG generalized to support __int64 on Win32 (thanks to Adam Gates for the suggestion)
  739.  
  740.     * _fstream.h : added constructor from file descriptor, as extension (thanks to eric_a_benson)
  741.  
  742.     * _fstream.h : added basic_filebuf<>::fd() file descriptor accessor, as extension (thanks to George Trojan)
  743.  
  744.     * stl_sunpro.h : strstream masked for CC 4.2 to avoid virtual table clash (thanks to Ken)
  745.  
  746.     * stl_msvc.h : member templates allowed for VC5, it's capable of hadling most of them (same restrictions as VC6 -- inline).
  747.     
  748.     * debug/_debug.c : slightly changed format of debug message to please VC++ IDE (thanks for Bruce Dawson for the suggestion)
  749.  
  750.     * src/sgi_mipspro.mak added, for SGI MIPSPro compilation
  751.  
  752.     * merged series of HP/SUN minor fixes by Petr Ovchenkov 
  753.     
  754.     * merged series of Intel 4.5 fixes by Serge 
  755.  
  756.     * vc_common.mak : -Yd dropped, as obsolete (thanks to psw)
  757.  
  758.     * _range_errors.h:95 : unused argument removed (thanks to George Trojan)
  759.  
  760.     * _string_io.h : refined _WRTLING workaround for Watcom (thanks to Serge Pashkov)
  761.  
  762.     * _threads.h : fixed SGI threads dafines for gcc on IRIX (thanks to Brett Denner for the report)
  763.  
  764.     * <typeinfo.h>, <typeinfo> : mutually-exclusive machanism added to allow including both in same unit.
  765.  
  766.     * Inclusion of SGI iostreams headers put to some order; _streambuf_iterator.h file introduced to resolve circular dependancies
  767.     
  768. The following changes were made in 4.1 beta 2 since 4.1 beta 1 :
  769.     
  770.     * _algobase.h : fixed __STL_DECLARE_COPY_TRIVIAL definition
  771.     (thanks to Charles Burfoot for the report)
  772.  
  773.     * _algobase.h : added copy_backward specializations for builtin types for compilers w/o partial spec.
  774.  
  775.     * _char_traits.h : fixed zero-length check for copy (thanks to Michael Tsirkin)
  776.  
  777.     * msvc_warnings_off.h : fixed "and" typo
  778.     (thanks to Charles Burfoot for the report)
  779.  
  780.         * num_put_float.cpp : fixed rounding for "g" format (thanks to Bernd Mohr for the report) 
  781.     
  782.     * Initial port of iostreams to xlC 5.0 added (thanks to Jack Andrews)
  783.     
  784.     * stl_sunpro.h : a fix for Forte config (Thanks to Alex Vanic for the report)
  785.  
  786.     * old_hp/iterator.h : fixed iterator_category()/etc. import
  787.  
  788.     * _threads.h : __stl_atomic_t used instead of "unsigned long" (thanks to Alex Vanic for the report)
  789.     * using/iomanip : old-streams path used for native iomanip.h (thanks to Michael Tsirkin for the report).
  790.  
  791.     * _bitset.h , _bitset.c : direct STL_THROW replaced with __stl_throw_xxx calls (thanks to Michael Tsirkin for the report)
  792.  
  793.     * range_errors.h/cpp : added functions to support throwing of  overflow_error and invalid_argument
  794.  
  795.     * _threads.h : enganced HP-specific guards for HP-UX 11 (thanks to Matthew Collins for the report)
  796.  
  797.     * _string.h : compare() bugfix (thanks to Anton Sergeev)
  798.  
  799.     * moneypunct_byname_w.cpp : rolled back wrong bugfix (thanks to Ken)
  800.  
  801.     * _vector.h, _deque.h, _list.h : nonstandard versions of push_back()/push_front() 
  802.       moved under __STL_NO_ANACHRONISMS guard (thanks to Ed Brey)
  803.     
  804.     * _tree.c, _list.c, _slist.c, _debug.c : compile-time improvements
  805.     
  806.     * _tree.h/c, _list.h/c, _slist.h/c, _vector.h/c, _string.h/c : using directive for data members 
  807.       changed to explicit "this->".
  808.     
  809.     * _complex.h : signatures of some methods changed to take value_type instead of const value_type&, 
  810.        for better conformance (thanks to Petr Ovchenkov)
  811.  
  812.     * Bunch of fixes to compile with gcc on HP-UX 10, 11 (thanks to Petr Ovchenkov)
  813.  
  814.     * Code duplication for __STL_INLINE_MEMBER_TEMPLATES removed -- corresponding methods are always inlined
  815.  
  816.     * stl_sunpro.h : fix for "-compat" mode (thanks to Vijay Ramachandran)
  817.  
  818.     * pthread.h : new wrapper added
  819.  
  820.     * Added custom prolog/epilog for HP aCC to select kthreads on HP-UX 11 (Thanks to Michael Tsirkin)
  821.  
  822.     * <new> : fixed throw specification for bad_alloc (has to be inherited)
  823.  
  824.     * Macro __STL_NATIVE_CPP_RUNTIME_INCLUDE_PATH introduced to specify separate path for <exception>, <typeinfo>, <new>.
  825.       (thanks to Bryan Byrnes)
  826.     
  827.     * <stdio_streambuf> : moved from stlport/stl to stlport directory, for SGI compatibility
  828.     
  829. The following changes were made in 4.1 beta 1 since 4.0 :
  830.  
  831.     *  Sun Forte 6.0 C++ configuration provided (thanks to Alexander Vanic for the input)
  832.     
  833.     * _threads.h/_config.h : added efficient support for atomic operations for
  834.       DEC CXX and Watcom (thanks to Ricardo Gayoso for the input). 
  835.       Macros __STL_ATOMIC_xxx introduced to facilitate this.
  836.  
  837.     * _tree.h : optimizations to lower number of comparisons (thanks to Craig Powers for the patch)
  838.  
  839.     * _tree.h, _hashtable.h and clients : added templated find() as an extension (thanks to Michael Tsirkin for the suggestion)
  840.  
  841.     * _tree.h : changed some inlining for performance optimization
  842.     
  843.     * __node_alloc:: allocate broken into two functions for better inlining 
  844.  
  845.     * _threads.h : added PTHREAD_MUTEX_INITIALIZER guard for HP workaround
  846.  
  847.     * stl_bc.h : option set to control alignment and virtual table  behaviour to be consistent; 
  848.      library name adjusted to stlport_bcc55_xxx
  849.  
  850.     * _algobase.h, _uninitialized.h, char_traits.h -- optimized out empty memcpy() calls 
  851.       (thanks to Michael Tsirkin for the report).
  852.     
  853.     * _iterator.h : fixed reverse_iterator::operator+(int, reverse_iterator) resolution
  854.       (thanks to Anton Sergeev for the input)
  855.  
  856.     * _bitset.h : bitset<>::test bugfix (thanks to Anton Sergeev for the patch)
  857.  
  858.     * complex_trig.cpp : use of __STL_NO_LONG_DOUBLE made consistent, fixes for Borland on Linux
  859.      (thanks to John Wiegley for the input)
  860.     
  861.     * moneypunct_byname_w.cpp : bugfixes for string copying (thanks to Anton Sergeev for the input)
  862.     
  863.     * Watcom-specific fixes (thanks to Ricardo Gayoso for the input)
  864.  
  865.     * src/common_macros.mak : some intermediate targets added (thanks to Jeremy for the suggestion) 
  866.     
  867.     * _debug.c : fixes for Win CE (thanks to John Hynes for the patch)
  868.  
  869.     * Intel CC 4.0-specific fixes (thanks to Sean Cavanaugh for the input)
  870.  
  871.     * _list.c : workaround for Watcom C++ (thanks to Mike Steed for the report)
  872.  
  873.     * __STL_NO_NATIVE_WIDE_STREAMS definition fixed (thanks to Glen Summers for the patch)
  874.  
  875.     * cast macros fixed to be more robust (thanks to Geoff Oakham for the report)
  876.  
  877.     * "strstream.h" native inclusion for VC 6.0 fixed (thanks to  Sathish T C for the report)
  878.     
  879.     * debug/_string.h : improvement to string with __STL_DEBUG w/o member templates 
  880.       (thanks to Paul Furnanz for the report)
  881.  
  882.     * debug/_string.h : fixed internal compiler error for VC++ 5.x (thanks to chvetsov for the report)
  883.     
  884.     * cstdio, stl/_streambuf.h : fixes to allow gcc compilation with -ansi flag
  885.  
  886.     * workaround for cin/cout renaming on HPUX11 for -D_REENTRANT (thankf to Jeff Sparkes for the report)
  887.  
  888.     * cin/cout/cerr/clog renaming in STLport for CC 4.0 and SGI iostreams, 
  889.      to avoid symbol clashes with native ones (thanks to Dirk Schreib for the report)
  890.  
  891.     * type_info scope fixes for VC++ 6.0 (thanks to Sathish T C for the report)
  892.  
  893.     * typeinfo.h using fixes (thanks to Glen Summers for the input)
  894.     
  895.     * stlcomp.h : fixes to allow compilation of .c modules with VAC++, Sun CC, DEC CC, Watcom CC
  896.      (thanks to Dmitry A.Steklenev, Jonathan Richardson for the report)
  897.     
  898.     * debug/_tree.h : fixed insert_unique() bug (thanks to Ben Liblit for the report)
  899.  
  900.     * regression/gcc.mak made non-dependant on "." in the path 
  901.       (thanks to Thomas Matelich for the report)
  902.     
  903.     * hmset1.cpp fixed to compile under OS390 ( thanks to Andrey Khovanskiy for the report)
  904.     
  905.