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/doc/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-09-21 16:16:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-09-21 16:16:09 +0400
commitf8906a560557c1b50416be779f20259112ce7dfd (patch)
treecc0ed60f0968a9dfdf1833ed217d5562a82b6435 /doc/index
parent02a1f5ab544ec33f9ec74052708cd0ab2090f213 (diff)
Updates
svn path=/trunk/mono/; revision=913
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/index b/doc/index
index 32783f0524b..4de102e052c 100644
--- a/doc/index
+++ b/doc/index
@@ -23,6 +23,14 @@
You can contact the team at: <a
href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
+** Sep 21, 2001
+
+ A couple of news-worthy items: Dick got the initial thread
+ support into mint; Paolo implemented many new opcodes; Dietmar
+ got long operations and mul/div working on the JITer; Ravi rewrote
+ the Method selector for expressions to be conformant; Miguel
+ got i++ working. All in tonight's snapshot
+
** Sep 19, 2001
Paolo has written a section on <a href="porting.html">Porting