ChangeLog 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. 2009-06-10 Marek Safar <[email protected]>
  2. * InternalsVisibleToAttribute.cs: Updated to 2.0 SP2.
  3. * TypeForwardedFromAttribute.cs: New file.
  4. 2008-04-02 Andreas Nahr <[email protected]>
  5. * IndexerNameAttribute.cs
  6. * MethodImplAttribute.cs: Fix parameter names
  7. 2007-08-28 Zoltan Varga <[email protected]>
  8. * RuntimeHelpers.cs: Implement RunModuleConstructor ().
  9. 2007-01-22 Miguel de Icaza <[email protected]>
  10. * RuntimeHelpers.cs: The constrained methods are safe not throwing
  11. exceptions. The MonoTODO is enough, no need to throw
  12. 2006-11-01 Sebastien Pouliot <[email protected]>
  13. * RuntimeWrappedException.cs: Add missing GetObjectData method.
  14. 2006-08-22 Miguel de Icaza <[email protected]>
  15. * MethodImplOptions.cs, MethodCodeType.cs, LoadHint.cs,
  16. CompilationRelaxations.cs: Add serializable.
  17. 2005-12-07 Zoltan Varga <[email protected]>
  18. * NewConstraintAttribute.cs: Removed.
  19. 2005-11-15 Zoltan Varga <[email protected]>
  20. * RuntimeHelpers.cs: Really fix build.
  21. * RuntimeHelper.cs: Fix build.
  22. * RuntimeHelpers.cs: Make this class static in 2.0.
  23. * NewConstraintAttribute.cs: Re-add this as gmcs depends on it.
  24. * RuntimeHelpers.cs: Net 2.0 RTM updates.
  25. * NewConstraintAttribute.cs SuppressMergeCheckAttribute.cs: Remove
  26. obsolete net 2.0 classes.
  27. 2005-10-26 Zoltan Varga <[email protected]>
  28. * IsCopyConstructed.cs: New file.
  29. * TypeForwardedToAttribute.cs SuppressIldasmAttribute.cs TypeForwardedToAttribute.cs: Add new net 2.0 classes.
  30. * NGenHint.cs NGenAttribute.cs: Remove obsolete net 2.0 classes.
  31. * *.cs: Add/remove net 2.0 attributes.
  32. 2005-10-07 Zoltan Varga <[email protected]>
  33. * RuntimeCompatibilityAttribute.cs RuntimeWrappedException.cs: New files.
  34. 2005-08-09 Zoltan Varga <[email protected]>
  35. * SpecialNameAttribute.cs: New file.
  36. 2005-08-06 Gert Driesen <[email protected]>
  37. * DecimalConstantAttribute.cs: Only mark ctor not CLSCompliant on 2.0
  38. profile to match MS.NET.
  39. 2005-08-03 Carlos Alberto Cortez <[email protected]>
  40. * InternalsVisibleToAttribute.cs: Add BOOTSTRAP_NET_2_0
  41. directive, since we need it to implement friend assemblies
  42. in gmcs.
  43. 2005-06-06 Zoltan Varga <[email protected]>
  44. * RuntimeHelpers.cs: Add some missing 2.0 attributes.
  45. 2005-02-12 Marek Safar <[email protected]>
  46. * CompilationRelaxationsAttribute.cs,
  47. * DependencyAttribute.cs,
  48. * FixedBufferAttribute.cs,
  49. * InternalsVisibleToAttribute.cs,
  50. * RequiredAttributeAttribute.cs,
  51. * StringFreezingAttribute.cs: Fix NET_2_0 attributes.
  52. * CustomConstantAttribute.cs,
  53. * IndexerNameAttribute.cs: Fix AttributeUsage flags.
  54. 2005-01-04 Sebastien Pouliot <[email protected]>
  55. * IsVolatile.cs: Fix errors in corcompare (HEAD versus 1.1 and 2.0).
  56. It seems that the file was replaced for 2.0, which broke 1.1 build and
  57. was then fixed (build-wise) but introduced corcompare errors on both
  58. 1.1 and 2.0. The MONO-1-0 branch wasn't affected.
  59. 2004-10-15 Zoltan Varga <[email protected]>
  60. * IsVolatile.cs: Remove #ifdef NET_2_0.
  61. 2004-10-04 Zoltan Varga <[email protected]>
  62. * NGenAttribute.cs: Add ComVisible (false).
  63. * *.cs: Add some more 2.0 stuff.
  64. * *.cs: Add more 2.0 stuff.
  65. * MethodImplOptions.cs MethodCodeType.cs RuntimeHelpers.cs DecimalConstantAttribute.cs: Add 2.0 stuff.
  66. * CompilationRelaxationsAttribute.cs DecimalConstantAttribute.cs MethodCodeType.cs MethodImplOptions.cs NewConstraintAttribute.cs: Add 2.0 stuff.
  67. * *.cs: Add new 2.0 classes.
  68. 2004-06-30 Ben Maurer <[email protected]>
  69. * RuntimeHelpers.cs: OffsetToStringData is now and intrinsic,
  70. so we dont have to optimize it. Thus, it is now just an icall.
  71. 2004-06-15 Gert Driesen <[email protected]>
  72. * MethodImplAttribute.cs: changed field name to fix serialization
  73. compatibility with MS.NET
  74. 2004-05-19 Gert Driesen <[email protected]>
  75. * CustomConstantAttribute.cs
  76. * DateTimeconstantAttribute.cs
  77. * DecimalConstantAttribute.cs
  78. * IDispatchConstantAttribute.cs
  79. * IUnknownConstantAttribute.cs
  80. * MethodImplAttribute.cs
  81. * RequiredAttributeAttribute.cs: now that Inherited is
  82. false by default on AttributeUsageAttribute (as it
  83. should be) we need to explicitly set Inherited to false
  84. for those attributes where it should be false.
  85. 2004-03-30 Martin Baulig <[email protected]>
  86. * NewConstraintAttribute.cs: New file.
  87. 2003-11-18 Zoltan Varga <[email protected]>
  88. * RuntimeHelpers.cs (Equals): Track changes to ValueType.
  89. 2003-11-15 Zoltan Varga <[email protected]>
  90. * MethodImplOptions.cs MethodCodeType.cs: Add [Flags].
  91. Tue Jul 29 12:15:13 CEST 2003 Paolo Molaro <[email protected]>
  92. * RuntimeHelpers.cs: pass the handles values o icalls, to avoid
  93. special cases in some call conventions.
  94. 2003-06-18 Zoltan Varga <[email protected]>
  95. * RuntimeHelpers.cs: Wrap NET 1.1 methods with #if NET_1_1.
  96. 2003-04-27 Zoltan Varga <[email protected]>
  97. * RuntimeHelpers.cs: Remove workaround for bug #41550 since it is fixed
  98. now.
  99. 2003-04-19 Zoltan Varga <[email protected]>
  100. * RuntimeHelpers.cs: Enable the last changes again since they no
  101. longer break the corlib_cmp build.
  102. 2003-04-18 Zoltan Varga <[email protected]>
  103. * RuntimeHelpers.cs: Back out these changes as they break the windows
  104. build.
  105. 2003-04-18 Zoltan Varga <[email protected]>
  106. * RuntimeHelpers.cs: Implement Equals and GetHashCode methods from
  107. NET 1.1.
  108. 2002-09-21 Zoltan Varga <[email protected]>
  109. * CallConvCdecl.cs: new file
  110. * CallConvFastcall.cs: new file
  111. * CallConvThiscall.cs: new file
  112. * CallConvStdcall.cs: new file
  113. * RuntimeHelpers.cs: Implemented OffsetToStringData, GetObjectValue and
  114. RunClassConstructor.
  115. 2002-08-23 Nick Drochak <[email protected]>
  116. * IsVolatile.cs: No _public_ members, but if we don't put a private
  117. ctor, the complier will give us a public one.
  118. 2002-08-23 Nick Drochak <[email protected]>
  119. * IsVolatile.cs: This class has no members, not even an empty ctor.
  120. 2002-07-24 Duncan Mak <[email protected]>
  121. * AccessedThroughPropertyAttribute.cs:
  122. * CompilationRelaxationsAttribute.cs:
  123. * CompilerGlobalScopeAttribute.cs:
  124. * DateTimeConstantAttribute.cs:
  125. * DecimalConstantAttribute.cs:
  126. * IDispatchConstantAttribute.cs:
  127. * IsVolatile.cs:
  128. * IUnknownConstantAttribute.cs:
  129. * RequiredAttributeAttribute.cs: Visibility changes.
  130. 2002-07-23 Duncan Mak <[email protected]>
  131. * AccessedThroughPropertyAttribute.cs:
  132. * CompilationRelaxationsAttribute.cs:
  133. * CompilerGlobalScopeAttribute.cs:
  134. * CustomConstantAttribute.cs:
  135. * DateTimeConstantAttribute.cs:
  136. * DecimalConstantAttribute.cs:
  137. * DiscardableAttribute.cs:
  138. * IDispatchConstantAttribute.cs:
  139. * IUnknownConstantAttribute.cs:
  140. * RequiredAttributeAttribute.cs: Added all the missing Attributes
  141. * IsVolatile.cs: Added to CVS.
  142. * MethodImplOptions.cs: Added the PreserveSig flag.
  143. 2002-04-15 Dan Lewis <[email protected]>
  144. * MethodImplAttribute.cs: added constructor usage.
  145. Fri Feb 22 15:36:19 CET 2002 Paolo Molaro <[email protected]>
  146. * RuntimeHelpers.cs: added OffsetToStringData() property.
  147. Mon Nov 5 19:50:11 CET 2001 Paolo Molaro <[email protected]>
  148. * RuntimeHelpers.cs: make InitializeArray an internalcall.
  149. 2001-07-18 Michael Lambert <[email protected]>
  150. * MethodCodeType.cs, MethodImplOptions.cs: Add.