diff --git a/index.htm b/index.htm index 28b0c613c2..e80cf7149b 100644 --- a/index.htm +++ b/index.htm @@ -32,7 +32,7 @@ bother to ask.
You may download all of boost as a single ZIP file. Click here for download details. The source code is also publicly accessible in a CVS repository.
-See Compiler Status to find out what +
See Compiler Status to find out what library works with which compiler.
If you are interested in Boost.org, please join our mailing list for @@ -67,7 +67,7 @@ with any concerns you don't want to just post to the mailing list.
Dave Abrahams and Kevlin Henney.November 3, 2000 - Version 1.18.2
@@ -130,7 +130,7 @@ with any concerns you don't want to just post to the mailing list. various compiler foibles.September 28, 2000 - Version 1.18.0
@@ -177,7 +177,7 @@ with any concerns you don't want to just post to the mailing list. program fixes for call_traits, compressed_pair, and type_traits.See Compiler Status to find +
See Compiler Status to find out what library works with which compiler.
See Header Dependencies to find diff --git a/more/index.htm b/more/index.htm index 4151a6deb8..b83e919148 100644 --- a/more/index.htm +++ b/more/index.htm @@ -42,7 +42,7 @@
-Compiler Status Describes what library works with which compiler.
Header Dependencies diff --git a/libs/compiler.cfg b/status/compiler.cfg similarity index 100% rename from libs/compiler.cfg rename to status/compiler.cfg diff --git a/libs/compiler_status.htm b/status/compiler_status.html similarity index 100% rename from libs/compiler_status.htm rename to status/compiler_status.html diff --git a/libs/cs-beos.html b/status/cs-beos.html similarity index 100% rename from libs/cs-beos.html rename to status/cs-beos.html diff --git a/libs/cs-irix.html b/status/cs-irix.html similarity index 100% rename from libs/cs-irix.html rename to status/cs-irix.html diff --git a/libs/cs-linux.html b/status/cs-linux.html similarity index 99% rename from libs/cs-linux.html rename to status/cs-linux.html index c8f4352d09..5779bef287 100644 --- a/libs/cs-linux.html +++ b/status/cs-linux.html @@ -8,7 +8,7 @@ Compiler Status: linux
Compiler Status: linux
-Run Date: 15 Jan 2001 17:30 GMT
+Run Date: 17 Jan 2001 19:24 GMT
System Configuration: Linux 2.2.13 (CPU: i686)
diff --git a/libs/cs-tru64.html b/status/cs-tru64.html similarity index 100% rename from libs/cs-tru64.html rename to status/cs-tru64.html diff --git a/libs/cs-win32.html b/status/cs-win32.html similarity index 100% rename from libs/cs-win32.html rename to status/cs-win32.html diff --git a/libs/regression.cfg b/status/regression.cfg similarity index 100% rename from libs/regression.cfg rename to status/regression.cfg diff --git a/libs/regression.cpp b/status/regression.cpp similarity index 99% rename from libs/regression.cpp rename to status/regression.cpp index 4db75894ee..36af05cc73 100644 --- a/libs/regression.cpp +++ b/status/regression.cpp @@ -39,6 +39,8 @@ std::string get_host() return "tru64"; #elif defined __sgi return "irix"; +#elif defined __sun + return "solaris"; #elif defined _WIN32 return "win32"; #elif defined __BEOS__