* Graph Library, Random Number Library, and Regular Expression Library
* Configuration Header additions for various compiler foibles.
* Portability Hints: Borland C++ 5.5.1 from Jens Maurer added.
* Compiler Status updated for latest versions of several compilers.
* Array Library improvements reflecting formal review comments.
* functional.hpp compiler workarounds added.
* tie() function template added to utility.hpp for easier handling of
std::pair<> return values.
* Integer Library improved handling of 64-bit integers.
* Minor web site page updates.
* Array Library added - An STL compliant container wrapper for arrays of
constant size from Nicolai Josuttis.
* array traits header renamed array_traits.hpp (was array.hpp).
* Random Number Library: more minor changes to support more compilers.
* Smart Pointer Library: performance reducing exception-specifications
removed.
* Utility Library: compiler and test program fixes for call_traits,
compressed_pair, and type_traits.
* Utility Library: updated cast.hpp to clear compiler warning messages..
* Linux Compiler Status added.
* Boost source code now lives in a publicly accessible Concurrent
Versions System (CVS) repository.
* Remove limits and memory. Just depend on SGI STL package which has much
better versions of these files.
* Minor fixes and enhancements in the documentation.