ChangeLog 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. 2002-01-23 Miguel de Icaza <[email protected]>
  2. * Assembly.cs (Assembly.CodeBase): Implement.
  3. Tue Jan 22 22:54:18 CET 2002 Paolo Molaro <[email protected]>
  4. * IReflect.cs: corrected GetMember() return type.
  5. * InterfaceMapping.cs, TypeDelegator.cs: implemented.
  6. Wed Jan 9 19:37:14 CET 2002 Paolo Molaro <[email protected]>
  7. * MonoMethod.cs: ToString () implementation.
  8. 2002-01-04 Ravi Pratap <[email protected]>
  9. * Assembly.cs : Decorate missing bits with the MonoTODO
  10. attribute.
  11. * ConstructorInfo.cs, MonoMethod.cs, MonoProperty.cs, ParameterInfo.cs,
  12. ReflectionTypeLoadException.cs : Ditto.
  13. * FieldInfo.cs : Ditto.
  14. Thu Jan 3 23:25:34 CET 2002 Paolo Molaro <[email protected]>
  15. * Assembly.cs: trow unimplemented exceptions.
  16. Tue Dec 18 18:46:22 CET 2001 Paolo Molaro <[email protected]>
  17. * MonoMethod.cs: implemented GetParameters().
  18. * MonoProperty.cs: PropertyInfo implementation.
  19. * ParameterInfo.cs: implemented.
  20. * PropertyInfo.cs: fixes.
  21. Thu Dec 13 20:18:05 CET 2001 Paolo Molaro <[email protected]>
  22. * FieldInfo.cs: implemented some Is* propeties.
  23. * MethodBase.cs: fixed attribute accessors.
  24. * MonoField.cs: runtime object to represent a field.
  25. * MonoMethod.cs: runtime object to represent a method.
  26. * AssemblyBuilder.cs: GetToken() methods to get tokens for
  27. strings, fields, methods...
  28. * ILGenerator.cs: handle tokens for methods.
  29. Mon Nov 19 13:56:55 CET 2001 Paolo Molaro <[email protected]>
  30. * MethodBase.cs: add internal get_next_table_index() for use in
  31. Reflection.Emit.
  32. Wed Nov 14 16:53:28 CET 2001 Paolo Molaro <[email protected]>
  33. * Assembly.cs: implement some of the Load() methods.
  34. * ConstructorInfo.cs: some missing stubs and fields.
  35. * FieldInfo.cs: IsInitOnly property.
  36. * ParameterInfo.cs: stubs for missing properties.
  37. * ParameterModifier.cs: implemented class.
  38. 2001-11-10 Sean MacIsaac <[email protected]>
  39. * Assembly.cs: Filled in some stub implementations
  40. * ConstructorInfo.cs: Added some stub functions for NUnit
  41. Fri Nov 2 18:29:36 CET 2001 Paolo Molaro <[email protected]>
  42. * AmbiguousMatchException.cs,
  43. * Assembly.cs, Module.cs: updates.
  44. * FieldInfo.cs: better compliance to the spec.
  45. * MethodBase.cs: move call_conv out of the way.
  46. * AssemblyBuilder.cs: don't use internalcalls, more stuff supported.
  47. * FieldBuilder.cs: implemented.
  48. * ILGenerator.cs: implemented some opcode handling.
  49. * Label.cs: add constructor.
  50. * LocalBuilder.cs: implemented.
  51. * MethodBuilder.cs: don't use internalcalls, more implemented stuff.
  52. * ModuleBuilder.cs: don't use internalcalls, more meat here, too.
  53. * ParameterBuilder.cs: implemented.
  54. * PropertyBuilder.cs: implemented.
  55. * TypeBuilder.cs: don't use internalcalls, more stuff working.
  56. Tue Sep 25 16:48:50 CEST 2001 Paolo Molaro <[email protected]>
  57. * ConstructorInfo.cs, MemberFilter.cs, Module.cs: added.
  58. Fri Sep 14 16:12:08 CEST 2001 Paolo Molaro <[email protected]>
  59. * MethodBase.cs, MethodInfo.cs: added.
  60. Thu Sep 13 18:05:16 CEST 2001 Paolo Molaro <[email protected]>
  61. * Assembly.cs: added stub code.
  62. 2001-07-18 Michael Lambert <[email protected]>
  63. * BindingFlags.cs: Add.