* roottypes.cs: Rename from tree.cs.
[mono.git] / web / mono-1.0.html
index 19bebc02ab55bc21946775372c8a192382b11ee7..40730ced1a175b7adaa33ba0af081a1b91ef40bb 100644 (file)
@@ -5,12 +5,20 @@
 
 <body>
 <h1>Assemblies</h1>
+
+       <b>Notice that these are *assemblies*, they are not
+       namespaces. </b>
+
+       <b>Each assembly normally contains code that spans multiple
+       namespaces (mscorlib contains 37 namespaces), but there are a
+       lot of people who seem confused about this.
+       
 <pre>
 Stable:
        Commons.RelaxNG
-       Cscompmgd
+       cscompmgd
+       Mono.Data
        Mono.Data.Tds
-       Mono.Data.TdsClient
        Mono.Posix
        Mono.Security
        Mono.Security.Win32
@@ -30,9 +38,7 @@ Unstable:
        Accessibility
        Mono.Cairo
        Mono.CSharp.Debugger
-       Mono.Data
        Mono.Data.DB2Client
-       Mono.Data.PostgressClient
        Mono.Data.SqlLite
        Mono.Data.SybaseClient
        Mono.GetOptions
@@ -41,6 +47,7 @@ Unstable:
        System.Drawing.Design
        System.Windows.Forms
        Formatters.Soap
+       Mono.Data.TdsClient (older Sybase and MS SQL)
                
 Missing:
        System.EnterpriseServices
@@ -53,6 +60,9 @@ Third party assemblies.
        ByteFX.Data
        Npgsql
        PEAPI
+       SharpZipLib.
+
+       Java integration with IKVM.NET
 
 </pre>
 
@@ -75,7 +85,11 @@ Not ready:
 JIT, 32 bits:
        PPC
        x86
+       SPARC
 
+JIT, 32 bits, unstable:
+       S390
+       
 Interpreter, 32 bits:
        s390
        HPPA
@@ -86,4 +100,4 @@ Interpreter, 64 bits:
        ia64
        SPARC v9
 </body>
-</html>
\ No newline at end of file
+</html>