agurtovoy * libs/conversion/lexical_cast_test.cpp: merge changes from the main trunk to get in sync with the header * tools/regression/process_jam_log.cpp: merged libs/libs fix + other stuff from the main trunk * tools/regression/xsl_reports/xsl/result_page.xsl: Fix in links to error log * tools/regression/xsl_reports/xsl/produce_expected_results.xsl: bug fix * tools/regression/compiler_status.cpp: links fix * tools/regression/xsl_reports/: report.py, xsl/add_expected_results.xsl, xsl/master.css, xsl/produce_expected_results.xsl, xsl/result_page.xsl, xsl/summary_page.xsl, xsl/links_page.xsl: merged changes from the main trunk Summary: * lexical_cast ** lexical_cast_test.cpp - added test case for unsigned types, in case they are an alias for wchar_t; synched wchar_t detection with the header david_abrahams * tools/build/testing.jam: Fix relative path bug * boost/optional.hpp: Fix the GCC workaround! * tools/build/testing.jam: Preserve PATH from environment * tools/build/msvc-stlport-tools.jam: Fixed runtime library choice, since STLPort offers only multithreaded builds * libs/test/build/Jamfile: Don't build dynamic libs on windows * status/Jamfile: Fixed misplace facet-support requirement * boost/checked_delete.hpp: merged from trunk * boost/version.hpp: Updated for 1.30.2 * tools/build/intel-win32-tools.jam: Correctly signal that wchar_t is not a distinct type when emulating vc6. * libs/date_time/test/Jamfile, libs/format/test/Jamfile, libs/math/test/Jamfile, libs/regex/build/Jamfile, libs/regex/example/Jamfile, libs/regex/test/Jamfile, status/Jamfile, tools/build/boost-base.jam: Fix facet support for intel-win32 * boost/crc.hpp: Fix mistaken workaround with BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS. It breaks GCC. * libs/format/test/Jamfile, tools/build/boost-base.jam, status/Jamfile: Fix locale support for metrowerks * libs/optional/test/optional_test.cpp, tools/build/intel-win32-tools.jam: Fixes for optional_test: Added missing #include Upgraded to the latest intel-win32-tools.jam in order to handle intel5 compatibility. * index.htm: update revision date * index.htm: Added ALERT about 1.30.1 problems * more/download.html: Add reference to the anonymous CVS mirror dgregor * libs/function/test/sum_avg_portable.cpp: Stupid fix, from mainline fcacciola * boost/optional.hpp: New fix for std swap (for gcc >= 3.3) * libs/optional/doc/optional.html: Fix couple of typos johnmaddock * boost/config/: compiler/comeau.hpp, compiler/intel.hpp, compiler/vacpp.hpp, select_compiler_config.hpp, select_stdlib_config.hpp, platform/hpux.hpp, platform/irix.hpp, platform/linux.hpp, platform/solaris.hpp, platform/win32.hpp, stdlib/dinkumware.hpp, stdlib/libcomo.hpp, stdlib/stlport.hpp: Selectively merged changes in the main trunk into the branch for 1.30.2 release. martin_wille * tools/build/intel-linux-tools.jam: need -lrt, always samuel_k * boost/format/: feed_args.hpp, format_class.hpp, msvc_disambiguater.hpp: merged MSVC7.1 fixes in the main trunk into the branch for 1_30_2 release