* TypeDef.cs: Make types into value types if specified. Also
[mono.git] / mcs / ilasm / codegen / TypeDef.cs
2003-08-03 Jackson Harper * TypeDef.cs: Make types into value types if specified...
2003-07-16 Jackson Harper * TypeDef.cs: Allow adding and emitting generic...
2003-07-15 Jackson Harper * TypeDef.cs: Emit generic parameters.
2003-06-09 Jackson Harper * TypeDef.cs: Add properties to types.
2003-06-08 Jackson Harper * TypeDef.cs: Fix silly null reference bug.
2003-06-08 Jackson Harper * EventDef.cs: New file - An event definition.
2003-05-31 Jackson Harper * CustomAttr.cs: New file - Custom attributes
2003-05-25 Jackson Harper * CodeGen.cs: Add method to resolve global...
2003-05-11 Jackson Harper * TypeDef.cs: Add size and packing information
2003-05-11 Jackson Harper * IFieldRef.cs: New file - interface field...
2003-05-10 Jackson Harper * IMethodRef.cs: New file - Interface that method...
2003-05-02 Jackson Harper* CodeGen.cs: Define the contents of types after all...
2003-05-02 Jackson Harper * CodeGen.cs: Add outer classes to typedefs if necesary
2003-04-20 Jackson Harper"oops forgot to commit"
2003-04-18 Jackson Harper * MethodDef.cs: New file - definition of a...
2003-04-18 Jackson Harper * ExternTypeRef.cs: New file - Represents a...