os/ossrv/genericopenlibs/cppstdlib/stl/etc/ChangeLog-4.0
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
The following fix was made in 4.0 since 4.0 Release Candidate :
sl@0
     2
sl@0
     3
	* _threads.h/_config.h : for all platforms, static mutexes made non-indirect
sl@0
     4
sl@0
     5
	* _iterator_base.h : made possible to choose between iterator_traits approach
sl@0
     6
	  and old-style iterator queries like iterator_category(), value_type(), etc. 
sl@0
     7
	  (Thanks to John R. Bandela for pointing this out)
sl@0
     8
	* _config.h, stl_user_config.h : introduced __STL_OLD_HP_ITERATOR_QUERIES switch to
sl@0
     9
	  allow old-style and new-style iterator queries (for all compilers). 
sl@0
    10
	  iterator_traits<> made always defined. 
sl@0
    11
sl@0
    12
	* _ptr_specialize.h - specializations of type_traits<> for compilers w/o partial spec
sl@0
    13
	  moved into separate file. Added iterator_traits<> specializations for pointer types
sl@0
    14
	  for __STL_NO_OLD_HP_ITERATOR_QUERIES case. Macro __STL_POINTERS_SPECIALIZE is now available
sl@0
    15
	  to specialize both type_traits and iterator_traits for a pointer to user-defined 
sl@0
    16
	  type (latter for standard-style iterator queries mode only)
sl@0
    17
sl@0
    18
	* vc5.mak : __STL_NO_FORCE_INSTANTIATE flag restored
sl@0
    19
sl@0
    20
	* _site_config.h : if __STL_NO_NEW_IOSTREAMS or __STL_NO_IOSTREAMS specified, 
sl@0
    21
	 SGI iostreams are being turned off. __STL_NO_SGI_IOSTREAMS moved into stl_user_config.h
sl@0
    22
	(Thanks to Sathish T C for the report)
sl@0
    23
sl@0
    24
	* stl_watcom.h : _REENTRANT is being set if _MT is set (thanks to Ricardo E. Gayoso for the input)
sl@0
    25
	
sl@0
    26
The following fix was made in 4.0 Release Candidate :
sl@0
    27
	* _threads.h, _alloc.c : fixed use of _STL_mutex_base instead of _STL_STATIC_MUTEX macro 
sl@0
    28
sl@0
    29
The following changes were made in 4.0 Release Candidate since 4.0 beta 8:
sl@0
    30
sl@0
    31
	* fstream.cpp : WIN32 fstreambuf::open flag mapping fixed
sl@0
    32
	  (thanks to Alberto Barbati for the reports)
sl@0
    33
sl@0
    34
	* ctype.cpp : fixed classic table regarding ios_base::print/ios_base::space
sl@0
    35
	  conflict (thanks to Alberto Barbati for the report)
sl@0
    36
sl@0
    37
	* cmath : added same workaround for SUN's math exception/std::exception name clash
sl@0
    38
	  as was there in math.h before
sl@0
    39
	
sl@0
    40
	* _streambuf.c : added "typename" to out-of-line functions (thanks to Michael Tsirkin for the report)
sl@0
    41
sl@0
    42
	* README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report)
sl@0
    43
sl@0
    44
	* _bitset.h : fixed SUN CC 4.2 crash with -g option (thanks to Alex Vanic for the report),
sl@0
    45
	  fixed bug in bitset<>::reference base bitset typedef
sl@0
    46
sl@0
    47
	* _threads.h/.c  - fixed issue with inconsistent system's macro for initialization
sl@0
    48
	  and warning about partially bracketed initializer
sl@0
    49
sl@0
    50
	* debug/_vector.h : fixed _Vector_nonconst_traits specialization for bit_vector
sl@0
    51
	  (thanks for Dave Abrahams for the fix & reminder)
sl@0
    52
sl@0
    53
	* config/msvc.h - addidional level 4 warnings suppressed (thanks to Ed Brey for the report) 
sl@0
    54
	* _ios.h : fixed DLL export decl for MSVC (thanks to Alberto Barbati for the report)
sl@0
    55
sl@0
    56
	* stdio_streambuf.cpp : compatibility fix for glibc 2.2 (thanks to Bill Shanahan for the patch)
sl@0
    57
	* _iterator_base.h : added iterator<output_iterator_tag, void,..> specialization;
sl@0
    58
	  _stream_iterator.h : ostream_iterator changed to inherit from iterator<>
sl@0
    59
	 (thanks to Raphael Bossek for the report)
sl@0
    60
sl@0
    61
	* INSTALL : added some exaples and fixed typos (thanks to Beman Dawes for the report)
sl@0
    62
sl@0
    63
	* _site_config.h : more consistency checks for MT (thanks to John Maddock for the input)
sl@0
    64
sl@0
    65
	* _messages_facets.h : added DLL export decls (thanks to John Maddock for the report)
sl@0
    66
sl@0
    67
	* complex_io_w.cpp : fixed specialization syntax for aCC (thanks to Paul E. Blanchard for the report)
sl@0
    68
sl@0
    69
	* complex_exp.cpp : fixed pow() bug for negative arguments (thanks to Anton Sergeev for the report)
sl@0
    70
	* _fstream.h/_streambuf.h : MRC/MPW workarounds (thanks for Tsutomu Yoshida for the report)
sl@0
    71
sl@0
    72
	* using/fstream.h : added missing end-of-line (thanks to Jean-Francois Panisset for the report)
sl@0
    73
sl@0
    74
	* <typeinfo> : workaround for VC++ 6.0 defining type_info in gobal namespace (thanks to Bosko Ivanisevic for pointing that out)
sl@0
    75
sl@0
    76
	* _threads.h/_threads.c/pthread_alloc : improved pthreads portability (thatnks to Michael Tsirkin for the patch) 
sl@0
    77
sl@0
    78
	* _debug.h/_debug.c : __STL_ASSERT/__STL_VERBOSE_ASSERT/__STL_VERBOSE_RETUN macros guarded to be overridable by user (thanks to Tony Gould for the input)
sl@0
    79
sl@0
    80
	* _valarray.h : added assert to operator= 
sl@0
    81
sl@0
    82
	* config/vc_select_lib.h : added _AFXDLL recognition (thanks to Andrew Phipps for input)
sl@0
    83
sl@0
    84
	* _rope.h : added default constructors to please gcc-2.7.2
sl@0
    85
sl@0
    86
	* _set.h/_hash_set.h : pointer and reference typedefs fixed (thanks to Anton Sergeev for the report)
sl@0
    87
sl@0
    88
	* stl/_config.h : stl_user config.h included prior to other parts of configuration
sl@0
    89
	(thanks to Frank Samuel for the report)
sl@0
    90
	
sl@0
    91
The following changes were made in 4.0 beta 8 since 4.0 beta 7:
sl@0
    92
sl@0
    93
	* Merged changes for 06/08 SGI library snapshot; mostly in locale
sl@0
    94
	
sl@0
    95
	* Merged series of fixes/workarounds by Tsutomu Yoshida (thanks!):
sl@0
    96
	*   _rope.c - fixed memory leak bug;	
sl@0
    97
	*   _debug.c/_debug.h - added extra zero-initialization for more robustness;
sl@0
    98
	*   _list.h - MPW - specific fixes;
sl@0
    99
	*   _hashtable.h - fixed debug renaming clash for __STL_USE_ABBREVS 
sl@0
   100
	*   EH workarounds to make Apple compilers behave
sl@0
   101
sl@0
   102
	* _fstream.c : fixed tellg() bug in text mode
sl@0
   103
sl@0
   104
	* <csignal> : added sig_atomic_t import
sl@0
   105
sl@0
   106
	* series of fixes for HP aCC 1.23 ( thanks to Michael Tsirkin for the patch ):
sl@0
   107
	  _bvector.h : all relops are specialized;
sl@0
   108
	  stl_hpacc.h - fixed config;
sl@0
   109
	  hpacc.mak : added makefiles for HP aCC in src and test
sl@0
   110
	  debug/_iterator.h, debug/_vector.h - removed future errors due to baseclass member use 
sl@0
   111
	
sl@0
   112
	* <cstdlib> : added import of system() call (thanks to Petr Ovchenkov for the report) 
sl@0
   113
sl@0
   114
	* _REENTRANT is now set by default to be on for all SGI iostreams compilations.
sl@0
   115
	  Same is being enforced if SGI iostreams are used.
sl@0
   116
	
sl@0
   117
	* _pair.h : added workaround for make_pair in case of char literals 
sl@0
   118
	  (extension, only works with partial function order)
sl@0
   119
sl@0
   120
	* config/stl_gcc.h - fixed configuration problem for "g++-3" directory used in Cygnus and Mingw 
sl@0
   121
	  distributions for gcc-2.95.2, while all other platforms use "g++". Added recognition section.
sl@0
   122
	  Thanks to Dave Abrahams for the report.
sl@0
   123
sl@0
   124
	* config/stl_mlc.h : added support for MLC compiler (thanks to Anton Sergeev for the patch)
sl@0
   125
sl@0
   126
	* <memory> : auto_ptr simplified (thanks to Kon Tantos for problem report)
sl@0
   127
	
sl@0
   128
	* num_get.cpp : included <ostream> to get external symbols right. 
sl@0
   129
sl@0
   130
	* stl_ibm.h : __STL_NO_TYPEINFO added for OS/2 (thanks to Willie Arbuckle for the report)
sl@0
   131
sl@0
   132
	* stl_bc.h  : fixed enforcement of static library until dynamic made to work (thanks to J. Lambert for the report) 
sl@0
   133
	* src/stlport.rc : improved version definition to work with mingw32, <winres.h> changed to <windows.h>
sl@0
   134
	
sl@0
   135
	* src/mingw32.mak : Made use of stlport.rc for DLL build (thanks to Danny Smith for the suggestion)
sl@0
   136
	* debug/_vector.h : name clash removed for _Base (thanks to Will Fike for the report)
sl@0
   137
sl@0
   138
	* _monetary.h - added "static const bool intl" member to meneypunct<> templates 
sl@0
   139
	  (thanks to Anton Sergeev for the report)
sl@0
   140
sl@0
   141
	* _bitset.h : added forward friend decraration for reference (thanks to Anton Sergeev for the report)
sl@0
   142
sl@0
   143
	* _tree.h : made _Rb_tree_base_iterator::_M_node initialized in default constructor (thanks to Dean Sturtevant for the report)
sl@0
   144
sl@0
   145
	* _set.h : reinterpret_cast<> changed to C-style cast (thanks to Dave Abrahams for the suggestion)
sl@0
   146
sl@0
   147
	* Use of raw SGI allocators (like __node_alloc) as an allocator parameter deprecated, 
sl@0
   148
	  available only with __STL_USE_RAW_SGI_ALLOCATORS macro. May be removed later.
sl@0
   149
	  __allocator<T> still available unless __STL_NO_EXTENSIONS is specified
sl@0
   150
sl@0
   151
	* _limits.h/_limits.c - alignment fix for Solaris;
sl@0
   152
	* Modified __format_float* routines to take long double as parameter;
sl@0
   153
          (thatnks to Anthony Williams for the patch)
sl@0
   154
sl@0
   155
	* debug/_iterator.h - wrappers for noncompliant compilers moved under 
sl@0
   156
	  #ifdef __SGI_STL_NO_ARROW_OPERATOR  (thanks to Dave Abrahams for the input)
sl@0
   157
sl@0
   158
	* _numeric_facets.h - num_put<> , num_get<> virtual members made outline to work
sl@0
   159
	  aroung gcc-2.95 bug.
sl@0
   160
	
sl@0
   161
	* <cstdio> : undefined obsolete C macros : getchar/putchar & the like.
sl@0
   162
sl@0
   163
	* ctype.cpp : fixed bug with ctype<char>::is (const char*, const char*, mask)
sl@0
   164
	
sl@0
   165
	* ctype.cpp : fixed is(print) for certain platforms where print is a separate flag
sl@0
   166
sl@0
   167
	* ftstream.cpp : fixed corner case bug for Win32 text output (thanks for Dirk Schreib for the report) 
sl@0
   168
sl@0
   169
	* _streambuf.h, _fstream.h, stdio_strembuf.h : fixed overflow/pbackfail() virtuals definition;
sl@0
   170
	* _bitset.h : _M_copy_from_string fixed for non-member-template case (thanks to Alex Vanic for the report)
sl@0
   171
sl@0
   172
	* gcc-glibc.mak, common_macros.mak : GLIBC compilation fixes (thanks to Thomas Witt for the report)
sl@0
   173
	* WCHAR_MIN, WCHAR_MAX definitions moved from <limits> to <cwchar>
sl@0
   174
sl@0
   175
	* char_traits<char>::to_char_type : parameter changed to int
sl@0
   176
sl@0
   177
	* <cstddef> included in <new> (for size_t)
sl@0
   178
sl@0
   179
	* _codecvt<>::do_length: fixed first parameter to be const mbstate_t &;
sl@0
   180
	  virtual fns moved into .cpp, to work aroung gcc bugs
sl@0
   181
sl@0
   182
	* _complex.h : fixed complex<>::operator= and constructors signature to take const T& 
sl@0
   183
sl@0
   184
	* _istream.c : fixed formatted input involving binary '0'
sl@0
   185
sl@0
   186
	* locale_impl.cpp : insertion of time_put<wchar_t> fixed
sl@0
   187
	
sl@0
   188
The following changes were made in 4.0 beta 7 since 4.0 beta 6:
sl@0
   189
sl@0
   190
       	* Merged series of fixes/workarounds by Tsutomu Yoshida (thanks!):	
sl@0
   191
       	* cmath,  _complex.h, stl_apple.h, _deque.h - MPW/MRC specific workarounds
sl@0
   192
       	* _bitset.h - removed the obsolete _WordT template parameters.
sl@0
   193
       	* _ctype.h, _codecvt.h, _collate.h, _istream.h,     _messages_facets.h, _monetary.c
sl@0
   194
       	  _monetary.h, _numeric_facets.h,  _time_facets.h - added workaround for locale's nested class.
sl@0
   195
       	* _ostream.c_ostream.h - added proposed modification against the <ostream> circular inclusion problem.
sl@0
   196
       	* test/eh/test_deque.cpp - removed the obsolete template argument
sl@0
   197
sl@0
   198
	* _bitset.h - removed obsolete adaptor (thanks to Alex Vanic for the report)
sl@0
   199
sl@0
   200
	* _[io]stream.h - removed extra DLL specs (thanks to Danny Smith for the report)
sl@0
   201
sl@0
   202
	* stl_msvc.h - fixed bug caused static lib to always be selected
sl@0
   203
	
sl@0
   204
	* gcc.mak - fixed AR definition for static link 
sl@0
   205
sl@0
   206
	* Added workaround for static locale::id member in DLL for mingw32 (thanks for Danny Smith for the report)
sl@0
   207
	
sl@0
   208
	* _string_io.h : added _widen() to get getline() compile with wchar (somewhat missing in b6 , thanks to Mikhail Leonov for reminder)
sl@0
   209
	
sl@0
   210
	* threads.h - fixed guards for DreamSega WinCE (thanks to Ben Nason for the report)
sl@0
   211
sl@0
   212
	* fstream.cpp : fixed truncation for WIN32 (thanks to Bruce Alderson for the report)
sl@0
   213
sl@0
   214
	* _istream.c/_M_ignore_unbuffered() - fixed count bug 
sl@0
   215
sl@0
   216
	* _istream.c/ readsome() : fixed extra failbit setting on eof
sl@0
   217
sl@0
   218
	* __get_integer - enhanced using a table; input value made unchanged in case of error.
sl@0
   219
sl@0
   220
	* __get_base_or_zero - more code factored out
sl@0
   221
sl@0
   222
	* stl_wince.h : fixed assert() definition for Win CE (thanks to Andrew Waters for the report)
sl@0
   223
sl@0
   224
	* vc_select_lib.h " fixed __declspec selection for Win CE (thanks to Andrew Waters for the report)
sl@0
   225
sl@0
   226
	* _rope.c - fixed bug in _S_destr_concat_char_iter (thanks to E.Musser for the fix)
sl@0
   227
sl@0
   228
	* debug/_vector.h - fixed DLL export for vector<void*>
sl@0
   229
sl@0
   230
	* _vector.h, _deque.h, _bvector.h - obsolete guards around at() methods removed ;
sl@0
   231
	* type_traits.h - WinCE compatibility fixes for -> operator definition ;
sl@0
   232
	* _vector.h, _deque,h - removed extra casts (thanks to Andrew Waters for the report)
sl@0
   233
sl@0
   234
	* _algobase.h - optimized lexicografical_compare() overload for char*
sl@0
   235
	
sl@0
   236
The following changes were made in 4.0 beta 6 since 4.0 beta 5:
sl@0
   237
sl@0
   238
	* Merged changes from SGI STL snapshots 04/03, 04/14, 04/18.
sl@0
   239
sl@0
   240
	* Iostreams ported to Apple MPW/MRC (thanks to Tsutomu Yoshida for the contribution)
sl@0
   241
sl@0
   242
	* Iostreams ported to OSF1/Tru64 (thanks to Marc W. Mengel for the contribution)
sl@0
   243
sl@0
   244
	* Iostreams ported to FreeBSD ( Thanks to Sms for the contribution)
sl@0
   245
	
sl@0
   246
	* <deque> : extra template parameter removed
sl@0
   247
	
sl@0
   248
	* locale::id, locale::facet : reverted to nested classes as standard prescribes
sl@0
   249
	
sl@0
   250
	* _string_io.h : added _widen() to get getline() compile with wchar (thanks to Mikhail Leonov for the patch)
sl@0
   251
sl@0
   252
	* collate_byname[_w].cpp : fixes for VC++ 5.0 build w/__STL_DEBUG (thanks to Petr Ovchenkov for the patch)
sl@0
   253
sl@0
   254
	* <complex> : __STL_COMPLEX_NAMESPACE defined before inclusion of impl. header 
sl@0
   255
	              (thanks to Matthew Kelly for the patch)
sl@0
   256
sl@0
   257
	* makefiles in "src" : improved to get each compiler to put object files in separate directory :
sl@0
   258
	  ./obj/$(COMP)/Debug, etc. COMP is given some default value for each compiler, but may be also overridden.
sl@0
   259
sl@0
   260
	* "src" subdirectory : added stlport_prefix.h file for precompiled header support; 
sl@0
   261
	   VC++ makefiles make use of them  
sl@0
   262
	
sl@0
   263
	* stl/_iterator_base.h : provided __STL_NONTEMPL_BASE_MATCH_BUG 
sl@0
   264
	  workaround for new form of distance().
sl@0
   265
sl@0
   266
	* <limits> : added cast to WCHAR_MAX definition (thanks for Dave Abrahams for the report).  
sl@0
   267
sl@0
   268
	* stl_user_config.h, stl/_config.h - setting splitted and organized more properly. 
sl@0
   269
sl@0
   270
	* time_facets.cpp - extra instantiations removed (thanks to Matti Rintala for the report).
sl@0
   271
sl@0
   272
	* stdio_streambuf.h : added explicit qualifications of C lib functions for gcc-2.91
sl@0
   273
sl@0
   274
	* SGI code used for compatibility w/older versions are guarded with #ifndef __STL_NO_ANACHRONISMS
sl@0
   275
sl@0
   276
	* SGI extensions are guarded with #ifndef __STL_NO_EXTENSIONS
sl@0
   277
sl@0
   278
	* SGI/HP anachronisms are guarded with #ifndef __STL_NO_ANACHRONISMS
sl@0
   279
sl@0
   280
	* <typeinfo> : .h file included if __STL_NO_NEW_NEW header is set 
sl@0
   281
	 (thanks to Willie Arbuckle for the report)
sl@0
   282
sl@0
   283
	* Suppresed spurious BC55 warnings about iterators
sl@0
   284
sl@0
   285
	* complex_io.h - fixed operators declarations for MetroWerks 	
sl@0
   286
sl@0
   287
	* debug/_slist.h - cleaned up use of stl_debug_do obsolete macro (thanks to Matti Rintala)
sl@0
   288
sl@0
   289
	* debug/_iterator.h, debug/_vector.h - fixed relaxed iterator constructors (thanks to Dave Abrahams for the patch) 
sl@0
   290
sl@0
   291
	* stl/_complex.h - fixes for gcc-2.95 on IRIX (thanks to Marc W. Mengel) 
sl@0
   292
	
sl@0
   293
        * debug/_iterator.h : fixed relaxed const/non-const iterator construction for debug mode
sl@0
   294
	  (thanks to Dave Abrahams for the patch)
sl@0
   295
	
sl@0
   296
	* collate : added workaround for SUNpro linker (thanks to Petr Ovchenkov for the fix)
sl@0
   297
sl@0
   298
	* _ios.h, _streambuf.h - added obsolete stuff required by the standard
sl@0
   299
sl@0
   300
	* _config.h/stdexcept - introduced __STL_NOTHROW_INHERITED to be used when we actually need
sl@0
   301
	  exception specification due to inheritance (thanks to Joe for the report)
sl@0
   302
sl@0
   303
	* _locale.h:104 : fixed ummaned parameters
sl@0
   304
sl@0
   305
	* _tempbuf.h - fixed absent inclusion of _tempbuf.c
sl@0
   306
sl@0
   307
	* <exception> : relaxed rules for importing vendor symbols
sl@0
   308
sl@0
   309
	* _deque.h - added != operator
sl@0
   310
sl@0
   311
	* _streambuf.h - fixed snextc() bug for wchar_t
sl@0
   312
sl@0
   313
	* <ostream>, _numeric_facets.h - circular dependency resolved
sl@0
   314
sl@0
   315
	* stl/_iosfwd.h - added include guard
sl@0
   316
sl@0
   317
	* basic_[io]stream::sentry made inner class again (as per standard) 
sl@0
   318
	  for non-DLL compilations.
sl@0
   319
sl@0
   320
	* vector<void*> is used in locale implementation to reduce code bloat,
sl@0
   321
	  vector<void*> exported from DLL
sl@0
   322
sl@0
   323
	* <stdexcept> : exported more stuff
sl@0
   324
sl@0
   325
	* stl_intel.h : ICL config merged into stl_msvc.h
sl@0
   326
sl@0
   327
	* gcc.mak - fixed for shared target
sl@0
   328
	
sl@0
   329
The following changes were made in 4.0 beta 5 since 4.0 beta 4:
sl@0
   330
sl@0
   331
	* _hastable.c:263 : removed inneeded cast (thanks to Will Fike for the report)
sl@0
   332
sl@0
   333
	* debug/_string.h :  added conversion to non-SGI string (thanks to Todd Richmond for the report)
sl@0
   334
sl@0
   335
	* _complex.h : fixed DLL declarations for i/o operators
sl@0
   336
sl@0
   337
	* _ostream.h : fixed sentry behavoiur and DLL specs.
sl@0
   338
sl@0
   339
	* _istream.h : fixed DLL specs, optimized some try/catch blocks
sl@0
   340
sl@0
   341
	* _vector.h : fixed vector::insert body definition for __STL_INLINE_MEMBER_TEMPLATES
sl@0
   342
sl@0
   343
	* <exception> : more compilers listed as having full exception header
sl@0
   344
sl@0
   345
	* debug/_debug.h : added namespace to __STL_ASSERT for EH test which uses this internal macro.
sl@0
   346
sl@0
   347
	* resource info fixed (thanks to Michael Entin for the report)
sl@0
   348
sl@0
   349
	* debug/_string.h : fixed _M_start resolution bug (thanks to Rob for the report )
sl@0
   350
sl@0
   351
	* <new> : added import of new_handler stuff from vendor namespace (thanks to Niran Bala for the report).
sl@0
   352
sl@0
   353
	* src/c_locale_glibc - missed directory contents restored (thanks to Todd Rider for the report)
sl@0
   354
sl@0
   355
	* mwerks_prj - project updated for new file set, target names for x86 changed to conform to common schema
sl@0
   356
sl@0
   357
	* _ostream.c/_istream.c : fixed lookup for _S_eof symbol (thanks to Anton Sergeev for the report)
sl@0
   358
sl@0
   359
	* _ios.h - fixed VC++ DLL warning for specializations
sl@0
   360
sl@0
   361
	* stl_ibm.h - disabled "long long" due to incomplete support on MVS by request (thanks to Tinny Ng)
sl@0
   362
	
sl@0
   363
	* char_traits.h - worked around weird gcc internal bug (__sz identifier changed to _Sz)
sl@0
   364
	
sl@0
   365
The following changes were made in 4.0 beta 4 since 4.0 beta 3:
sl@0
   366
sl@0
   367
	* "src" directory : source divided into smaller parts to be more manageable and to
sl@0
   368
	  get more cache locality
sl@0
   369
sl@0
   370
	* throw specifications removed (macros made void) - thanks to Dave Abrahams for the suggestion
sl@0
   371
	
sl@0
   372
	* stl/_list.c - fixed reverse() "inline", 
sl@0
   373
	  _deque.h - fixed cast bug for xlC (thanks to Alex Vanic for the reports)
sl@0
   374
		
sl@0
   375
	* stl/_strstream.h - fixed DLL specs (thanks to Parcival Willems for the report)
sl@0
   376
sl@0
   377
	* stl/_string.h, debug/_string.h - fixed conversion from native string with __STL_DEBUG
sl@0
   378
	  (thanks to Todd Richmond for the report).
sl@0
   379
sl@0
   380
	* stl/_istream.h - fixed clash of "__N" symbol with ctype.h macro for some compilers
sl@0
   381
	  (thanks to Kees de Bruin for the report)
sl@0
   382
sl@0
   383
	* Configuration fixed for Borland C++ 5.02 compiler [ deque still does not work with it ]
sl@0
   384
sl@0
   385
	* gcc-2.7.2 configuration fixed	
sl@0
   386
sl@0
   387
	* SGI iostreams now work for Borland 5.5 with static lib , some problems with
sl@0
   388
	  locale initialization when DLL is used.
sl@0
   389
	
sl@0
   390
	* __get_c_string exported in DLL (thanks to Ed Ball for the report).
sl@0
   391
sl@0
   392
	* ENDIAN fixes for CodeWarrior/DEC (thanks to Kevin Wooten for bringing this up)
sl@0
   393
sl@0
   394
	* wrap_std/h/strstream.h - added missing wrapper (Thanks to Laurent for the report)
sl@0
   395
sl@0
   396
	* stl_hpacc.h - fixed #endif bug, 
sl@0
   397
	  _limits.h/.c - fixed array initialization, 
sl@0
   398
	  _string_io.h, _locale.h - fixed circular dependancy,
sl@0
   399
	  _set.[hc], _hashtable.c, _set.h - added __REINTERPRET_CAST need by some compilers;
sl@0
   400
	  _i[o]stream.c, _rope.[hc] - lookup fixed for dependant symbols 
sl@0
   401
	  (thanks to Alain Miniussi for the reports)
sl@0
   402
	
sl@0
   403
After-release minor bugfixes for beta3:
sl@0
   404
	
sl@0
   405
	* stl/_list.c - fixed reverse() [ new SGI code, merged unported first ]
sl@0
   406
	  Thanks for everybody who reported it.
sl@0
   407
	
sl@0
   408
	* stl/_bvector.h : fixed ambiguity problem with relational iterators
sl@0
   409
	  for __STL_NO_BOOL case (thanks to Alex Vanic for the report).
sl@0
   410
sl@0
   411
	* stl/_alloc.c, stl/_threads.c - fixed static member definitions for compilers
sl@0
   412
	  that lack automatic static data members (gcc-2.7). Thanks to Huang-Ming Huang 
sl@0
   413
	  for the report. 
sl@0
   414
sl@0
   415
	* standard wide streams initialization bug on Win32 fixed (thanks to Harold Putman for the
sl@0
   416
	  report)
sl@0
   417
	
sl@0
   418
The following changes were made in 4.0 beta 3 since 4.0 beta 2:
sl@0
   419
sl@0
   420
	* Merged SGI changes from 02/18 snapshot.
sl@0
   421
	
sl@0
   422
        * Ming32W (gcc Win32 port using MS runtime lib) is now fully supported. 
sl@0
   423
sl@0
   424
	* .dll build schema improved, now builds with mingw32 and Borland C++
sl@0
   425
	  (Borland has some problem with numeric i/o)
sl@0
   426
	
sl@0
   427
	* VC++ version bugfixes in <xstring>/<xutility>/<xstring> 
sl@0
   428
	  (thanks to Todd Richmond for the report)
sl@0
   429
sl@0
   430
	* _bvector.h - relational operators defined only for "bit_vector", 
sl@0
   431
	   not for "vector" specializations (thanks to Edward Ball for the report)
sl@0
   432
sl@0
   433
	* src/locale_impl.h - fixed multiple defined symbol problem with gcc
sl@0
   434
	  (Thanks to Matti Rintala for the report)
sl@0
   435
sl@0
   436
	* config/stl_ibm.h - __STL_NO_TYPEINFO added (thanks for Tinny Ng).
sl@0
   437
	
sl@0
   438
	* <string> : _stl_string_io.h/c introduced to fight inter-dependencies
sl@0
   439
sl@0
   440
	* _bvector.h - added fix for -tempinc compilation on AIX (thanks to Alex Vanic for the patch)
sl@0
   441
sl@0
   442
	* fstream.cpp - _M_write bug for Win32 text mode fixed (thanks to Mike Pyle)
sl@0
   443
sl@0
   444
	* _string.h : debug version included prior to _string.c;
sl@0
   445
sl@0
   446
	* debug/_debug.h/.c, debug/_deque.h, debug/_string.h - fixed debug mode bugs;
sl@0
   447
	  Apple compilers config fixes / iostream wrapping fixes / EH test fixes,
sl@0
   448
	  (thanks to Tsutomu Youshida for the patch)
sl@0
   449
sl@0
   450
	* csetjmp/setjmp.h - guards added against VC++ #defines (thanks to Gavin Wood)
sl@0
   451
sl@0
   452
	* stl/_iosfwd.h : __STL_DEFAULT_CONSTRUCTED used instead of __STL_NULL_CHAR_INIT
sl@0
   453
	(thanks to Alex Vanic for the report)
sl@0
   454
sl@0
   455
	* __stl_get_c_string() - made extern non-template for SGI iostreams mode.
sl@0
   456
sl@0
   457
	* __cdecl calling convention fixes - now works for debug & non-debug code.
sl@0
   458
sl@0
   459
	* _limits.h/.c : static data moved from inline functions into a class.
sl@0
   460
sl@0
   461
	* stlport_msvc.rc resource file added for DLL's (thanks to Michael Entin)
sl@0
   462
sl@0
   463
	* stlport/config/stl_wince.h : added abort()/assert() definitions
sl@0
   464
	  (thanks to Gavin Wood for the report)
sl@0
   465
sl@0
   466
	* Initial iostreams port for xlC (thanks to Alexander Vanic for the patch).
sl@0
   467
sl@0
   468
	* config files - made safe for C compilers
sl@0
   469
sl@0
   470
	* src/c_locale_stub.c - made structure for full platform-dependent 
sl@0
   471
	  locales other than "C". Glibc implementation merged.
sl@0
   472
	
sl@0
   473
The following changes were made in 4.0 release candidate 2 since 4.0 release candidate 1:
sl@0
   474
sl@0
   475
	* Solid approach to __STL_DEFAULT_CONSTRUCTOR_BUG problem implemented,
sl@0
   476
	  rope.h typo fixed (thanks to Alex Vanic for the report) 
sl@0
   477
sl@0
   478
	* getline and stream operators moved from _istream.c to _string.c 
sl@0
   479
	  where they belong (thanks for Petr Ovchenkov)
sl@0
   480
sl@0
   481
	* <new> fixed to import nothrow and nothrow_t
sl@0
   482
sl@0
   483
	* Borland C++ 5.5 (free compiler) supported (iostreams won't compile yet).
sl@0
   484
	
sl@0
   485
	* SUN CC 6.0 EA - new features unabled (most announced features still don't work though)
sl@0
   486
	
sl@0
   487
	* HP ACC configuration updated, some fixes for new aCC beta(thanks to Alain Miniussi).
sl@0
   488
sl@0
   489
	* Windows CE compatibility fixed (thanks to Gavin Wood for the report)
sl@0
   490
	
sl@0
   491
	* <sstream> fixed for non-SGI case, ios.cpp bug in __STL_NO_EXCEPTIONS 
sl@0
   492
	  mode fixed, debug iterators fix (thanks to Todd Richmond).
sl@0
   493
	
sl@0
   494
	* VC++ 5.0 and 4.2 compatibility fixed (thanks to Ilya for the report)
sl@0
   495
sl@0
   496
	* __cdecl calling convention explicitly specified for VC++ & static/global functions.
sl@0
   497
sl@0
   498
	* vc_common.mk : debug type changed to CV (thanks to Mike Pyle for the solution)
sl@0
   499
	
sl@0
   500
	* fstream.cpp : Win32 text mode : bugs fixed, SGI code used.
sl@0
   501
	  fixed _M_open() creation flags for Win32 (thanks to Mike Pyle for the report)
sl@0
   502
sl@0
   503
        * "install" target added for VC++ to install .dll's into Win system directory.
sl@0
   504
sl@0
   505
	* __STL_USE_STATIC_LIB switch added to add flexibility to VC++ linking.
sl@0
   506
	
sl@0
   507
	* __stl_debug_message for WIN32/Unicode/MFC improved 
sl@0
   508
	  (thanks to Edward Ball, Chvetsov for the reports)
sl@0
   509
sl@0
   510
	* MVS fix for auto_ptr<> (thanks to Tinny Ng)
sl@0
   511
sl@0
   512
	* debug/_tree.h, debug/_vector.h "typename" fixes, thanks to Matti Rintala.
sl@0
   513
sl@0
   514
	* c_locale.h : fix for Solaris 2.5.x (thanks to B. K. Oxley)
sl@0
   515
sl@0
   516
	* _bvector.h : Watcom compatibility fixed (thanks to Ricardo E. Gayoso for the report)
sl@0
   517
sl@0
   518
	* __STL_DONT_REDEFINE_STD flag behaviour fixed
sl@0
   519
	
sl@0
   520
The following changes were made in 4.0 release candidate 1 since 3.2.2 Beta 4 :
sl@0
   521
	
sl@0
   522
	* Merged changes made to SGI standard library snapshot on 01/28.
sl@0
   523
sl@0
   524
	* Fixed bug with istream reading numbers in hex mode (thanks to Dave Abrahams
sl@0
   525
	  for the patch).
sl@0
   526
sl@0
   527
	* Debug mode redesigned (again) - no extra namespaces is being used
sl@0
   528
	  Finally, it works for MSVC and all other platforms.
sl@0
   529
sl@0
   530
	* __SGI_STL_OWN_IOSTREAMS made to be the default mode except few platforms
sl@0
   531
	  not provided with makefiles to build STLport yet.
sl@0
   532
	
sl@0
   533
	* Changed strategy on redefinig std:: namespace. 
sl@0
   534
	  prolog/epilog technology used to get clean namespace wrapping.
sl@0
   535
	  It also allows for managing stack of pragmas 
sl@0
   536
	  (see stlport/stl/config/_prolog.h,_epilog.h) to get rid of warnings.
sl@0
   537
	  Note : default namespace changed to _STL:: to satisfy implementation
sl@0
   538
	  constraints and to allow for more compact symbols. 
sl@0
   539
	  "stlport::" namespace is still defined for backwards compatibility.
sl@0
   540
sl@0
   541
	* iostreams library now compiles on HP with aCC (thanks to Steven Serocki for the patch).
sl@0
   542
sl@0
   543
	* Configuration for SUN Workshop 6.0 EA provided.
sl@0
   544
	
sl@0
   545
	* For VC++, corresponding [selected by /MT(d) or /MD(d) switch]
sl@0
   546
	  STLport iostreams library is being linked automatically - all you
sl@0
   547
	  need is to put library in lib search path or specify additional library path.
sl@0
   548
sl@0
   549
	* Ability to turn on all warnings in your own code if you're using 
sl@0
   550
	  a compiler with appropriate support (e.g. MSVC6).
sl@0
   551
	  
sl@0
   552
	* Small fixes posted to the forum integrated:
sl@0
   553
	
sl@0
   554
	 * config/stl_wince.h : added __STL_HAS_NO_NEW_C_HEADERS switch
sl@0
   555
	 * wrap_std/strsream  : fixed preprocessor bug, strstream.h included
sl@0
   556
	  when not using new-style headers
sl@0
   557
	 * other fixes
sl@0
   558
	
sl@0
   559
The following changes were made in 3.2.2 beta 4 since 3.2.2 Beta 3:
sl@0
   560
sl@0
   561
	* Merged changes made to SGI standard library snapshot on 01/10.
sl@0
   562
sl@0
   563
	* Major restructuring of header files - for maintainability and
sl@0
   564
	  8.3 filesystems benefit.
sl@0
   565
sl@0
   566
	* Major debug mode improvements - new debug mode now works with
sl@0
   567
	 VC++, gcc, intel, SUNpro, MetroWerks.
sl@0
   568
sl@0
   569
	* Regression test suite changed to new-style headers - thanks to
sl@0
   570
	  Dima Pasechnik for the initial port.
sl@0
   571
	
sl@0
   572
	* <rope> fixes for Watcom
sl@0
   573
sl@0
   574
	* many miscellanous fixes.
sl@0
   575
	
sl@0
   576
The following changes were made in 3.2.2 beta 3 since 3.2.2 Beta 2:
sl@0
   577
sl@0
   578
	* Merged changes made to SGI standard library snapshot in December.
sl@0
   579
	
sl@0
   580
	* std:: is not used for STLport namespace even with SGI iostreams,
sl@0
   581
	  to avoid possible clashes and facilitate 3rd-party library use.
sl@0
   582
          Same macro redefinition technique for stlport:: used to keep clients
sl@0
   583
	  code with literal std:: happy as in native iostreams mode.
sl@0
   584
	
sl@0
   585
	* C library headers wrapping changed to allow multiple inclusion tricks
sl@0
   586
	  (needed by gcc-2.95 mostly)
sl@0
   587
	
sl@0
   588
	* gcc-2.95 and CodeWarrior configurations updated.
sl@0
   589
sl@0
   590
	* HP aCC fixes applied.
sl@0
   591
sl@0
   592
	* Visual C++ - added static library targets, build refined.
sl@0
   593
	  Fixed memory-mapping bugs.
sl@0
   594
	
sl@0
   595
	* auto_ptr updated, now it passes polymorphic tests with VC++.
sl@0
   596
sl@0
   597
	* Many small bugfixes.
sl@0
   598
	
sl@0
   599
The following changes were made in 3.2.2 beta 2 since 3.2.2 Beta 1:
sl@0
   600
sl@0
   601
	* Fixed SUN CC deque<> problem with -g
sl@0
   602
	
sl@0
   603
	* Added configuration and makefiles for DEC VMS, Borland and Win32 gcc.
sl@0
   604
sl@0
   605
	* Merged changes made to November SGI standard library snapshot.
sl@0
   606
sl@0
   607
	* config changes - "configure" made obsolete and moved into "stlport/config/new_compiler".
sl@0
   608
sl@0
   609
	* __STL_TYPENAME_ON_RETURN_TYPE handling changed.
sl@0
   610
	
sl@0
   611
	* Miscellanous fixes.
sl@0
   612
sl@0
   613
The following changes were made in 3.2.2 Beta 1 since 3.2.1 release:
sl@0
   614
sl@0
   615
	* SGI iostreams adopted. To use SGI iostreams, user have to set
sl@0
   616
	  __SGI_STL_OWN_IOSTREAMS flag and to build the library in "src"
sl@0
   617
	  directory to link with. Please read INSTALL file for detailed
sl@0
   618
	  instructions.
sl@0
   619
	  Default setting is NOT to use SGI iostreams (wrappers used as before).
sl@0
   620
sl@0
   621
	* Debug mode completely redesigned - debug mode containers are 
sl@0
   622
	  implemented in terms of wrappers around non-debug ones.
sl@0
   623
	  That provides for more clean and efficient implementation and
sl@0
   624
	  binary compatibility between debug and non-debug versions.
sl@0
   625
sl@0
   626
	* Additional configurations added for platforms :
sl@0
   627
	     - gcc-2.95
sl@0
   628
	     - SUNpro CC 5.0 in "compatibility" mode
sl@0
   629
	  "configure" made obsolete.
sl@0
   630
	
sl@0
   631
	* Bugfixes reported by users since 3.2.1 release merged 
sl@0
   632
sl@0
   633
The following changes were made in 3.2.1 since 3.2 release:
sl@0
   634
sl@0
   635
	* Now, by default, STLPort renames std:: namespace for user
sl@0
   636
	  if __STL_USE_OWN_NAMESPACE is used. To make it possible, many new
sl@0
   637
	  wrapper headers introduced. Internally, STLport uses stlport:: namespace,
sl@0
   638
	  so no link- or run- time clashes are possible, and you don't have to rebuild
sl@0
   639
	  the runtime lib (which you don't want to).
sl@0
   640
	  This feature makes STLport usable out-of-the box, without any modifications
sl@0
   641
	  for client code, with any compiler.
sl@0
   642
sl@0
   643
	* Code bloat reduction : hashtable<T> uses vector<void*> internally.
sl@0
   644
sl@0
   645
	* Vector : efficiency/code bloat reduction fixes.
sl@0
   646
sl@0
   647
	* Visual C++ : DLL export is supported for allocators and strings. To use it, 
sl@0
   648
	  please define __STL_USE_DECLSPEC in all modules and __STL_DESIGNATED_DLL
sl@0
   649
	  for the DLL which is supposed to instantiate STLport exports (at least one
sl@0
   650
	  source of this DLL must include <string>.
sl@0
   651
sl@0
   652
        * Visual C++ : for MT synchronization, <windows.h> is not included anymore.
sl@0
   653
	
sl@0
   654
	* For Sunpro C++ 5.0 : all headers are linked into stlport/SC5, so only
sl@0
   655
	  one include path is needed. Note that SC5.0 has problems with relative 
sl@0
   656
	  search path. It is easy to work around : in your makefiles, instead of
sl@0
   657
	  "STL_INCL=../.." , write "STL_INCL=${PWD}/../..".
sl@0
   658
sl@0
   659
	* Configuration files provided for compilers : 
sl@0
   660
	   KAI C++
sl@0
   661
	   DEC C++ (6.x, 5.x)
sl@0
   662
	   Borland 5.02 is back on the road (finally !)
sl@0
   663
	  
sl@0
   664
	* Windows CE config provided for Visual C++.
sl@0
   665
sl@0
   666
	* __STL_NO_IOSTREAMS switch introduced for embedded platforms.
sl@0
   667
	
sl@0
   668
	* Lots of minor config fixes and improvements for various platforms.