diff --git a/status/compiler.cfg b/status/compiler.cfg
index 25732c6d9c..5c38e38b07 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -179,6 +179,27 @@ bcc32 -c -I%include -j10 -q %source
bcc32 -eboosttmp.exe -I%include -j10 -q %source
Borland
BCC
5.5.1
+win32
+cygwin
+GCC under cygwin
+g++ -c -ftemplate-depth-30 -I%include %source
+g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
+GNU GCC
2.95.2-6
Cygwin 1.1.7
+
+//win32
+//gcc-stlport-debug
+//GCC under cygwin with STLport 4.0
+//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
+//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
+//GNU
GCC
2.95.2-6
STLport
4.0
+
+win32
+icl
+Intel C++ 5.0
+icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
+icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
+Intel
Intel C++
5.0
MS lib
6.0 SP4
+
win32
cw
Metrowerks CodeWarrior
@@ -200,28 +221,6 @@ vc-stlport
Microsoft Visual C++ with STLport
cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no /libpath:$BOOST_STLPORT_PATH\lib user32.lib
-Microsoft
VC++
6.0 SP4
STLport
4.0
-
-win32
-cygwin
-GCC under cygwin
-g++ -c -ftemplate-depth-30 -I%include %source
-g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
-GNU GCC
2.95.2-6
Cygwin 1.1.7
-
-//win32
-//gcc-stlport-debug
-//GCC under cygwin with STLport 4.0
-//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
-//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
-//GNU
GCC
2.95.2-6
STLport
4.0
-
-// remove the intel compiler until they supply a permanent license
-//win32
-//icl
-//Intel C++ 5.0
-//icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
-//icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
-//Intel C++
5.0
MS lib
6.0
+Microsoft
VC++
6.0 SP4
STLport
4.0
// end of file
diff --git a/status/compiler_status.html b/status/compiler_status.html
index 0b2fd61e56..cafbd333ad 100644
--- a/status/compiler_status.html
+++ b/status/compiler_status.html
@@ -97,15 +97,22 @@ library tests have not yet been included.
@@ -116,7 +123,7 @@ of the products or services mentioned above.
Revised 16 April 2001
+s-format="%d %B %Y" startspan -->14 May 2001