mono.git
22 years agoInitial revision
Miguel de Icaza [Tue, 19 Jun 2001 03:37:46 +0000 (03:37 -0000)]
Initial revision

svn path=/trunk/mono/; revision=9

22 years agoSystem.Net beginning
Miguel de Icaza [Sat, 16 Jun 2001 04:28:28 +0000 (04:28 -0000)]
System.Net beginning

svn path=/trunk/mcs/; revision=8

22 years ago2001-06-13 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 13 Jun 2001 23:52:08 +0000 (23:52 -0000)]
2001-06-13  Miguel de Icaza  <miguel@ximian.com>

* decl.cs: Added `Define' abstract method.
(InTransit): new property, used to catch recursive definitions.

* interface.cs: Implement `Define'.

* modifiers.cs: Map Modifiers.constants to
System.Reflection.TypeAttribute flags.

* class.cs: Keep track of types and user-defined types.
(BuilderInit): New method for creating an assembly
(ResolveType): New function to launch the resolution process, only
used by interfaces for now.

* cs-parser.jay: Keep track of Classes, Structs and Interfaces
that are inserted into the name space.

svn path=/trunk/mcs/; revision=7

22 years agoAdd test case for cs0114
Miguel de Icaza [Wed, 13 Jun 2001 23:29:34 +0000 (23:29 -0000)]
Add test case for cs0114

svn path=/trunk/mcs/; revision=6

22 years agoAdded README and AUTHORS
Miguel de Icaza [Fri, 8 Jun 2001 18:48:20 +0000 (18:48 -0000)]
Added README and AUTHORS

svn path=/trunk/mcs/; revision=5

22 years agoInitial revision
Miguel de Icaza [Fri, 8 Jun 2001 18:45:34 +0000 (18:45 -0000)]
Initial revision

svn path=/trunk/mcs/; revision=2