ChangeLog 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463
  1. 2005-06-06 Zoltan Varga <[email protected]>
  2. * *.cs: Add net 2.0 ComVisibleAttribute.
  3. 2005-06-04 Gonzalo Paniagua Javier <[email protected]>
  4. * Assembly.cs: if the assembly is loaded from a byte array, Location
  5. returns "". Fixes bug #74958.
  6. 2005-06-03 Carlos Alberto Cortez <[email protected]>
  7. * AssemblyName.cs: Changes to support the creation of version
  8. instance from icalls. This change also helps to keep the
  9. AssemblyName tests running fine.
  10. 2005-05-26 Ben Maurer <[email protected]>
  11. * Binder.cs: Avoid double checked locking and lock on typeof by
  12. doing init of the default binder in the cctor.
  13. 2005-05-25 Zoltan Varga <[email protected]>
  14. * Assembly.cs: Avoid security checks if Assembly.Location is "".
  15. 2005-05-20 Zoltan Varga <[email protected]>
  16. * TypeDelegator.cs: Implement some methods.
  17. * TypeDelegator.cs: Revert this as it breaks the build.
  18. * TypeDelegator.cs: Implement some methods.
  19. 2005-05-19 Satya Sudha K <[email protected]>
  20. Raja R Harinath <[email protected]>
  21. * Missing.cs (Missing.Value): Initialize.
  22. 2005-05-17 Lluis Sanchez Gual <[email protected]>
  23. * Binder.cs: Use IsInstanceOfType instead of IsAssignableFrom
  24. since GetType() may not return the correct type if the object is
  25. a remoting proxy. This fixes bug #74933.
  26. 2005-05-13 Zoltan Varga <[email protected]>
  27. * MonoField.cs: Applied patch from Opened by Michael Meeks ([email protected]). Improve exception message on binding failures.
  28. 2005-05-09 Lluis Sanchez Gual <[email protected]>
  29. * MonoField.cs: Added a Clone method. This is needed for serialization.
  30. 2005-05-07 Ben Maurer <[email protected]>
  31. * MonoEvent.cs (Get*Method): Handle nonPublic. Fixes #64191.
  32. 2005-05-06 Zoltan Varga <[email protected]>
  33. * Module.cs: Update for beta 2.
  34. * CustomAttributeData.cs MethodBody.cs: Remove CLSCompliant (false) attributes.
  35. 2004-05-03 Lluis Sanchez <[email protected]>
  36. * Assembly.cs: Don't remove version and culture information from
  37. the name, since it will be used by load_with_partial_name.
  38. 2005-04-14 Sebastien Pouliot <[email protected]>
  39. * Assembly.cs: Added some CAS security to avoid returning restricted
  40. information to partially truster callers (e.g. code base). Added new
  41. methods to get the Evidence and AssemblyName so that the security
  42. runtime can bootstrap itself (without calling itself).
  43. 2005-04-14 Sebastien Pouliot <[email protected]>
  44. * Assembly.cs: Added missing null check in GetObjectData.
  45. 2005-04-04 Sebastien Pouliot <[email protected]>
  46. * AssemblyName.cs: Added a demand for SerializationFormatter on
  47. GetObjectData method.
  48. 2005-04-04 Sebastien Pouliot <[email protected]>
  49. * AssemblyName.cs: Implemented EscapedCodeBase using the copy of
  50. System.Uri (System.dll) located in Mono.Security.Uri. Added missing
  51. null check in GetObjectData.
  52. * Module.cs: Added a FileIOPermission for PathDiscovery on
  53. FullyQualifiedName property (but not on Name property like MS).
  54. Added missing null check in GetObjectData.
  55. * StrongNameKeyPair.cs: Added demands for unmanaged code to all
  56. constructors (as we do not want partially trusted code to create
  57. strongnamed assemblies).
  58. 2005-03-30 Zoltan Varga <[email protected]>
  59. * Binder.cs (check_type): Fix byref support. Fixes #73972.
  60. 2005-03-24 Sebastien Pouliot <[email protected]>
  61. * MemberInfo.cs: Add an InheritanceDemand for Unrestricted on class.
  62. * Module.cs: Add a LinkDemand for SerializationFormatter on
  63. GetObjectData method.
  64. 2005-03-16 Sebastien Pouliot <[email protected]>
  65. * Assembly.cs: Implemented EscapedCodeBase using the copy of
  66. System.Uri (System.dll) located in Mono.Security.Uri. Fix bug #73663.
  67. 2005-03-11 Sebastien Pouliot <[email protected]>
  68. * MonoMethod.cs: Promote a LinkDemand (if present) to a full Demand
  69. (i.e. stack walk) when reflection is being used to invoke a method.
  70. 2005-02-24 Carlos Alberto Cortez <[email protected]>
  71. * Assembly.cs: LoadFrom: Change signature to support reflection only
  72. methods; ReflectionOnlyLoad, ReflectionOnlyLoadFrom 2.0 methods
  73. implemented; InvalidOperationException's re-thrown by CreateInstance.
  74. Also ReflectionOnly 2.0 property added.
  75. * MonoMethod.cs: InvalidOperationException's are re-thrown when calling
  76. Invoke method on reflection only assemblies.
  77. 2005-02-22 Raja R Harinath <[email protected]>
  78. * FieldInfo.cs (GetFieldOffset): Make 'virtual' rather than
  79. 'abstract' so that this class can be derived outside of corlib.
  80. 2005-02-16 Miguel de Icaza <[email protected]>
  81. * MonoEvent.cs: Put new methods here.
  82. * EventInfo.cs: Move the methods GetCustomAttributes, and
  83. IsDefined from EventInfo to MonoEvent.
  84. Remove the methods that were not supposed to be exposed: Name,
  85. ReflectedType, DeclaringType.
  86. 2005-02-12 Chris Toshok <[email protected]>
  87. * Assembly.cs: Correct the type of MonoDebugger_MakeArrayType.
  88. 2005-02-12 Ben Maurer <[email protected]>
  89. * Binder.cs (SelectProperty): Use -1 as the dummy `I don't know
  90. how many types' value.
  91. 2005-02-11 Zoltan Varga <[email protected]>
  92. * Assembly.cs: Fix warning.
  93. 2005-02-10 Martin Baulig <[email protected]>
  94. * Module.cs (MonoDebugger_ResolveType): New internal method.
  95. * Assembly.cs (MonoDebugger_MakeArrayType): New internal method.
  96. (MonoDebugger_GetTypeToken): New internal method.
  97. 2005-02-10 Martin Baulig <[email protected]>
  98. * Assembly.cs (MonoDebugger_GetMethodIndex): New internal method.
  99. 2005-02-10 Marek Safar <[email protected]>
  100. * Assembly.cs,
  101. * ConstructorInfo.cs,
  102. * EventInfo.cs,
  103. * FieldInfo.cs,
  104. * MemberInfo.cs,
  105. * MethodBase.cs,
  106. * MethodInfo.cs,
  107. * PropertyInfo.cs: ClassInterfaceType is None.
  108. Thu Feb 3 15:22:55 CET 2005 Paolo Molaro <[email protected]>
  109. * Module.cs: removed the finalizer and the now unused Close() icall.
  110. 2005-01-21 Sebastien Pouliot <[email protected]>
  111. * Assembly.cs: Fixed add for ModuleResolve.
  112. 2005-01-19 Zoltan Varga <[email protected]>
  113. * LocalVariableInfo.cs: Add ToString method.
  114. * ExceptionHandlingClause.cs: Implement this.
  115. 2005-01-18 Zoltan Varga <[email protected]>
  116. * MethodBase.cs MonoMethod.cs: Hopefully fix the build.
  117. * MethodBase.cs MonoMethod.cs: Implement 2.0 GetMethodBody ().
  118. 2005-01-03 Martin Baulig <[email protected]>
  119. * MonoGenericMethod.cs
  120. (MonoGenericMethod.get_reflected_type): Removed.
  121. (MonoGenericMethod.ReflectedType): Make this an icall.
  122. (MonoGenericCMethod.ReflectedType): Likewise.
  123. 2004-12-29 Martin Baulig <[email protected]>
  124. * MonoGenericMethod.cs: New file.
  125. 2004-12-21 Sebastien Pouliot <[email protected]>
  126. * Assembly.cs: Added private LoadAssemblyPermissions to get the
  127. declarative security permission sets (minimum, optional and refused)
  128. for the assembly.
  129. 2004-12-20 Sebastien Pouliot <[email protected]>
  130. * Assembly.cs: Removed old Demand support (moved in System.Security).
  131. 2004-12-16 Zoltan Varga <[email protected]>
  132. * CustomAttributeData.cs MethodBody.cs: Reenable some 2.0 code now that
  133. the gmcs bugs blocking them are fixed.
  134. 2004-12-08 Zoltan Varga <[email protected]>
  135. * Assembly.cs: Move corlib_internal field to AssemblyBuilder.
  136. 2004-12-06 Zoltan Varga <[email protected]>
  137. * Assembly.cs: Add corlib_internal field.
  138. 2004-11-30 Martin Baulig <[email protected]>
  139. * MonoGenericInst.cs: Renamed to MonoGenericClass.cs and also
  140. renamed the class from `MonoGenericInst' to `MonoGenericClass'.
  141. 2004-11-05 Zoltan Varga <[email protected]>
  142. * AssemblyName.cs (FullName): Omit default values from full name.
  143. * Assembly.cs: Implement GetFiles (bool).
  144. * Binder.cs: Add support for byref types. Fixes #69140.
  145. 2004-10-12 Martin Baulig <[email protected]>
  146. * MonoGenericInst.cs (MonoGenericInst): Call initialize() just
  147. before calling the *_internal() methods.
  148. 2004-10-12 Zoltan Varga <[email protected]>
  149. * MethodBody.cs: Implement this.
  150. 2004-10-08 Zoltan Varga <[email protected]>
  151. * Module.cs: Handle the case when the global type does not exists.
  152. 2004-10-03 Zoltan Varga <[email protected]>
  153. * LocalVariableInfo.cs: Reorganize fields so LocalBuilder can inherit
  154. from this class.
  155. 2004-09-28 Zoltan Varga <[email protected]>
  156. * PropertyInfo.cs (OptionalCustomModifiers): Add [MonoTODO].
  157. * PropertyInfo.cs: Add stub for GetConstantValue ().
  158. * ParameterInfo.cs (marshalAs): Make this private.
  159. * Module.cs (ModuleHandle): Add [CLSCompliant(false)].
  160. * LocalVariableInfo.cs MethodBody.cs: Disable default constructor.
  161. * ExceptionHandlingClause.cs: Disable default constructor.
  162. 2004-09-27 Zoltan Varga <[email protected]>
  163. * CustomAttributeData.cs CustomAttributeTypedArgument.cs
  164. CustomAttributeNamedArgument.cs: New files.
  165. * MethodBody.cs LocalVariableInfo.cs ExceptionHandlingClause.cs
  166. ExceptionHandlingClauseFlags.cs: New files.
  167. 2004-09-26 Zoltan Varga <[email protected]>
  168. * FieldInfo.cs: Add support for returning MarshalAsAttribute.
  169. * ParameterInfo.cs: Add marshalAs field, add support for returning
  170. MarshalAsAttribute.
  171. 2004-09-25 Zoltan Varga <[email protected]>
  172. * Module.cs: Add new 2.0 GetMethods and GetFields methods.
  173. * ParameterInfo.cs: Add GetPseudoCustomAttributes () method.
  174. 2004-09-24 Zoltan Varga <[email protected]>
  175. * MonoField.cs: Add GetFieldOffset.
  176. * ObfuscationAttribute.cs: Add ApplyToMembers.
  177. * Assembly.cs: Add stub for ReflectionOnlyLoadFrom.
  178. * Assembly.cs (LoadWithPartialName): Add [ComVisible] attribute.
  179. * MonoMethod.cs FieldInfo.cs: Add GetPseudoCustomAttributes () method.
  180. * AssemblyNameFlags.cs: Add LongevityUnspecified.
  181. 2004-09-23 Zoltan Varga <[email protected]>
  182. * Module.cs: Remove [MonoTODO] from ResolveMember.
  183. * MemberInfo.cs: Add 'Module' property.
  184. * AssemblyFlagsAttribute.cs: Add 2.0 stuff.
  185. * Assembly.cs: Add stubs for ReflectionOnlyLoad methods. Add [Obsolete]
  186. to LoadWithPartialName on 2.0.
  187. * AssemblyNameFlags.cs: Add new 2.0 members.
  188. * FieldInfo.cs MonoField.cs PropertyInfo.cs ParameterInfo.cs MonoProperty.cs: Add stubs for Optinal/RequiredCustomModifiers.
  189. * ObfuscationAttribute.cs ObfuscateAssemblyAttribute.cs: New files.
  190. * EventInfo.cs: Fix 2.0 build.
  191. * MonoEvent.cs (MonoEventInfo): Add 'other_methods' field.
  192. * EventInfo.cs MonoEvent.cs: Add NET 2.0 GetOtherMethods method.
  193. 2004-09-22 Zoltan Varga <[email protected]>
  194. * Module.cs: Implement net 2.0 ResolveXXX methods.
  195. * Module.cs (resolve_token_exception): Fix type of exception thrown.
  196. 2004-09-21 Martin Baulig <[email protected]>
  197. * Assembly.cs (MonoDebugger_CheckRuntimeVersion): New internal method.
  198. 2004-09-20 Zoltan Varga <[email protected]>
  199. * Assembly.cs: Implement 2.0 reflection properties.
  200. * Module.cs: Implement 2.0 reflection properties. Add 'token' field.
  201. 2004-09-19 Zoltan Varga <[email protected]>
  202. * PortableExecutableKind.cs ImageFileMachine.cs: Make this internal
  203. under 1.0.
  204. * MemberInfo.cs ParameterInfo.cs: Add MetadataToken property.
  205. * Module.cs: Add ModuleHandle property and new icalls.
  206. 2004-09-18 Zoltan Varga <[email protected]>
  207. * Module.cs: Add net 2.0 Mvid property.
  208. 2004-08-30 Sebastien Pouliot <[email protected]>
  209. * Assembly.cs: Added internal Demand(PermissionSet) for CAS.
  210. 2004-08-30 Zoltan Varga <[email protected]>
  211. * MethodBase.cs (GetMethodFromHandle): Avoid passing a valuetype to
  212. icalls.
  213. 2004-08-29 Zoltan Varga <[email protected]>
  214. * MethodBase.cs (GetMethodFromHandle): Implement.
  215. 2004-08-13 Marek Safar <[email protected]>
  216. * Assembly.cs: Made _minimum, _optional, _refuse fields internal.
  217. To be reusable by AssemblyBuilder.
  218. 2004-08-09 Sebastien Pouliot <[email protected]>
  219. * Assembly.cs: Fixed some exceptions in NET_1_1 and added some 2.0
  220. properties (required for compiling the new unit tests).
  221. * PortableExecutableKind.cs: New. Flags for NET_2_0.
  222. * ImageFileMachine.cs: New. (Rather limited) enum for NET_2_0.
  223. 2004-08-08 Sebastien Pouliot <[email protected]>
  224. * Assembly.cs: Get default evidences when no evidences have been
  225. supplied. Added internal methods for CAS.
  226. * AssemblyName.cs: New constructor for NET_2_0.
  227. 2004-08-05 Sebastien Pouliot <[email protected]>
  228. * Assembly.cs: Added new fields for CAS to match the runtime (v23).
  229. 2004-07-29 Martin Baulig <[email protected]>
  230. * Module.cs (Mono_GetGuid): Make this static.
  231. Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <[email protected]>
  232. * Module.cs: return just name in ToString (bug #61287).
  233. 2004-07-03 Zoltan Varga <[email protected]>
  234. * Module.cs: Initialize FilterTypeName[IgnoreCase]. Fixes #61048.
  235. 2004-06-17 Gert Driesen <[email protected]>
  236. * Pointer.cs: remove serializable attribute to match MS.NET
  237. 2004-06-17 Gert Driesen <[email protected]>
  238. * ParameterModifier.cs: marked serializable, renamed field to match
  239. MS.NET, throw ArgumentException when parameter count is less than or
  240. equal to zero
  241. 2004-06-15 Gert Driesen <[email protected]>
  242. * AssemblyName.cs: added TODO for serialization
  243. * Pointer.cs: fixed Box method to return object instead of
  244. Pointer
  245. 2004-06-15 Sebastien Pouliot <[email protected]>
  246. * MemberInfo.cs: Changed constructor from internal to protected.
  247. 2004-06-11 Martin Baulig <[email protected]>
  248. * FieldInfo.cs (Mono_GetGenericFieldDefinition): New method for NET_2_0.
  249. 2004-06-11 Lluis Sanchez <[email protected]>
  250. * StrongNameKeyPair.cs: Catch exception when getting PublicKey to match
  251. MS implementation. Generate the RSA in the constructors.
  252. 2004-06-10 Lluis Sanchez <[email protected]>
  253. * AssemblyName.cs: Added missing fields to serialization methods.
  254. * StrongNameKeyPair.cs: Made it compatible with MS serialization.
  255. 2004-06-08 Jacson Harper <[email protected]>
  256. * AssemblyName.cs (GetAssemblyName): Send a fullpath to the
  257. runtime. This way the codebase is set properly. The codebase is
  258. using g_filename_to_uri which expects a full path.
  259. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  260. * Binder.cs: don't crash when we have a 'null' argument Type array.
  261. Allow it for non-value types. Fixed for both, methods and properties.
  262. Closes bug #58846.
  263. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  264. * Binder.cs: default score must be lower than fail_score or we'll get
  265. an ambiguous match when no indexers given and one single match is found.
  266. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  267. * Binder.cs: removed ^Ms. In case of several properties matching, try
  268. to disambiguate based on the indexer types provider and the conversions
  269. from those into the ones of the property.
  270. 2004-05-31 Gert Driesen <[email protected]>
  271. * Assembly.cs: added missing ComVisible attribute on
  272. ImageRuntimeVersion property
  273. * ConstructorInfo.cs: added missing attributes on Invoke
  274. * EventInfo.cs: added missing attributes
  275. * FieldInfo.cs: added missing attributes
  276. * MethodBase.cs: added missing attributes
  277. * PropertyInfo.cs: added missing attributes
  278. 2004-05-22 Cesar Lopez Nataren <[email protected]>
  279. * FieldInfo.cs: changed default constructor from internal to protected, so classes
  280. that inherit from it can get build.
  281. 2004-05-18 Gert Driesen ([email protected])
  282. * MonoProperty.cs: return correct MethodInfo for
  283. property with only a get or set method. Fixes
  284. bug #58661.
  285. 2004-05-18 Sebastien Pouliot <[email protected]>
  286. * Assembly.cs: Return an empty Evidence collection to avoid
  287. NullReferenceException from calling code (as this is never
  288. null with MS implementation). See bugzilla #53548.
  289. 2004-05-14 Zoltan Varga <[email protected]>
  290. * Assembly.cs: Add stub for LoadFrom.
  291. * Assembly.cs: Fix build.
  292. 2004-05-13 Zoltan Varga <[email protected]>
  293. * Assembly.cs: Add ModuleResolve event.
  294. * Module.cs (Mono_GetGuid): Make this internal.
  295. * FieldInfo.cs: Add stubs for {Get,Set}ValueDirect.
  296. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  297. * Binder.cs: check for ambiguous matches in SelectMethod and
  298. SelectProperty. Fixes bug #58381.
  299. 2004-05-06 Jackson Harper <[email protected]>
  300. * Assembly.cs: remove TODO, this is done.
  301. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  302. * Assembly.cs: ToString () returns the same as GetName ().ToString ().
  303. Fixes bug #58104.
  304. 2004-05-03 Jackson Harper <[email protected]>
  305. * Assembly.cs: Implement LoadWithPartialName. The bulk of this
  306. method is done in the runtime.
  307. 2004-04-29 Lluis Sanchez Gual <[email protected]>
  308. * MonoProperty.cs: Property.GetGetMethod() does not return the method if it
  309. is private (it did until now because of a bug). Make sure it works as it
  310. worked before the fix.
  311. 2004-04-27 Lluis Sanchez Gual <[email protected]>
  312. * ICustomAttributeProvider.cs, IReflect.cs, MemberInfo.cs, AssemblyName.cs:
  313. Removed completed TODOs.
  314. * MonoProperty.cs: In GetAccessors(), GetGetMethod() and GetSetMethod(),
  315. do not return private methods if nonPublic == false.
  316. * ReflectionTypeLoadException.cs: Implemented serialization support.
  317. 2004-04-26 Jackson Harper <[email protected]>
  318. * Assembly.cs: Add icall to determine if an assembly has been
  319. loaded from the GAC.
  320. 2004-04-23 Atsushi Enomoto <[email protected]>
  321. * MethodBase.cs, MonoMethod.cs, TypeDelegator.cs :
  322. The fix should be easier ;)
  323. 2004-04-23 Atsushi Enomoto <[email protected]>
  324. * MethodBase.cs, MonoMethod.cs, TypeDelegator.cs :
  325. NET_2_0 related build fix.
  326. 2004-04-19 Lluis Sanchez Gual <[email protected]>
  327. * Assembly.cs: Removed TODO for CreateQualifiedName.
  328. * AssemblyName.cs: Fixed serialization code.
  329. * AssemblyNameProxy.cs: Implemented.
  330. * Module.cs: Implemented GetMethod() methods, FindTypes() and GetObjectData.
  331. 2004-04-07 Martin Baulig <[email protected]>
  332. * MonoGenericInst.cs (MonoGenericParam): Removed.
  333. 2004-04-07 Martin Baulig <[email protected]>
  334. * MethodBase.cs
  335. (MethodBase.GetGenericParameters): Renamed to GetGenericArguments().
  336. * MonoGenericInst.cs (MonoGenericInst.DeclaringType): Removed.
  337. (MonoGenericInst.GetNestedTypes): Just call
  338. `generic_type.GetNestedTypes (bf)' here.
  339. * MonoMethod.cs (MonoMethod.ToString): If we're a generic method,
  340. include the type arguments.
  341. 2004-04-06 Sebastien Pouliot <[email protected]>
  342. * StrongNameKeyPair.cs: Added support for ECMA "key". Now returns a
  343. correct StrongName instance when the ECMA "key" is used.
  344. 2004-04-02 Martin Baulig <[email protected]>
  345. * MonoGenericInst.cs (MonoGenericInst.DeclaringType): Override.
  346. 2004-04-01 Martin Baulig <[email protected]>
  347. * MonoGenericInst.cs (MonoGenericParam.IsValueTypeImpl): Override
  348. this and always return false.
  349. 2004-04-01 Martin Baulig <[email protected]>
  350. * MonoGenericInst.cs (MonoGenericParam.IsSubclassOf): Override this.
  351. 2004-03-30 Martin Baulig <[email protected]>
  352. * MonoGenericInst.cs
  353. (MonoGenericParam): Added `bool has_ctor_constraint' field.
  354. (MonoGenericParam.SetConstraints): Added `bool
  355. has_ctor_constraint' argument.
  356. 2004-03-29 Martin Baulig <[email protected]>
  357. * MethodBase.cs (MethodBase.Mono_IsInflatedMethod): New public
  358. virtual property.
  359. (MethodBase.HasGenericParameters): Use the "official" behavior
  360. here, ie. return false if we're not a generic method.
  361. 2004-03-29 Martin Baulig <[email protected]>
  362. * MethodBase.cs: Moved the generics stuff here, made it virtual
  363. where neccessary and use the correct API.
  364. 2004-03-24 Sebastien Pouliot <[email protected]>
  365. * StrongNameKeyPair.cs: Added an internal method to return a
  366. StrongName object (for AssemblyBuilder). Simplified implementation
  367. using Mono.Security.Cryptography.CryptoConvert class.
  368. 2004-03-24 Zoltan Varga <[email protected]>
  369. * AssemblyFileVersionAttribute.cs (.ctor): Add argument checking.
  370. 2004-03-23 Martin Baulig <[email protected]>
  371. * MonoGenericInst.cs: Added support for events.
  372. 2004-03-23 Martin Baulig <[email protected]>
  373. * MonoMethod.cs (MonoMethod.ToString): Don't include the namespace
  374. if it's the empty string.
  375. 2004-03-10 Martin Baulig <[email protected]>
  376. * MethodBase.cs (MethodBase): Implemented
  377. GetGenericMethodDefinition() and HasGenericParameters.
  378. 2004-03-09 Martin Baulig <[email protected]>
  379. * MonoEvent.cs (MonoEventInfo): Replaced `parent' with
  380. `declaring_type' and `reflected_type'.
  381. (MonoEvent): Distinguish between declaring and reflected type.
  382. 2004-02-25 Martin Baulig <[email protected]>
  383. * MonoGenericInst.cs
  384. (MonoGenericInst.GetNestedTypes): Override this.
  385. 2004-02-24 Gonzalo Paniagua Javier <[email protected]>
  386. * Binder.cs:
  387. (SelectProperty): check the return Type if provided.
  388. 2004-02-17 Martin Baulig <[email protected]>
  389. * MonoGenericInst.cs (MonoGenericInst.GetProperties): Added
  390. support for properties.
  391. 2004-02-17 Martin Baulig <[email protected]>
  392. * MonoGenericInst.cs (MonoGenericInst.GetMethods): Walk up the
  393. class hierarchy and return members from the parent classes.
  394. (GetConstructors, GetFields): Likewise.
  395. 2004-02-17 Martin Baulig <[email protected]>
  396. * MonoGenericInst.cs (MonoGenericInst.initialize): Don't inflate
  397. all the members here; we only do this for members of the current
  398. class and only when they're actually queried for.
  399. 2004-02-12 Martin Baulig <[email protected]>
  400. * MonoGenericInst.cs (MonoInflatedField): Removed.
  401. * MonoGenericInst.cs (MonoInflatedMethod, MonoInflatedCtor): Removed.
  402. 2004-02-08 Martin Baulig <[email protected]>
  403. * MonoGenericInst.cs (MonoGenericInst.inflate): Pass recursive
  404. invocations the `reflected' type as `reflected', not `this'.
  405. (MonoInflatedMethod, MonoInflatedCtor): Reflect latest runtime changes.
  406. 2004-02-08 Martin Baulig <[email protected]>
  407. * MonoGenericInst.cs (MonoGenericInst.GetParentType): New interncall.
  408. (MonoGenericInst.GetInterfaces_internal): New interncall.
  409. (MonoGenericInst): Reflect latest API changes; use GetParentType()
  410. and GetInterfaces_internal() instead of the fields.
  411. 2004-02-06 Martin Baulig <[email protected]>
  412. * MonoGenericInst.cs (MonoGenericInst.DeclaringType): Override this.
  413. 2004-02-03 Martin Baulig <[email protected]>
  414. * MonoGenericInst.cs (MonoGenericInst.GetInterfaces): Override this.
  415. 2004-01-25 Martin Baulig <[email protected]>
  416. * MonoGenericInst.cs: Honor BindingFlags.DeclaredOnly.
  417. 2004-01-19 Zoltan Varga <[email protected]>
  418. * Assembly.cs (GetManifestResourceStream): Make the IntPtrStream keep
  419. a reference on the Module object which contains the resource.
  420. * Module.cs: Decrease the image reference count when the Module is
  421. garbage collected.
  422. 2004-01-16 Martin Baulig <[email protected]>
  423. * Assembly.cs: Make the `MonoDebugger_' methods static.
  424. 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
  425. * MonoProperty.cs: changed get_property_info so that it only gets the
  426. values needed. Reduces the allocations needed.
  427. 2004-01-15 Martin Baulig <[email protected]>
  428. * Assembly.cs: Make the `MonoDebugger_' methods internal.
  429. 2004-01-04 Nick Drochak <[email protected]>
  430. * Assembly.cs: Removed unused variable in catch block.Eliminates a build
  431. warning.
  432. 2003-12-29 Ben Maurer <[email protected]>
  433. * MethodBase.cs: Internal method to get param count (this
  434. way we can get the info for the ilgen without creating
  435. an array, if we override the method).
  436. 2003-12-18 Zoltan Varga <[email protected]>
  437. * Assembly.cs: Implement LoadFrom.
  438. 2003-12-17 Zoltan Varga <[email protected]>
  439. * Assembly.cs: Add stubs for LoadFile.
  440. 2003-12-16 Zoltan Varga <[email protected]>
  441. * Assembly.cs (GetManifestResourceStream): Only load non-embedded
  442. resources from files.
  443. 2003-12-15 Zoltan Varga <[email protected]>
  444. * MonoField.cs (SetValue): Throw an exception if the value cannot be
  445. converted to the field's type. Fixes #52177.
  446. 2003-12-11 Lluis Sanchez Gual <[email protected]>
  447. * AmbiguousMatchException.cs: Added serialization constructor.
  448. 2003-12-08 Martin Baulig <[email protected]>
  449. * MonoGenericInst.cs (MonoGenericParam): New internal class;
  450. derives from MonoType.
  451. 2003-12-08 Patrik Torstensson <[email protected]>
  452. * Binder.cs: Added internal helpers to get derived level and select the
  453. most derived methodbase (used in GetMethodImpl)
  454. 2003-11-25 Zoltan Varga <[email protected]>
  455. * Assembly.cs (LoadWithPartialName): Return null instead of throwing
  456. an exception to match MS behavior.
  457. 2003-11-24 Zoltan Varga <[email protected]>
  458. * MonoMethod.cs: Add missing constructor.
  459. 2003-11-21 Zoltan Varga <[email protected]>
  460. * MethodBase.cs (Invoke): Make this virtual under NET 1.2.
  461. 2003-11-16 Martin Baulig <[email protected]>
  462. * MonoGenericInst.cs (MonoGenericInst.inflate): Call
  463. `parent.inflate (parent,...)' instead of
  464. `parent.inflate (reflected,...)'.
  465. 2003-11-16 Zoltan Varga <[email protected]>
  466. * Assembly.cs (InternalGetAssemblyName): New icall.
  467. * AssemblyName.cs (GetAssemblyName): Implement this without loading
  468. the assembly in question. Fixes #51035.
  469. 2003-11-14 Martin Baulig <[email protected]>
  470. * MonoGenericInst.cs (MonoGenericInst): Added
  471. `MonoGenericInst[] interfaces' field. This is only used for
  472. interface types.
  473. (MonoGenericInst.inflate): If we're an interface type, add the
  474. methods from all interfaces we inherit.
  475. 2003-11-14 Zoltan Varga <[email protected]>
  476. * AssemblyNameFlags.cs MethodAttributes.cs: Add new enumerated values
  477. from NET 1.1.
  478. * *.cs: Add missing attributes.
  479. 2003-11-11 Todd Berman <[email protected]>
  480. * AssemblyName.cs (FullName): Fixed to include a proper PublicKeyToken.
  481. 2003-11-11 Zoltan Varga <[email protected]>
  482. * MonoMethod.cs: Implement CallingConvention member.
  483. 2003-11-10 Zoltan Varga <[email protected]>
  484. * Assembly.cs (InternalGetType): Add a 'module' argument so this
  485. method can be used from Module as well.
  486. * Module.cs (GetType): Implement.
  487. * Module.cs (GetTypes): Implement.
  488. * Module.cs: Remove some [MonoTODO] attributes from implemented methods.
  489. 2003-11-08 Martin Baulig <[email protected]>
  490. * MonoGenericInst.cs (MonoInflatedMethod, MonoInflatedCtor): Added
  491. a private `IntPtr ginst' field.
  492. (MonoGenericInst.IsValueTypeImpl, inflate): Allow interfaces.
  493. 2003-11-02 Martin Baulig <[email protected]>
  494. * MonoGenericInst.cs (MonoGenericInst.initialize): Include members
  495. from our parent classes in the `methods', `ctors' and `fields'
  496. arrays. When inflating them, reflection now sets their
  497. `declaring_type' and `reflected_type' fields.
  498. (MonoInflatedMethod, MonoInflatedCtor): Added
  499. `MonoGenericInst declaring_type' and `MonoGenericInst reflected_type'
  500. fields and override the `DeclaringType' and `ReflectedType' properties.
  501. 2003-11-02 Martin Baulig <[email protected]>
  502. * MonoGenericInst.cs (MonoGenericInst.IsValueTypeImpl): Override this.
  503. 2003-10-31 Martin Baulig <[email protected]>
  504. * MonoGenericInst.cs (MonoInflatedField): New internal class.
  505. (MonoGenericInst.GetFields): Override this method and inflate
  506. the fields.
  507. * MonoField.cs: Don't make this class sealed.
  508. 2003-10-30 Martin Baulig <[email protected]>
  509. * MonoGenericInst.cs (MonoInflatedMethod, MonoInflatedCtor): New
  510. internal classes.
  511. 2003-10-25 Martin Baulig <[email protected]>
  512. * MonoGenericInst.cs: New internal class.
  513. 2003-10-18 Martin Baulig <[email protected]>
  514. * MethodInfo.cs (MethodInfo.GetGenericArguments): Make this method
  515. abstract; use an interncall in MonoMethod and a custom
  516. implementation in MethodBuilder.
  517. 2003-10-17 Pedro Martínez Juliá <[email protected]>
  518. * MonoEvent.cs: implement ToString method as in MS.NET.
  519. * MonoMethod.cs: fix some differences between mono and MS.NET
  520. implementation of ToString.
  521. 2003-10-17 Zoltan Varga <[email protected]>
  522. * AssemblyName.cs: Fix Version property when some version fields are
  523. undefined.
  524. 2003-10-17 Martin Baulig <[email protected]>
  525. * MethodInfo.cs (MethodInfo.GetGenericArguments): New method.
  526. (MethodInfo.BindGenericParameters): New method.
  527. 2003-10-16 Martin Baulig <[email protected]>
  528. * MethodInfo.cs (MethodInfo.IsGenericMethodDefinition): New
  529. property.
  530. 2003-08-08 Lluis Sanchez Gual <[email protected]>
  531. * ParameterInfo.cs: Modified constructor of ParameterInfo for
  532. the return type of a method. Since parameter positions are
  533. zero-based, the position of the return type must be is -1.
  534. 2003-08-06 Andreas Nahr <[email protected]>
  535. * TargetInvocationException.cs: Fixed signature
  536. 2003-07-24 Miguel de Icaza <[email protected]>
  537. * TypeDelegator.cs: Added generics stubs.
  538. 2003-07-21 Lluis Sanchez Gual <[email protected]>
  539. * ParameterInfo.cs: Position is zero-based in ParameterInfo.
  540. Set the right position value when getting from ParameterBuilder.
  541. Thu Jul 17 17:26:59 CEST 2003 Paolo Molaro <[email protected]>
  542. * FieldInfo.cs, MonoField.cs: cleanups. Cache some info and use
  543. finer-grained icalls. Requires a matching runtime.
  544. 2003-07-11 Zoltan Varga <[email protected]>
  545. * AssemblyFlagsAttribute.cs: Added new constructor from NET 1.1.
  546. * AssemblyFlagsAttribute.cs: Added new property from NET 1.1.
  547. 2003-07-10 Zoltan Varga <[email protected]>
  548. * Assembly.cs: Implemented ImageRuntimeVersion property from NET 1.1.
  549. Mon Jun 30 19:12:08 CEST 2003 Paolo Molaro <[email protected]>
  550. * Pointer.cs: implemented.
  551. 2003-06-15 Zoltan Varga <[email protected]>
  552. * EventInfo.cs: Implement IsSpecialName.
  553. 2003-06-10 Zoltan Varga <[email protected]>
  554. * Module.cs (Mono_GetGuid): New method to return the GUID of the
  555. module.
  556. 2003-05-21 Zoltan Varga <[email protected]>
  557. * Module.cs: Implement GetField and its friends.
  558. 2003-05-20 Zoltan Varga <[email protected]>
  559. * Assembly.cs (GetManifestResourceStream): Moved handling of
  560. linked resources into managed code using the newly implemented
  561. GetManifestResourceInfo () method.
  562. 2003-05-19 Zoltan Varga <[email protected]>
  563. * Module.cs: Implemented IsResource.
  564. * Assembly.cs: Implemented GetManifestResourceInfo, GetModules,
  565. GetModule, GetLoadedModules methods.
  566. * Assembly.cs (GetManifestResourceStream): Added support for
  567. resources in extern assemblies.
  568. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  569. * Assembly.cs: fixed bug #42833.
  570. 2003-05-11 Miguel de Icaza <[email protected]>
  571. * Binder.cs (ChangeType): Very simplistic change. Am not sure if
  572. it is correct, but it makes RemotingCorba move along a bit more
  573. (Remoting.Corba invokes Binder.ConvertArgs, which calls
  574. Binder.ChangeType with an Attribute [] to Object []).
  575. 2003-05-10 Gonzalo Paniagua Javier <[email protected]>
  576. * Binder.cs:
  577. (check_type): fixed bug #41655.
  578. 2003-05-04 Gonzalo Paniagua Javier <[email protected]>
  579. * Assembly.cs: implemented GetSatelliteAssembly.
  580. Fri Apr 11 13:06:10 CEST 2003 Paolo Molaro <[email protected]>
  581. * Assembly.cs: added GetNamespaces() icall.
  582. 2003-03-17 Zoltan Varga <[email protected]>
  583. * FieldInfo.cs (GetFieldFromHandle): Implemented.
  584. 2003-03-01 Gonzalo Paniagua Javier <[email protected]>
  585. * Assembly.cs: added missing stuff. Only ModuleResolve event is left
  586. out to avoid changing MonoReflectionAssembly by now.
  587. * ModuleResolveEventHandler.cs: delegate.
  588. 2003-02-19 Gonzalo Paniagua Javier <[email protected]>
  589. * TargetInvocationException.cs: added serialization ctor.
  590. 2003-02-18 Martin Baulig <[email protected]>
  591. * Assembly.cs (MonoDebugger_GetMethodToken): New method to get a
  592. method's metadata token.
  593. 2003-02-04 Sebastien Pouliot <[email protected]>
  594. * Module.cs: Corrected indentation for class.
  595. 2003-02-04 Gonzalo Paniagua Javier <[email protected]>
  596. * Binder.cs:
  597. (check_type): return true when the target type is object and the source
  598. is a value type.
  599. 2003-02-03 Patrik Torstensson
  600. * Binder.cs: minimize locking time in DefaultBinder.
  601. 2003-02-01 Sebastien Pouliot <[email protected]>
  602. * Module.cs: Oups - not implemented. Added MonoTODO to most methods
  603. so it's real status get reflected correctly on the web site.
  604. 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
  605. * MonoMethod.cs: implemented GetBaseDefinition ().
  606. 2003-01-28 Patrik Torstensson
  607. * MonoMethod.cs: Added support for serialization for MonoMethod and MonoCMethod
  608. * ReflectionSerializationHolder.cs: Support class for serialization
  609. 2003-01-17 Zoltan Varga <[email protected]>
  610. * ParameterInfo.cs: modified constructor so it allows the
  611. ParameterBuilder to be null and add a 'position' argument which will
  612. be used when pb is null.
  613. 2003-01-16 Lluis Sanchez Gual <[email protected]>
  614. * Assembly.cs: added serialization support.
  615. Sat Jan 4 18:26:41 CET 2003 Paolo Molaro <[email protected]>
  616. * MonoMethod.cs: propagate exceptions from the internal invoke
  617. code that need to be propagated.
  618. Sat Jan 4 18:04:07 CET 2003 Paolo Molaro <[email protected]>
  619. * Binder.cs: throw an exception if the number of arguments
  620. when invoking a method is incorrect.
  621. Thu Jan 2 19:04:58 CET 2003 Paolo Molaro <[email protected]>
  622. * Binder.cs: In SelectMethod() look for an exact match first.
  623. 2003-01-01 Rachel Hestilow <[email protected]>
  624. * MonoField.cs (SetValue): Fix logic typo. Check that obj is
  625. non-null only for the non-static case.
  626. 2002-12-30 Sebastien Pouliot <[email protected]>
  627. * AssemblyName.cs: Fixed null cultureinfo in FullName (as reported by
  628. Zoltan).
  629. 2002-12-23 Sebastien Pouliot <[email protected]>
  630. * AssemblyName.cs: GetPublicKey now return an empty array (not null)
  631. when an assembly isn't signed with a StrongName (to match MS
  632. implementation) and null when no assembly is referenced. Also removed
  633. commented code (no bug reported so it was probably not used).
  634. Thu Dec 19 16:43:19 CET 2002 Paolo Molaro <[email protected]>
  635. * MonoMethod.cs, ParameterInfo.cs: return a custom attribute
  636. provider for the return type of a method.
  637. 2002-12-08 Gonzalo Paniagua Javier <[email protected]>
  638. * AssemblyName.cs: little fix in FullName.
  639. 2002-12-07 Sebastien Pouliot <[email protected]>
  640. * AssemblyName.cs: Added missing methods/interfaces. Fixed some
  641. code to match the MS Framework.
  642. * StrongNameKeyPair.cs: Completed the "visible" implementation.
  643. There must be some internal methods to allow signing with the key.
  644. 2002-12-02 Gonzalo Paniagua Javier <[email protected]>
  645. * EventInfo.cs: implemented (Add|Remove)EventHandler.
  646. Mon Nov 18 17:52:56 CET 2002 Paolo Molaro <[email protected]>
  647. * Assembly.cs: implemented GetManifestResourceStream (Type type,
  648. * String name).
  649. 2002-11-03 Gonzalo Paniagua Javier <[email protected]>
  650. * Assembly.cs: changed name of GetType (string, bool, bool) to
  651. InternalGetType.
  652. 2002-10-29 Gonzalo Paniagua Javier <[email protected]>
  653. * TargetInvocationException.cs: modified default message.
  654. 2002-10-01 Gonzalo Paniagua Javier <[email protected]>
  655. * MonoProperty.cs:
  656. * PropertyInfo.cs: fixed bug #31535.
  657. 2002-09-27 Martin Baulig <[email protected]>
  658. * Assembly.cs (Assembly.GetReferencedAssemblies): Implemented.
  659. 2002-09-24 Martin Baulig <[email protected]>
  660. * Assembly.cs (MonoDebugger_GetType): New method to get a Type
  661. from its metadata token. This should only be used by the debugger.
  662. 2002-09-21 Martin Baulig <[email protected]>
  663. * Assembly.cs (MonoDebugger_GetLocalTypeFromSignature): New method to
  664. get the type of a local variable from its signature. This should only
  665. be used by the debugger.
  666. 2002-09-20 Martin Baulig <[email protected]>
  667. * Assembly.cs (MonoDebugger_GetMethod): New method to get a MethodBase
  668. from its metadata token. This should only be used by the debugger.
  669. Wed Sep 11 12:50:54 CEST 2002 Paolo Molaro <[email protected]>
  670. * Binder.cs: more default binder implementation.
  671. * FieldInfo.cs, MonoField.cs: fixed SetValue () implementation.
  672. * MonoMethod.cs: use the binder in the Invoke () implementation.
  673. Implemented custom attributes methods and ToString for constructors.
  674. Thu Sep 5 20:36:27 CEST 2002 Paolo Molaro <[email protected]>
  675. * Binder.cs: finished the Binder class and implemented the default
  676. binder.
  677. 2002-09-03 Martin Baulig <[email protected]>
  678. * Assembly.cs (Assembly.Location): Implemented.
  679. 2002-08-29 Gonzalo Paniagua Javier <[email protected]>
  680. * MonoField.cs:
  681. (GetValue): allow obj to be null (used for static fields).
  682. 2002-08-22 Gonzalo Paniagua Javier <[email protected]>
  683. * MonoField.cs: GetValue renamed to GetValueInternal. Added check for
  684. null.
  685. Wed Aug 21 13:03:25 CEST 2002 Paolo Molaro <[email protected]>
  686. * Assembly.cs: GetEntryAssembly patch by Tomi Pakarinen
  687. <[email protected]>.
  688. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  689. * Assembly.cs: FullName now returns a proper string instead of
  690. something like 'file://...'.
  691. * AssemblyName.cs: added missing ToString method.
  692. 2002-08-19 Gonzalo Paniagua Javier <[email protected]>
  693. * FieldInfo.cs: implemented SetValue.
  694. Wed Aug 14 17:37:30 CEST 2002 Paolo Molaro <[email protected]>
  695. * MonoEvent.cs, MonoMethod.cs: implemented ReflectedType.
  696. 2002-08-14 Dick Porter <[email protected]>
  697. * Assembly.cs: Stub out GetSatelliteAssembly
  698. 2002-08-12 Tim Coleman <[email protected]>
  699. * MonoProperty.cs:
  700. Allow multiple parameters for GetValue ()
  701. Thu Aug 8 13:05:44 CEST 2002 Paolo Molaro <[email protected]>
  702. * Assembly.cs: implemented GetFile() and GetFiles().
  703. Mon Aug 5 21:19:41 CEST 2002 Paolo Molaro <[email protected]>
  704. * Assembly.cs: implemented EntryPoint and a few
  705. resource related methods.
  706. Wed Jul 24 13:08:56 CEST 2002 Paolo Molaro <[email protected]>
  707. * MethodBase.cs: implemented GetCurrentMethod.
  708. * Assembly.cs: implemented GetExecutingAssembly and
  709. GetCallingassembly.
  710. Mon Jul 1 18:01:49 CEST 2002 Paolo Molaro <[email protected]>
  711. * MonoProperty.cs: handle properties with only a set method.
  712. 2002-05-24 Martin Baulig <[email protected]>
  713. * ParameterInfo.cs: Added internal constructor.
  714. Thu May 23 17:18:46 CEST 2002 Paolo Molaro <[email protected]>
  715. * Assembly.cs: implemented CreateInstance ().
  716. 2002-05-22 Martin Baulig <[email protected]>
  717. * MethodBase.cs (get_next_table_index): Added `object obj' argument.
  718. Tue May 21 12:07:40 CEST 2002 Paolo Molaro <[email protected]>
  719. * EventInfo.cs: more implementation.
  720. Mon May 20 17:37:39 CEST 2002 Paolo Molaro <[email protected]>
  721. * MonoEvent.cs: fill-in the implementation.
  722. Sat May 4 15:00:39 CEST 2002 Paolo Molaro <[email protected]>
  723. * Assembly.cs, AssemblyName.cs: updates and fixes.
  724. 2002-04-24 Patrik Torstensson <[email protected]>
  725. * MonoProperty.cs (GetValue) : basic implementation to support nunit
  726. * PropertyInfo.cs (GetValue) : call MonoProperty::GetValue instead of returning null
  727. Thu Apr 18 16:40:54 CEST 2002 Paolo Molaro <[email protected]>
  728. * MonoMethod.c: cache the method name.
  729. 2002-04-12 Duncan Mak <[email protected]>
  730. * AssemblyAlgorithmIdAttribute.cs: Fixed typo in AlgorithmId
  731. property.
  732. * AssemblyDelaySignAttribute.cs: Fixed type in DelaySign
  733. attribute.
  734. * AssemblyFileVersionAttribute.cs: Renamed FileVersion property to
  735. Version.
  736. * BindingFlags.cs: Added missing value "PutRefDispProperty".
  737. * FieldAttributes.cs: Removed value "HasSecurity".
  738. * ManifestResourceInfo.cs: Added missing properties FileName,
  739. ReferencedAssembly and ResourceLocation.
  740. * TargetInvocationException.cs: Added the missing constructors.
  741. Fri Apr 12 18:32:34 CEST 2002 Paolo Molaro <[email protected]>
  742. * MonoMethod.cs: make Name property an icall.
  743. 2002-04-08 Nick Drochak <[email protected]>
  744. * DefaultMemberAttribute.cs: Add AttributeUsage attribute for class,
  745. struct and interface.
  746. Fri Apr 5 15:40:24 CEST 2002 Paolo Molaro <[email protected]>
  747. * MonoEvent.cs: remove unused code.
  748. * MonoProperty: implement ToString().
  749. Wed Apr 3 17:59:26 CEST 2002 Paolo Molaro <[email protected]>
  750. * Assembly.cs: implement GetTypes() and GetExportedTypes().
  751. Mon Mar 25 18:54:58 CET 2002 Paolo Molaro <[email protected]>
  752. * MonoEvent.cs: added the needed fields.
  753. 2002-03-20 Martin Baulig <[email protected]>
  754. * ConstructorInfo.cs (Invoke): Implemented, call the abstract Invoke.
  755. * MonoMethod.cs (MonoCMethod.Invoke): Implemented, call InternalInvoke.
  756. 2002-03-14 Dietmar Maurer <[email protected]>
  757. * MonoMethod.cs (Invoke): call InternalInvoke
  758. * MethodBase.cs (Invoke): call virtual invoke function
  759. Thu Mar 7 17:14:20 CET 2002 Paolo Molaro <[email protected]>
  760. * EventInfo.cs: add compiler needed methods.
  761. * MonoMethod.cs: make ToString() return the return type name, too.
  762. 2002-03-07 Nick Drochak <[email protected]>
  763. * BindingFlags.cs: Add missing enum values. Thanks CorCompare.
  764. Tue Mar 5 20:33:14 CET 2002 Paolo Molaro <[email protected]>
  765. * TypeAttributes.cs, MethodImplAttributes.cs: updates to latest spec.
  766. 2002-02-26 Duncan Mak <[email protected]>
  767. * StrongNameKeyPair.cs: Committed for Kevin Winchester ([email protected]>.
  768. 2002-02-24 Nick Drochak <[email protected]>
  769. * AssemblyNameFlags.cs: Use proper member name. Thanks corcompare!
  770. Fri Feb 22 18:54:13 CET 2002 Paolo Molaro <[email protected]>
  771. * MonoField.cs: implement GetValue as an internalcall.
  772. Implemented ToString().
  773. Tue Feb 19 20:36:04 CET 2002 Paolo Molaro <[email protected]>
  774. * Assembly.cs, Module.cs, MonoField.cs, MonoMethod.cs,
  775. MonoProperty.cs, ParameterInfo.cs: Implemented custom attributes
  776. related methods.
  777. Thu Feb 14 18:55:23 CET 2002 Paolo Molaro <[email protected]>
  778. * TypeAttributes.cs: update to latest spec.
  779. Mon Feb 11 19:50:27 CET 2002 Paolo Molaro <[email protected]>
  780. * Assembly.cs: handle throwOnError in GetType() call.
  781. 2002-02-07 Duncan Mak <[email protected]>
  782. * AssemblyName.cs: Implemented ISerializable interface for the
  783. fields that we have.
  784. 2002-02-05 Duncan Mak <[email protected]>
  785. * Missing.cs:
  786. * TargetException.cs: Added in CVS.
  787. 2002-01-31 Duncan Mak <[email protected]>
  788. * ReflectionTypeLoadException.cs: Added missing bits.
  789. 2002-01-23 Duncan Mak <[email protected]>
  790. * AssemblyAlgorithmIdAttribute.cs:
  791. * AssemblyCompanyAttribute.cs:
  792. * AssemblyConfigurationAttribute.cs:
  793. * AssemblyCopyrightAttribute.cs:
  794. * AssemblyCultureAttribute.cs:
  795. * AssemblyDefaultAliasAttribute.cs:
  796. * AssemblyDelaySignAttribute.cs:
  797. * AssemblyDescriptionAttribute.cs:
  798. * AssemblyFileVersionAttribute.cs:
  799. * AssemblyFlagsAttribute.cs:
  800. * AssemblyInformationalVersionAttribute.cs:
  801. * AssemblyKeyFileAttribute.cs:
  802. * AssemblyKeyNameAttribute.cs:
  803. * AssemblyNameProxy.cs:
  804. * AssemblyProductAttribute.cs:
  805. * AssemblyTitleAttribute.cs:
  806. * AssemblyTradeMarkAttribute.cs:
  807. * AssemblyVersionAttribute.cs:
  808. * CustomAttributeFormatException.cs:
  809. * InvalidFilterCriteriaException.cs:
  810. * TargetParameterCountException.cs: Added.
  811. 2002-01-23 Miguel de Icaza <[email protected]>
  812. * Assembly.cs (Assembly.CodeBase): Implement.
  813. (Assembly.FullName): simplistic and broken implementation. Gets
  814. us where we were yesterday.
  815. Code style fix.
  816. Tue Jan 22 22:54:18 CET 2002 Paolo Molaro <[email protected]>
  817. * IReflect.cs: corrected GetMember() return type.
  818. * InterfaceMapping.cs, TypeDelegator.cs: implemented.
  819. Wed Jan 9 19:37:14 CET 2002 Paolo Molaro <[email protected]>
  820. * MonoMethod.cs: ToString () implementation.
  821. 2002-01-04 Ravi Pratap <[email protected]>
  822. * Assembly.cs : Decorate missing bits with the MonoTODO
  823. attribute.
  824. * ConstructorInfo.cs, MonoMethod.cs, MonoProperty.cs, ParameterInfo.cs,
  825. ReflectionTypeLoadException.cs : Ditto.
  826. * FieldInfo.cs : Ditto.
  827. Thu Jan 3 23:25:34 CET 2002 Paolo Molaro <[email protected]>
  828. * Assembly.cs: trow unimplemented exceptions.
  829. Tue Dec 18 18:46:22 CET 2001 Paolo Molaro <[email protected]>
  830. * MonoMethod.cs: implemented GetParameters().
  831. * MonoProperty.cs: PropertyInfo implementation.
  832. * ParameterInfo.cs: implemented.
  833. * PropertyInfo.cs: fixes.
  834. Thu Dec 13 20:18:05 CET 2001 Paolo Molaro <[email protected]>
  835. * FieldInfo.cs: implemented some Is* propeties.
  836. * MethodBase.cs: fixed attribute accessors.
  837. * MonoField.cs: runtime object to represent a field.
  838. * MonoMethod.cs: runtime object to represent a method.
  839. * AssemblyBuilder.cs: GetToken() methods to get tokens for
  840. strings, fields, methods...
  841. * ILGenerator.cs: handle tokens for methods.
  842. Mon Nov 19 13:56:55 CET 2001 Paolo Molaro <[email protected]>
  843. * MethodBase.cs: add internal get_next_table_index() for use in
  844. Reflection.Emit.
  845. Wed Nov 14 16:53:28 CET 2001 Paolo Molaro <[email protected]>
  846. * Assembly.cs: implement some of the Load() methods.
  847. * ConstructorInfo.cs: some missing stubs and fields.
  848. * FieldInfo.cs: IsInitOnly property.
  849. * ParameterInfo.cs: stubs for missing properties.
  850. * ParameterModifier.cs: implemented class.
  851. 2001-11-10 Sean MacIsaac <[email protected]>
  852. * Assembly.cs: Filled in some stub implementations
  853. * ConstructorInfo.cs: Added some stub functions for NUnit
  854. Fri Nov 2 18:29:36 CET 2001 Paolo Molaro <[email protected]>
  855. * AmbiguousMatchException.cs,
  856. * Assembly.cs, Module.cs: updates.
  857. * FieldInfo.cs: better compliance to the spec.
  858. * MethodBase.cs: move call_conv out of the way.
  859. * AssemblyBuilder.cs: don't use internalcalls, more stuff supported.
  860. * FieldBuilder.cs: implemented.
  861. * ILGenerator.cs: implemented some opcode handling.
  862. * Label.cs: add constructor.
  863. * LocalBuilder.cs: implemented.
  864. * MethodBuilder.cs: don't use internalcalls, more implemented stuff.
  865. * ModuleBuilder.cs: don't use internalcalls, more meat here, too.
  866. * ParameterBuilder.cs: implemented.
  867. * PropertyBuilder.cs: implemented.
  868. * TypeBuilder.cs: don't use internalcalls, more stuff working.
  869. Tue Sep 25 16:48:50 CEST 2001 Paolo Molaro <[email protected]>
  870. * ConstructorInfo.cs, MemberFilter.cs, Module.cs: added.
  871. Fri Sep 14 16:12:08 CEST 2001 Paolo Molaro <[email protected]>
  872. * MethodBase.cs, MethodInfo.cs: added.
  873. Thu Sep 13 18:05:16 CEST 2001 Paolo Molaro <[email protected]>
  874. * Assembly.cs: added stub code.
  875. 2001-07-18 Michael Lambert <[email protected]>
  876. * BindingFlags.cs: Add.