ChangeLog 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. 2002-02-07 Duncan Mak <[email protected]>
  2. * AssemblyName.cs: Implemented ISerializable interface for the
  3. fields that we have.
  4. 2002-02-05 Duncan Mak <[email protected]>
  5. * Missing.cs:
  6. * TargetException.cs: Added in CVS.
  7. 2002-01-31 Duncan Mak <[email protected]>
  8. * ReflectionTypeLoadException.cs: Added missing bits.
  9. 2002-01-23 Duncan Mak <[email protected]>
  10. * AssemblyAlgorithmIdAttribute.cs:
  11. * AssemblyCompanyAttribute.cs:
  12. * AssemblyConfigurationAttribute.cs:
  13. * AssemblyCopyrightAttribute.cs:
  14. * AssemblyCultureAttribute.cs:
  15. * AssemblyDefaultAliasAttribute.cs:
  16. * AssemblyDelaySignAttribute.cs:
  17. * AssemblyDescriptionAttribute.cs:
  18. * AssemblyFileVersionAttribute.cs:
  19. * AssemblyFlagsAttribute.cs:
  20. * AssemblyInformationalVersionAttribute.cs:
  21. * AssemblyKeyFileAttribute.cs:
  22. * AssemblyKeyNameAttribute.cs:
  23. * AssemblyNameProxy.cs:
  24. * AssemblyProductAttribute.cs:
  25. * AssemblyTitleAttribute.cs:
  26. * AssemblyTradeMarkAttribute.cs:
  27. * AssemblyVersionAttribute.cs:
  28. * CustomAttributeFormatException.cs:
  29. * InvalidFilterCriteriaException.cs:
  30. * TargetParameterCountException.cs: Added.
  31. 2002-01-23 Miguel de Icaza <[email protected]>
  32. * Assembly.cs (Assembly.CodeBase): Implement.
  33. (Assembly.FullName): simplistic and broken implementation. Gets
  34. us where we were yesterday.
  35. Code style fix.
  36. Tue Jan 22 22:54:18 CET 2002 Paolo Molaro <[email protected]>
  37. * IReflect.cs: corrected GetMember() return type.
  38. * InterfaceMapping.cs, TypeDelegator.cs: implemented.
  39. Wed Jan 9 19:37:14 CET 2002 Paolo Molaro <[email protected]>
  40. * MonoMethod.cs: ToString () implementation.
  41. 2002-01-04 Ravi Pratap <[email protected]>
  42. * Assembly.cs : Decorate missing bits with the MonoTODO
  43. attribute.
  44. * ConstructorInfo.cs, MonoMethod.cs, MonoProperty.cs, ParameterInfo.cs,
  45. ReflectionTypeLoadException.cs : Ditto.
  46. * FieldInfo.cs : Ditto.
  47. Thu Jan 3 23:25:34 CET 2002 Paolo Molaro <[email protected]>
  48. * Assembly.cs: trow unimplemented exceptions.
  49. Tue Dec 18 18:46:22 CET 2001 Paolo Molaro <[email protected]>
  50. * MonoMethod.cs: implemented GetParameters().
  51. * MonoProperty.cs: PropertyInfo implementation.
  52. * ParameterInfo.cs: implemented.
  53. * PropertyInfo.cs: fixes.
  54. Thu Dec 13 20:18:05 CET 2001 Paolo Molaro <[email protected]>
  55. * FieldInfo.cs: implemented some Is* propeties.
  56. * MethodBase.cs: fixed attribute accessors.
  57. * MonoField.cs: runtime object to represent a field.
  58. * MonoMethod.cs: runtime object to represent a method.
  59. * AssemblyBuilder.cs: GetToken() methods to get tokens for
  60. strings, fields, methods...
  61. * ILGenerator.cs: handle tokens for methods.
  62. Mon Nov 19 13:56:55 CET 2001 Paolo Molaro <[email protected]>
  63. * MethodBase.cs: add internal get_next_table_index() for use in
  64. Reflection.Emit.
  65. Wed Nov 14 16:53:28 CET 2001 Paolo Molaro <[email protected]>
  66. * Assembly.cs: implement some of the Load() methods.
  67. * ConstructorInfo.cs: some missing stubs and fields.
  68. * FieldInfo.cs: IsInitOnly property.
  69. * ParameterInfo.cs: stubs for missing properties.
  70. * ParameterModifier.cs: implemented class.
  71. 2001-11-10 Sean MacIsaac <[email protected]>
  72. * Assembly.cs: Filled in some stub implementations
  73. * ConstructorInfo.cs: Added some stub functions for NUnit
  74. Fri Nov 2 18:29:36 CET 2001 Paolo Molaro <[email protected]>
  75. * AmbiguousMatchException.cs,
  76. * Assembly.cs, Module.cs: updates.
  77. * FieldInfo.cs: better compliance to the spec.
  78. * MethodBase.cs: move call_conv out of the way.
  79. * AssemblyBuilder.cs: don't use internalcalls, more stuff supported.
  80. * FieldBuilder.cs: implemented.
  81. * ILGenerator.cs: implemented some opcode handling.
  82. * Label.cs: add constructor.
  83. * LocalBuilder.cs: implemented.
  84. * MethodBuilder.cs: don't use internalcalls, more implemented stuff.
  85. * ModuleBuilder.cs: don't use internalcalls, more meat here, too.
  86. * ParameterBuilder.cs: implemented.
  87. * PropertyBuilder.cs: implemented.
  88. * TypeBuilder.cs: don't use internalcalls, more stuff working.
  89. Tue Sep 25 16:48:50 CEST 2001 Paolo Molaro <[email protected]>
  90. * ConstructorInfo.cs, MemberFilter.cs, Module.cs: added.
  91. Fri Sep 14 16:12:08 CEST 2001 Paolo Molaro <[email protected]>
  92. * MethodBase.cs, MethodInfo.cs: added.
  93. Thu Sep 13 18:05:16 CEST 2001 Paolo Molaro <[email protected]>
  94. * Assembly.cs: added stub code.
  95. 2001-07-18 Michael Lambert <[email protected]>
  96. * BindingFlags.cs: Add.