Mon Nov 19 13:56:55 CET 2001 Paolo Molaro * MethodBase.cs: add internal get_next_table_index() for use in Reflection.Emit. Wed Nov 14 16:53:28 CET 2001 Paolo Molaro * Assembly.cs: implement some of the Load() methods. * ConstructorInfo.cs: some missing stubs and fields. * FieldInfo.cs: IsInitOnly property. * ParameterInfo.cs: stubs for missing properties. * ParameterModifier.cs: implemented class. 2001-11-10 Sean MacIsaac * Assembly.cs: Filled in some stub implementations * ConstructorInfo.cs: Added some stub functions for NUnit Fri Nov 2 18:29:36 CET 2001 Paolo Molaro * AmbiguousMatchException.cs, * Assembly.cs, Module.cs: updates. * FieldInfo.cs: better compliance to the spec. * MethodBase.cs: move call_conv out of the way. * AssemblyBuilder.cs: don't use internalcalls, more stuff supported. * FieldBuilder.cs: implemented. * ILGenerator.cs: implemented some opcode handling. * Label.cs: add constructor. * LocalBuilder.cs: implemented. * MethodBuilder.cs: don't use internalcalls, more implemented stuff. * ModuleBuilder.cs: don't use internalcalls, more meat here, too. * ParameterBuilder.cs: implemented. * PropertyBuilder.cs: implemented. * TypeBuilder.cs: don't use internalcalls, more stuff working. Tue Sep 25 16:48:50 CEST 2001 Paolo Molaro * ConstructorInfo.cs, MemberFilter.cs, Module.cs: added. Fri Sep 14 16:12:08 CEST 2001 Paolo Molaro * MethodBase.cs, MethodInfo.cs: added. Thu Sep 13 18:05:16 CEST 2001 Paolo Molaro * Assembly.cs: added stub code. 2001-07-18 Michael Lambert * BindingFlags.cs: Add.