Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-03-19 18:59:13 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-19 18:59:13 +0300
commit6b6eb50b156a9d1307399fd5d0f068d3334eaad9 (patch)
tree50ea286db98fd3aa83bb115066486253711429cb /web/index
parentaa2c54ee1f8ef48d0ba3d02bd82bb15841d2abe4 (diff)
Update site
svn path=/trunk/mono/; revision=3217
Diffstat (limited to 'web/index')
-rw-r--r--web/index27
1 files changed, 25 insertions, 2 deletions
diff --git a/web/index b/web/index
index 52104baaae9..9f7899d8a3e 100644
--- a/web/index
+++ b/web/index
@@ -37,8 +37,7 @@
<b><a href="c-sharp.html">Compiler</a></b>
</td>
<td>
- Self hosting on .NET.<br>
- Classes need work to run on Mono.
+ Self hosting on Linux and Windows.
</td>
</tr>
<tr>
@@ -71,6 +70,30 @@
</tr>
</table>
+** Mar 19, 2002
+
+ Martin has been working on our debugging infrastructure, both
+ on the JIT side of things (adding dward support) as well as on
+ the class libraries (so that MCS can start generating
+ debugging information).
+
+ Jason and Kral keep working on the System.Xml namespace,
+ allowing Mike to move more to self-hosting his Gtk# code.
+
+ The System.Web classes are now part of the build (and they are
+ also part of the class status now). Ajay contributed a large
+ chunk of code to the System.Xml.Schema namespace
+
+ Dan (of regex fame) has been working on internal calls
+ support: moving more code from the old monowrapper to become
+ internal calls.
+
+ Paolo and Dietmar are working steadily on our runtime
+ environment, fixing bugs, adding missing features and allowing
+ us to run the compiler on Linux.
+
+ Remember to post your bug reports
+
** Mar 12, 2002
At midnight, in Italy, Paolo got the Mono C# compiler to self