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-10-16 02:03:43 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-10-16 02:03:43 +0400
commita2b1c0dd362fd2e8af239d799c96d960cbffd6ef (patch)
tree31079d879cef1a4b7e16db5e26c8a9c355720ec6 /doc/index
parentcf7f371359a4686d96f3f561d18961f1ef32beb1 (diff)
UPdated
svn path=/trunk/mono/; revision=1168
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/index b/doc/index
index 274352577a1..4818f412612 100644
--- a/doc/index
+++ b/doc/index
@@ -23,6 +23,19 @@
You can contact the team at: <a
href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
+** Oct 15, 2001
+
+ JIT engine supports many of the object constructs now (object
+ creation, vtable setup, interface table setup).
+
+ The C# compiler now has almost full property support (only
+ missing bit are pre-post increment/decrement operations),
+ delegates are now created (still missing delegate invocation).
+ try/catch/finally is also supported in the compiler now.
+
+ System.Decimal implementation is in, as well as many crypto
+ classes.
+
** Oct 5, 2001
Sergey has released his first version of the <b>ilasm</b>