diff --git a/libs/cs-win32.html b/libs/cs-win32.html index 34a9d2441e..a822fe2871 100644 --- a/libs/cs-win32.html +++ b/libs/cs-win32.html @@ -6,7 +6,7 @@ Compiler Status: Windows NT / Windows 2000

Compiler Status: Windows NT / Windows 2000

-

Run Date: 14 Oct 2000 GMT

+

Run Date: 16 Oct 2000 12:09 GMT

@@ -14,7 +14,7 @@ Compiler Status: Windows NT / Windows 2000 - + @@ -35,7 +35,7 @@ Compiler Status: Windows NT / Windows 2000 - + @@ -70,21 +70,21 @@ Compiler Status: Windows NT / Windows 2000 - + - + - + diff --git a/libs/regrtest.py b/libs/regrtest.py index 78c7d62de0..0dcc105813 100644 --- a/libs/regrtest.py +++ b/libs/regrtest.py @@ -160,7 +160,7 @@ f.write( "\n\n\nCompiler Status: " + platform + "\n\n f.write( "\n" ) f.write( "

\n" ) f.write( "

Compiler Status: " + platform + "

\n" ) -f.write( "

Run Date: " + time.strftime("%d %b %Y GMT", time.gmtime(time.time())) + "

\n" ) +f.write( "

Run Date: " + time.strftime("%d %b %Y %H:%M GMT", time.gmtime(time.time())) + "

\n" ) f.write( "

\n" ) f.write( "

Borland
BCC
5.5.1
Metrowerks
CodeWarrior
6.0
Microsoft
VC++
6.0 SP4
Microsoft
VC++
6.0 SP4
STLport
3.2.1
Microsoft
VC++
6.0 SP4
STLport
4.0
config/config_test.cppyes yes yesnoyes
graph/test/graph.cppyes yes yesyesno
random/random_test.cpp yes yes yesyesno
random/random_demo.cpp yes yes yesyesno
regex/src/cregex.cpp
\n" ) f.write( "\n" ) @@ -190,7 +190,7 @@ else: if compiler_arg=="*" or compiler_arg=="vc": f.write( "\n" ) if compiler_arg=="*" or compiler_arg=="vcstlport": - f.write( "\n" ) + f.write( "\n" ) f.write( "\n" )
Microsoft
VC++
6.0 SP4
Microsoft
VC++
6.0 SP4
STLport
3.2.1
Microsoft
VC++
6.0 SP4
STLport
4.0