2002-08-12 Tim Coleman <tim@timcoleman.com>
[mono.git] / web / c-sharp
index 553f79cdccaba6a590cfb7bb32e88ec48904def5..fa4dad1d732fc629c355460e4055f62dd3ff55f6 100644 (file)
@@ -9,7 +9,10 @@
 
        MCS was able to parse itself on April 2001, MCS compiled itself
        for the first time on December 28 2001.  MCS became self hosting
-       on January 3rd, 2001. 
+       on January 3rd, 2002. 
+
+       The Mono Runtime and the Mono execution engine were able to make
+       our compiler self hosting on March 12, 2002.
 
        A test suite is maintained to track the progress of
        the compiler and various programs are routinely compiled and
 
 ** Running MCS
 
-       MCS is written in C# and uses heavily the .NET APIs.  At this point
-       MCS only runs on Windows with the .NET Framework SDK installed.  Work
-       is progressing rapidly in our JIT engine and our class libraries to
-       allow MCS to be ran in non-Windows systems. 
+       MCS is written in C# and uses heavily the .NET APIs.  MCS runs
+       on Linux (with the Mono runtime) and Windows (with the .NET
+       framework runtime)
 
 ** Reporting Bugs in MCS