ChangeLog 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. 2004-08-30 Sebastien Pouliot <[email protected]>
  2. * Assembly.cs: Added internal Demand(PermissionSet) for CAS.
  3. 2004-08-30 Zoltan Varga <[email protected]>
  4. * MethodBase.cs (GetMethodFromHandle): Avoid passing a valuetype to
  5. icalls.
  6. 2004-08-29 Zoltan Varga <[email protected]>
  7. * MethodBase.cs (GetMethodFromHandle): Implement.
  8. 2004-08-13 Marek Safar <[email protected]>
  9. * Assembly.cs: Made _minimum, _optional, _refuse fields internal.
  10. To be reusable by AssemblyBuilder.
  11. 2004-08-09 Sebastien Pouliot <[email protected]>
  12. * Assembly.cs: Fixed some exceptions in NET_1_1 and added some 2.0
  13. properties (required for compiling the new unit tests).
  14. * PortableExecutableKind.cs: New. Flags for NET_2_0.
  15. * ImageFileMachine.cs: New. (Rather limited) enum for NET_2_0.
  16. 2004-08-08 Sebastien Pouliot <[email protected]>
  17. * Assembly.cs: Get default evidences when no evidences have been
  18. supplied. Added internal methods for CAS.
  19. * AssemblyName.cs: New constructor for NET_2_0.
  20. 2004-08-05 Sebastien Pouliot <[email protected]>
  21. * Assembly.cs: Added new fields for CAS to match the runtime (v23).
  22. 2004-07-29 Martin Baulig <[email protected]>
  23. * Module.cs (Mono_GetGuid): Make this static.
  24. Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <[email protected]>
  25. * Module.cs: return just name in ToString (bug #61287).
  26. 2004-07-03 Zoltan Varga <[email protected]>
  27. * Module.cs: Initialize FilterTypeName[IgnoreCase]. Fixes #61048.
  28. 2004-06-17 Gert Driesen <[email protected]>
  29. * Pointer.cs: remove serializable attribute to match MS.NET
  30. 2004-06-17 Gert Driesen <[email protected]>
  31. * ParameterModifier.cs: marked serializable, renamed field to match
  32. MS.NET, throw ArgumentException when parameter count is less than or
  33. equal to zero
  34. 2004-06-15 Gert Driesen <[email protected]>
  35. * AssemblyName.cs: added TODO for serialization
  36. * Pointer.cs: fixed Box method to return object instead of
  37. Pointer
  38. 2004-06-15 Sebastien Pouliot <[email protected]>
  39. * MemberInfo.cs: Changed constructor from internal to protected.
  40. 2004-06-11 Martin Baulig <[email protected]>
  41. * FieldInfo.cs (Mono_GetGenericFieldDefinition): New method for NET_2_0.
  42. 2004-06-11 Lluis Sanchez <[email protected]>
  43. * StrongNameKeyPair.cs: Catch exception when getting PublicKey to match
  44. MS implementation. Generate the RSA in the constructors.
  45. 2004-06-10 Lluis Sanchez <[email protected]>
  46. * AssemblyName.cs: Added missing fields to serialization methods.
  47. * StrongNameKeyPair.cs: Made it compatible with MS serialization.
  48. 2004-06-08 Jacson Harper <[email protected]>
  49. * AssemblyName.cs (GetAssemblyName): Send a fullpath to the
  50. runtime. This way the codebase is set properly. The codebase is
  51. using g_filename_to_uri which expects a full path.
  52. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  53. * Binder.cs: don't crash when we have a 'null' argument Type array.
  54. Allow it for non-value types. Fixed for both, methods and properties.
  55. Closes bug #58846.
  56. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  57. * Binder.cs: default score must be lower than fail_score or we'll get
  58. an ambiguous match when no indexers given and one single match is found.
  59. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  60. * Binder.cs: removed ^Ms. In case of several properties matching, try
  61. to disambiguate based on the indexer types provider and the conversions
  62. from those into the ones of the property.
  63. 2004-05-31 Gert Driesen <[email protected]>
  64. * Assembly.cs: added missing ComVisible attribute on
  65. ImageRuntimeVersion property
  66. * ConstructorInfo.cs: added missing attributes on Invoke
  67. * EventInfo.cs: added missing attributes
  68. * FieldInfo.cs: added missing attributes
  69. * MethodBase.cs: added missing attributes
  70. * PropertyInfo.cs: added missing attributes
  71. 2004-05-22 Cesar Lopez Nataren <[email protected]>
  72. * FieldInfo.cs: changed default constructor from internal to protected, so classes
  73. that inherit from it can get build.
  74. 2004-05-18 Gert Driesen ([email protected])
  75. * MonoProperty.cs: return correct MethodInfo for
  76. property with only a get or set method. Fixes
  77. bug #58661.
  78. 2004-05-18 Sebastien Pouliot <[email protected]>
  79. * Assembly.cs: Return an empty Evidence collection to avoid
  80. NullReferenceException from calling code (as this is never
  81. null with MS implementation). See bugzilla #53548.
  82. 2004-05-14 Zoltan Varga <[email protected]>
  83. * Assembly.cs: Add stub for LoadFrom.
  84. * Assembly.cs: Fix build.
  85. 2004-05-13 Zoltan Varga <[email protected]>
  86. * Assembly.cs: Add ModuleResolve event.
  87. * Module.cs (Mono_GetGuid): Make this internal.
  88. * FieldInfo.cs: Add stubs for {Get,Set}ValueDirect.
  89. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  90. * Binder.cs: check for ambiguous matches in SelectMethod and
  91. SelectProperty. Fixes bug #58381.
  92. 2004-05-06 Jackson Harper <[email protected]>
  93. * Assembly.cs: remove TODO, this is done.
  94. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  95. * Assembly.cs: ToString () returns the same as GetName ().ToString ().
  96. Fixes bug #58104.
  97. 2004-05-03 Jackson Harper <[email protected]>
  98. * Assembly.cs: Implement LoadWithPartialName. The bulk of this
  99. method is done in the runtime.
  100. 2004-04-29 Lluis Sanchez Gual <[email protected]>
  101. * MonoProperty.cs: Property.GetGetMethod() does not return the method if it
  102. is private (it did until now because of a bug). Make sure it works as it
  103. worked before the fix.
  104. 2004-04-27 Lluis Sanchez Gual <[email protected]>
  105. * ICustomAttributeProvider.cs, IReflect.cs, MemberInfo.cs, AssemblyName.cs:
  106. Removed completed TODOs.
  107. * MonoProperty.cs: In GetAccessors(), GetGetMethod() and GetSetMethod(),
  108. do not return private methods if nonPublic == false.
  109. * ReflectionTypeLoadException.cs: Implemented serialization support.
  110. 2004-04-26 Jackson Harper <[email protected]>
  111. * Assembly.cs: Add icall to determine if an assembly has been
  112. loaded from the GAC.
  113. 2004-04-23 Atsushi Enomoto <[email protected]>
  114. * MethodBase.cs, MonoMethod.cs, TypeDelegator.cs :
  115. The fix should be easier ;)
  116. 2004-04-23 Atsushi Enomoto <[email protected]>
  117. * MethodBase.cs, MonoMethod.cs, TypeDelegator.cs :
  118. NET_2_0 related build fix.
  119. 2004-04-19 Lluis Sanchez Gual <[email protected]>
  120. * Assembly.cs: Removed TODO for CreateQualifiedName.
  121. * AssemblyName.cs: Fixed serialization code.
  122. * AssemblyNameProxy.cs: Implemented.
  123. * Module.cs: Implemented GetMethod() methods, FindTypes() and GetObjectData.
  124. 2004-04-07 Martin Baulig <[email protected]>
  125. * MonoGenericInst.cs (MonoGenericParam): Removed.
  126. 2004-04-07 Martin Baulig <[email protected]>
  127. * MethodBase.cs
  128. (MethodBase.GetGenericParameters): Renamed to GetGenericArguments().
  129. * MonoGenericInst.cs (MonoGenericInst.DeclaringType): Removed.
  130. (MonoGenericInst.GetNestedTypes): Just call
  131. `generic_type.GetNestedTypes (bf)' here.
  132. * MonoMethod.cs (MonoMethod.ToString): If we're a generic method,
  133. include the type arguments.
  134. 2004-04-06 Sebastien Pouliot <[email protected]>
  135. * StrongNameKeyPair.cs: Added support for ECMA "key". Now returns a
  136. correct StrongName instance when the ECMA "key" is used.
  137. 2004-04-02 Martin Baulig <[email protected]>
  138. * MonoGenericInst.cs (MonoGenericInst.DeclaringType): Override.
  139. 2004-04-01 Martin Baulig <[email protected]>
  140. * MonoGenericInst.cs (MonoGenericParam.IsValueTypeImpl): Override
  141. this and always return false.
  142. 2004-04-01 Martin Baulig <[email protected]>
  143. * MonoGenericInst.cs (MonoGenericParam.IsSubclassOf): Override this.
  144. 2004-03-30 Martin Baulig <[email protected]>
  145. * MonoGenericInst.cs
  146. (MonoGenericParam): Added `bool has_ctor_constraint' field.
  147. (MonoGenericParam.SetConstraints): Added `bool
  148. has_ctor_constraint' argument.
  149. 2004-03-29 Martin Baulig <[email protected]>
  150. * MethodBase.cs (MethodBase.Mono_IsInflatedMethod): New public
  151. virtual property.
  152. (MethodBase.HasGenericParameters): Use the "official" behavior
  153. here, ie. return false if we're not a generic method.
  154. 2004-03-29 Martin Baulig <[email protected]>
  155. * MethodBase.cs: Moved the generics stuff here, made it virtual
  156. where neccessary and use the correct API.
  157. 2004-03-24 Sebastien Pouliot <[email protected]>
  158. * StrongNameKeyPair.cs: Added an internal method to return a
  159. StrongName object (for AssemblyBuilder). Simplified implementation
  160. using Mono.Security.Cryptography.CryptoConvert class.
  161. 2004-03-24 Zoltan Varga <[email protected]>
  162. * AssemblyFileVersionAttribute.cs (.ctor): Add argument checking.
  163. 2004-03-23 Martin Baulig <[email protected]>
  164. * MonoGenericInst.cs: Added support for events.
  165. 2004-03-23 Martin Baulig <[email protected]>
  166. * MonoMethod.cs (MonoMethod.ToString): Don't include the namespace
  167. if it's the empty string.
  168. 2004-03-10 Martin Baulig <[email protected]>
  169. * MethodBase.cs (MethodBase): Implemented
  170. GetGenericMethodDefinition() and HasGenericParameters.
  171. 2004-03-09 Martin Baulig <[email protected]>
  172. * MonoEvent.cs (MonoEventInfo): Replaced `parent' with
  173. `declaring_type' and `reflected_type'.
  174. (MonoEvent): Distinguish between declaring and reflected type.
  175. 2004-02-25 Martin Baulig <[email protected]>
  176. * MonoGenericInst.cs
  177. (MonoGenericInst.GetNestedTypes): Override this.
  178. 2004-02-24 Gonzalo Paniagua Javier <[email protected]>
  179. * Binder.cs:
  180. (SelectProperty): check the return Type if provided.
  181. 2004-02-17 Martin Baulig <[email protected]>
  182. * MonoGenericInst.cs (MonoGenericInst.GetProperties): Added
  183. support for properties.
  184. 2004-02-17 Martin Baulig <[email protected]>
  185. * MonoGenericInst.cs (MonoGenericInst.GetMethods): Walk up the
  186. class hierarchy and return members from the parent classes.
  187. (GetConstructors, GetFields): Likewise.
  188. 2004-02-17 Martin Baulig <[email protected]>
  189. * MonoGenericInst.cs (MonoGenericInst.initialize): Don't inflate
  190. all the members here; we only do this for members of the current
  191. class and only when they're actually queried for.
  192. 2004-02-12 Martin Baulig <[email protected]>
  193. * MonoGenericInst.cs (MonoInflatedField): Removed.
  194. * MonoGenericInst.cs (MonoInflatedMethod, MonoInflatedCtor): Removed.
  195. 2004-02-08 Martin Baulig <[email protected]>
  196. * MonoGenericInst.cs (MonoGenericInst.inflate): Pass recursive
  197. invocations the `reflected' type as `reflected', not `this'.
  198. (MonoInflatedMethod, MonoInflatedCtor): Reflect latest runtime changes.
  199. 2004-02-08 Martin Baulig <[email protected]>
  200. * MonoGenericInst.cs (MonoGenericInst.GetParentType): New interncall.
  201. (MonoGenericInst.GetInterfaces_internal): New interncall.
  202. (MonoGenericInst): Reflect latest API changes; use GetParentType()
  203. and GetInterfaces_internal() instead of the fields.
  204. 2004-02-06 Martin Baulig <[email protected]>
  205. * MonoGenericInst.cs (MonoGenericInst.DeclaringType): Override this.
  206. 2004-02-03 Martin Baulig <[email protected]>
  207. * MonoGenericInst.cs (MonoGenericInst.GetInterfaces): Override this.
  208. 2004-01-25 Martin Baulig <[email protected]>
  209. * MonoGenericInst.cs: Honor BindingFlags.DeclaredOnly.
  210. 2004-01-19 Zoltan Varga <[email protected]>
  211. * Assembly.cs (GetManifestResourceStream): Make the IntPtrStream keep
  212. a reference on the Module object which contains the resource.
  213. * Module.cs: Decrease the image reference count when the Module is
  214. garbage collected.
  215. 2004-01-16 Martin Baulig <[email protected]>
  216. * Assembly.cs: Make the `MonoDebugger_' methods static.
  217. 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
  218. * MonoProperty.cs: changed get_property_info so that it only gets the
  219. values needed. Reduces the allocations needed.
  220. 2004-01-15 Martin Baulig <[email protected]>
  221. * Assembly.cs: Make the `MonoDebugger_' methods internal.
  222. 2004-01-04 Nick Drochak <[email protected]>
  223. * Assembly.cs: Removed unused variable in catch block.Eliminates a build
  224. warning.
  225. 2003-12-29 Ben Maurer <[email protected]>
  226. * MethodBase.cs: Internal method to get param count (this
  227. way we can get the info for the ilgen without creating
  228. an array, if we override the method).
  229. 2003-12-18 Zoltan Varga <[email protected]>
  230. * Assembly.cs: Implement LoadFrom.
  231. 2003-12-17 Zoltan Varga <[email protected]>
  232. * Assembly.cs: Add stubs for LoadFile.
  233. 2003-12-16 Zoltan Varga <[email protected]>
  234. * Assembly.cs (GetManifestResourceStream): Only load non-embedded
  235. resources from files.
  236. 2003-12-15 Zoltan Varga <[email protected]>
  237. * MonoField.cs (SetValue): Throw an exception if the value cannot be
  238. converted to the field's type. Fixes #52177.
  239. 2003-12-11 Lluis Sanchez Gual <[email protected]>
  240. * AmbiguousMatchException.cs: Added serialization constructor.
  241. 2003-12-08 Martin Baulig <[email protected]>
  242. * MonoGenericInst.cs (MonoGenericParam): New internal class;
  243. derives from MonoType.
  244. 2003-12-08 Patrik Torstensson <[email protected]>
  245. * Binder.cs: Added internal helpers to get derived level and select the
  246. most derived methodbase (used in GetMethodImpl)
  247. 2003-11-25 Zoltan Varga <[email protected]>
  248. * Assembly.cs (LoadWithPartialName): Return null instead of throwing
  249. an exception to match MS behavior.
  250. 2003-11-24 Zoltan Varga <[email protected]>
  251. * MonoMethod.cs: Add missing constructor.
  252. 2003-11-21 Zoltan Varga <[email protected]>
  253. * MethodBase.cs (Invoke): Make this virtual under NET 1.2.
  254. 2003-11-16 Martin Baulig <[email protected]>
  255. * MonoGenericInst.cs (MonoGenericInst.inflate): Call
  256. `parent.inflate (parent,...)' instead of
  257. `parent.inflate (reflected,...)'.
  258. 2003-11-16 Zoltan Varga <[email protected]>
  259. * Assembly.cs (InternalGetAssemblyName): New icall.
  260. * AssemblyName.cs (GetAssemblyName): Implement this without loading
  261. the assembly in question. Fixes #51035.
  262. 2003-11-14 Martin Baulig <[email protected]>
  263. * MonoGenericInst.cs (MonoGenericInst): Added
  264. `MonoGenericInst[] interfaces' field. This is only used for
  265. interface types.
  266. (MonoGenericInst.inflate): If we're an interface type, add the
  267. methods from all interfaces we inherit.
  268. 2003-11-14 Zoltan Varga <[email protected]>
  269. * AssemblyNameFlags.cs MethodAttributes.cs: Add new enumerated values
  270. from NET 1.1.
  271. * *.cs: Add missing attributes.
  272. 2003-11-11 Todd Berman <[email protected]>
  273. * AssemblyName.cs (FullName): Fixed to include a proper PublicKeyToken.
  274. 2003-11-11 Zoltan Varga <[email protected]>
  275. * MonoMethod.cs: Implement CallingConvention member.
  276. 2003-11-10 Zoltan Varga <[email protected]>
  277. * Assembly.cs (InternalGetType): Add a 'module' argument so this
  278. method can be used from Module as well.
  279. * Module.cs (GetType): Implement.
  280. * Module.cs (GetTypes): Implement.
  281. * Module.cs: Remove some [MonoTODO] attributes from implemented methods.
  282. 2003-11-08 Martin Baulig <[email protected]>
  283. * MonoGenericInst.cs (MonoInflatedMethod, MonoInflatedCtor): Added
  284. a private `IntPtr ginst' field.
  285. (MonoGenericInst.IsValueTypeImpl, inflate): Allow interfaces.
  286. 2003-11-02 Martin Baulig <[email protected]>
  287. * MonoGenericInst.cs (MonoGenericInst.initialize): Include members
  288. from our parent classes in the `methods', `ctors' and `fields'
  289. arrays. When inflating them, reflection now sets their
  290. `declaring_type' and `reflected_type' fields.
  291. (MonoInflatedMethod, MonoInflatedCtor): Added
  292. `MonoGenericInst declaring_type' and `MonoGenericInst reflected_type'
  293. fields and override the `DeclaringType' and `ReflectedType' properties.
  294. 2003-11-02 Martin Baulig <[email protected]>
  295. * MonoGenericInst.cs (MonoGenericInst.IsValueTypeImpl): Override this.
  296. 2003-10-31 Martin Baulig <[email protected]>
  297. * MonoGenericInst.cs (MonoInflatedField): New internal class.
  298. (MonoGenericInst.GetFields): Override this method and inflate
  299. the fields.
  300. * MonoField.cs: Don't make this class sealed.
  301. 2003-10-30 Martin Baulig <[email protected]>
  302. * MonoGenericInst.cs (MonoInflatedMethod, MonoInflatedCtor): New
  303. internal classes.
  304. 2003-10-25 Martin Baulig <[email protected]>
  305. * MonoGenericInst.cs: New internal class.
  306. 2003-10-18 Martin Baulig <[email protected]>
  307. * MethodInfo.cs (MethodInfo.GetGenericArguments): Make this method
  308. abstract; use an interncall in MonoMethod and a custom
  309. implementation in MethodBuilder.
  310. 2003-10-17 Pedro Martínez Juliá <[email protected]>
  311. * MonoEvent.cs: implement ToString method as in MS.NET.
  312. * MonoMethod.cs: fix some differences between mono and MS.NET
  313. implementation of ToString.
  314. 2003-10-17 Zoltan Varga <[email protected]>
  315. * AssemblyName.cs: Fix Version property when some version fields are
  316. undefined.
  317. 2003-10-17 Martin Baulig <[email protected]>
  318. * MethodInfo.cs (MethodInfo.GetGenericArguments): New method.
  319. (MethodInfo.BindGenericParameters): New method.
  320. 2003-10-16 Martin Baulig <[email protected]>
  321. * MethodInfo.cs (MethodInfo.IsGenericMethodDefinition): New
  322. property.
  323. 2003-08-08 Lluis Sanchez Gual <[email protected]>
  324. * ParameterInfo.cs: Modified constructor of ParameterInfo for
  325. the return type of a method. Since parameter positions are
  326. zero-based, the position of the return type must be is -1.
  327. 2003-08-06 Andreas Nahr <[email protected]>
  328. * TargetInvocationException.cs: Fixed signature
  329. 2003-07-24 Miguel de Icaza <[email protected]>
  330. * TypeDelegator.cs: Added generics stubs.
  331. 2003-07-21 Lluis Sanchez Gual <[email protected]>
  332. * ParameterInfo.cs: Position is zero-based in ParameterInfo.
  333. Set the right position value when getting from ParameterBuilder.
  334. Thu Jul 17 17:26:59 CEST 2003 Paolo Molaro <[email protected]>
  335. * FieldInfo.cs, MonoField.cs: cleanups. Cache some info and use
  336. finer-grained icalls. Requires a matching runtime.
  337. 2003-07-11 Zoltan Varga <[email protected]>
  338. * AssemblyFlagsAttribute.cs: Added new constructor from NET 1.1.
  339. * AssemblyFlagsAttribute.cs: Added new property from NET 1.1.
  340. 2003-07-10 Zoltan Varga <[email protected]>
  341. * Assembly.cs: Implemented ImageRuntimeVersion property from NET 1.1.
  342. Mon Jun 30 19:12:08 CEST 2003 Paolo Molaro <[email protected]>
  343. * Pointer.cs: implemented.
  344. 2003-06-15 Zoltan Varga <[email protected]>
  345. * EventInfo.cs: Implement IsSpecialName.
  346. 2003-06-10 Zoltan Varga <[email protected]>
  347. * Module.cs (Mono_GetGuid): New method to return the GUID of the
  348. module.
  349. 2003-05-21 Zoltan Varga <[email protected]>
  350. * Module.cs: Implement GetField and its friends.
  351. 2003-05-20 Zoltan Varga <[email protected]>
  352. * Assembly.cs (GetManifestResourceStream): Moved handling of
  353. linked resources into managed code using the newly implemented
  354. GetManifestResourceInfo () method.
  355. 2003-05-19 Zoltan Varga <[email protected]>
  356. * Module.cs: Implemented IsResource.
  357. * Assembly.cs: Implemented GetManifestResourceInfo, GetModules,
  358. GetModule, GetLoadedModules methods.
  359. * Assembly.cs (GetManifestResourceStream): Added support for
  360. resources in extern assemblies.
  361. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  362. * Assembly.cs: fixed bug #42833.
  363. 2003-05-11 Miguel de Icaza <[email protected]>
  364. * Binder.cs (ChangeType): Very simplistic change. Am not sure if
  365. it is correct, but it makes RemotingCorba move along a bit more
  366. (Remoting.Corba invokes Binder.ConvertArgs, which calls
  367. Binder.ChangeType with an Attribute [] to Object []).
  368. 2003-05-10 Gonzalo Paniagua Javier <[email protected]>
  369. * Binder.cs:
  370. (check_type): fixed bug #41655.
  371. 2003-05-04 Gonzalo Paniagua Javier <[email protected]>
  372. * Assembly.cs: implemented GetSatelliteAssembly.
  373. Fri Apr 11 13:06:10 CEST 2003 Paolo Molaro <[email protected]>
  374. * Assembly.cs: added GetNamespaces() icall.
  375. 2003-03-17 Zoltan Varga <[email protected]>
  376. * FieldInfo.cs (GetFieldFromHandle): Implemented.
  377. 2003-03-01 Gonzalo Paniagua Javier <[email protected]>
  378. * Assembly.cs: added missing stuff. Only ModuleResolve event is left
  379. out to avoid changing MonoReflectionAssembly by now.
  380. * ModuleResolveEventHandler.cs: delegate.
  381. 2003-02-19 Gonzalo Paniagua Javier <[email protected]>
  382. * TargetInvocationException.cs: added serialization ctor.
  383. 2003-02-18 Martin Baulig <[email protected]>
  384. * Assembly.cs (MonoDebugger_GetMethodToken): New method to get a
  385. method's metadata token.
  386. 2003-02-04 Sebastien Pouliot <[email protected]>
  387. * Module.cs: Corrected indentation for class.
  388. 2003-02-04 Gonzalo Paniagua Javier <[email protected]>
  389. * Binder.cs:
  390. (check_type): return true when the target type is object and the source
  391. is a value type.
  392. 2003-02-03 Patrik Torstensson
  393. * Binder.cs: minimize locking time in DefaultBinder.
  394. 2003-02-01 Sebastien Pouliot <[email protected]>
  395. * Module.cs: Oups - not implemented. Added MonoTODO to most methods
  396. so it's real status get reflected correctly on the web site.
  397. 2003-01-30 Gonzalo Paniagua Javier <[email protected]>
  398. * MonoMethod.cs: implemented GetBaseDefinition ().
  399. 2003-01-28 Patrik Torstensson
  400. * MonoMethod.cs: Added support for serialization for MonoMethod and MonoCMethod
  401. * ReflectionSerializationHolder.cs: Support class for serialization
  402. 2003-01-17 Zoltan Varga <[email protected]>
  403. * ParameterInfo.cs: modified constructor so it allows the
  404. ParameterBuilder to be null and add a 'position' argument which will
  405. be used when pb is null.
  406. 2003-01-16 Lluis Sanchez Gual <[email protected]>
  407. * Assembly.cs: added serialization support.
  408. Sat Jan 4 18:26:41 CET 2003 Paolo Molaro <[email protected]>
  409. * MonoMethod.cs: propagate exceptions from the internal invoke
  410. code that need to be propagated.
  411. Sat Jan 4 18:04:07 CET 2003 Paolo Molaro <[email protected]>
  412. * Binder.cs: throw an exception if the number of arguments
  413. when invoking a method is incorrect.
  414. Thu Jan 2 19:04:58 CET 2003 Paolo Molaro <[email protected]>
  415. * Binder.cs: In SelectMethod() look for an exact match first.
  416. 2003-01-01 Rachel Hestilow <[email protected]>
  417. * MonoField.cs (SetValue): Fix logic typo. Check that obj is
  418. non-null only for the non-static case.
  419. 2002-12-30 Sebastien Pouliot <[email protected]>
  420. * AssemblyName.cs: Fixed null cultureinfo in FullName (as reported by
  421. Zoltan).
  422. 2002-12-23 Sebastien Pouliot <[email protected]>
  423. * AssemblyName.cs: GetPublicKey now return an empty array (not null)
  424. when an assembly isn't signed with a StrongName (to match MS
  425. implementation) and null when no assembly is referenced. Also removed
  426. commented code (no bug reported so it was probably not used).
  427. Thu Dec 19 16:43:19 CET 2002 Paolo Molaro <[email protected]>
  428. * MonoMethod.cs, ParameterInfo.cs: return a custom attribute
  429. provider for the return type of a method.
  430. 2002-12-08 Gonzalo Paniagua Javier <[email protected]>
  431. * AssemblyName.cs: little fix in FullName.
  432. 2002-12-07 Sebastien Pouliot <[email protected]>
  433. * AssemblyName.cs: Added missing methods/interfaces. Fixed some
  434. code to match the MS Framework.
  435. * StrongNameKeyPair.cs: Completed the "visible" implementation.
  436. There must be some internal methods to allow signing with the key.
  437. 2002-12-02 Gonzalo Paniagua Javier <[email protected]>
  438. * EventInfo.cs: implemented (Add|Remove)EventHandler.
  439. Mon Nov 18 17:52:56 CET 2002 Paolo Molaro <[email protected]>
  440. * Assembly.cs: implemented GetManifestResourceStream (Type type,
  441. * String name).
  442. 2002-11-03 Gonzalo Paniagua Javier <[email protected]>
  443. * Assembly.cs: changed name of GetType (string, bool, bool) to
  444. InternalGetType.
  445. 2002-10-29 Gonzalo Paniagua Javier <[email protected]>
  446. * TargetInvocationException.cs: modified default message.
  447. 2002-10-01 Gonzalo Paniagua Javier <[email protected]>
  448. * MonoProperty.cs:
  449. * PropertyInfo.cs: fixed bug #31535.
  450. 2002-09-27 Martin Baulig <[email protected]>
  451. * Assembly.cs (Assembly.GetReferencedAssemblies): Implemented.
  452. 2002-09-24 Martin Baulig <[email protected]>
  453. * Assembly.cs (MonoDebugger_GetType): New method to get a Type
  454. from its metadata token. This should only be used by the debugger.
  455. 2002-09-21 Martin Baulig <[email protected]>
  456. * Assembly.cs (MonoDebugger_GetLocalTypeFromSignature): New method to
  457. get the type of a local variable from its signature. This should only
  458. be used by the debugger.
  459. 2002-09-20 Martin Baulig <[email protected]>
  460. * Assembly.cs (MonoDebugger_GetMethod): New method to get a MethodBase
  461. from its metadata token. This should only be used by the debugger.
  462. Wed Sep 11 12:50:54 CEST 2002 Paolo Molaro <[email protected]>
  463. * Binder.cs: more default binder implementation.
  464. * FieldInfo.cs, MonoField.cs: fixed SetValue () implementation.
  465. * MonoMethod.cs: use the binder in the Invoke () implementation.
  466. Implemented custom attributes methods and ToString for constructors.
  467. Thu Sep 5 20:36:27 CEST 2002 Paolo Molaro <[email protected]>
  468. * Binder.cs: finished the Binder class and implemented the default
  469. binder.
  470. 2002-09-03 Martin Baulig <[email protected]>
  471. * Assembly.cs (Assembly.Location): Implemented.
  472. 2002-08-29 Gonzalo Paniagua Javier <[email protected]>
  473. * MonoField.cs:
  474. (GetValue): allow obj to be null (used for static fields).
  475. 2002-08-22 Gonzalo Paniagua Javier <[email protected]>
  476. * MonoField.cs: GetValue renamed to GetValueInternal. Added check for
  477. null.
  478. Wed Aug 21 13:03:25 CEST 2002 Paolo Molaro <[email protected]>
  479. * Assembly.cs: GetEntryAssembly patch by Tomi Pakarinen
  480. <[email protected]>.
  481. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  482. * Assembly.cs: FullName now returns a proper string instead of
  483. something like 'file://...'.
  484. * AssemblyName.cs: added missing ToString method.
  485. 2002-08-19 Gonzalo Paniagua Javier <[email protected]>
  486. * FieldInfo.cs: implemented SetValue.
  487. Wed Aug 14 17:37:30 CEST 2002 Paolo Molaro <[email protected]>
  488. * MonoEvent.cs, MonoMethod.cs: implemented ReflectedType.
  489. 2002-08-14 Dick Porter <[email protected]>
  490. * Assembly.cs: Stub out GetSatelliteAssembly
  491. 2002-08-12 Tim Coleman <[email protected]>
  492. * MonoProperty.cs:
  493. Allow multiple parameters for GetValue ()
  494. Thu Aug 8 13:05:44 CEST 2002 Paolo Molaro <[email protected]>
  495. * Assembly.cs: implemented GetFile() and GetFiles().
  496. Mon Aug 5 21:19:41 CEST 2002 Paolo Molaro <[email protected]>
  497. * Assembly.cs: implemented EntryPoint and a few
  498. resource related methods.
  499. Wed Jul 24 13:08:56 CEST 2002 Paolo Molaro <[email protected]>
  500. * MethodBase.cs: implemented GetCurrentMethod.
  501. * Assembly.cs: implemented GetExecutingAssembly and
  502. GetCallingassembly.
  503. Mon Jul 1 18:01:49 CEST 2002 Paolo Molaro <[email protected]>
  504. * MonoProperty.cs: handle properties with only a set method.
  505. 2002-05-24 Martin Baulig <[email protected]>
  506. * ParameterInfo.cs: Added internal constructor.
  507. Thu May 23 17:18:46 CEST 2002 Paolo Molaro <[email protected]>
  508. * Assembly.cs: implemented CreateInstance ().
  509. 2002-05-22 Martin Baulig <[email protected]>
  510. * MethodBase.cs (get_next_table_index): Added `object obj' argument.
  511. Tue May 21 12:07:40 CEST 2002 Paolo Molaro <[email protected]>
  512. * EventInfo.cs: more implementation.
  513. Mon May 20 17:37:39 CEST 2002 Paolo Molaro <[email protected]>
  514. * MonoEvent.cs: fill-in the implementation.
  515. Sat May 4 15:00:39 CEST 2002 Paolo Molaro <[email protected]>
  516. * Assembly.cs, AssemblyName.cs: updates and fixes.
  517. 2002-04-24 Patrik Torstensson <[email protected]>
  518. * MonoProperty.cs (GetValue) : basic implementation to support nunit
  519. * PropertyInfo.cs (GetValue) : call MonoProperty::GetValue instead of returning null
  520. Thu Apr 18 16:40:54 CEST 2002 Paolo Molaro <[email protected]>
  521. * MonoMethod.c: cache the method name.
  522. 2002-04-12 Duncan Mak <[email protected]>
  523. * AssemblyAlgorithmIdAttribute.cs: Fixed typo in AlgorithmId
  524. property.
  525. * AssemblyDelaySignAttribute.cs: Fixed type in DelaySign
  526. attribute.
  527. * AssemblyFileVersionAttribute.cs: Renamed FileVersion property to
  528. Version.
  529. * BindingFlags.cs: Added missing value "PutRefDispProperty".
  530. * FieldAttributes.cs: Removed value "HasSecurity".
  531. * ManifestResourceInfo.cs: Added missing properties FileName,
  532. ReferencedAssembly and ResourceLocation.
  533. * TargetInvocationException.cs: Added the missing constructors.
  534. Fri Apr 12 18:32:34 CEST 2002 Paolo Molaro <[email protected]>
  535. * MonoMethod.cs: make Name property an icall.
  536. 2002-04-08 Nick Drochak <[email protected]>
  537. * DefaultMemberAttribute.cs: Add AttributeUsage attribute for class,
  538. struct and interface.
  539. Fri Apr 5 15:40:24 CEST 2002 Paolo Molaro <[email protected]>
  540. * MonoEvent.cs: remove unused code.
  541. * MonoProperty: implement ToString().
  542. Wed Apr 3 17:59:26 CEST 2002 Paolo Molaro <[email protected]>
  543. * Assembly.cs: implement GetTypes() and GetExportedTypes().
  544. Mon Mar 25 18:54:58 CET 2002 Paolo Molaro <[email protected]>
  545. * MonoEvent.cs: added the needed fields.
  546. 2002-03-20 Martin Baulig <[email protected]>
  547. * ConstructorInfo.cs (Invoke): Implemented, call the abstract Invoke.
  548. * MonoMethod.cs (MonoCMethod.Invoke): Implemented, call InternalInvoke.
  549. 2002-03-14 Dietmar Maurer <[email protected]>
  550. * MonoMethod.cs (Invoke): call InternalInvoke
  551. * MethodBase.cs (Invoke): call virtual invoke function
  552. Thu Mar 7 17:14:20 CET 2002 Paolo Molaro <[email protected]>
  553. * EventInfo.cs: add compiler needed methods.
  554. * MonoMethod.cs: make ToString() return the return type name, too.
  555. 2002-03-07 Nick Drochak <[email protected]>
  556. * BindingFlags.cs: Add missing enum values. Thanks CorCompare.
  557. Tue Mar 5 20:33:14 CET 2002 Paolo Molaro <[email protected]>
  558. * TypeAttributes.cs, MethodImplAttributes.cs: updates to latest spec.
  559. 2002-02-26 Duncan Mak <[email protected]>
  560. * StrongNameKeyPair.cs: Committed for Kevin Winchester ([email protected]>.
  561. 2002-02-24 Nick Drochak <[email protected]>
  562. * AssemblyNameFlags.cs: Use proper member name. Thanks corcompare!
  563. Fri Feb 22 18:54:13 CET 2002 Paolo Molaro <[email protected]>
  564. * MonoField.cs: implement GetValue as an internalcall.
  565. Implemented ToString().
  566. Tue Feb 19 20:36:04 CET 2002 Paolo Molaro <[email protected]>
  567. * Assembly.cs, Module.cs, MonoField.cs, MonoMethod.cs,
  568. MonoProperty.cs, ParameterInfo.cs: Implemented custom attributes
  569. related methods.
  570. Thu Feb 14 18:55:23 CET 2002 Paolo Molaro <[email protected]>
  571. * TypeAttributes.cs: update to latest spec.
  572. Mon Feb 11 19:50:27 CET 2002 Paolo Molaro <[email protected]>
  573. * Assembly.cs: handle throwOnError in GetType() call.
  574. 2002-02-07 Duncan Mak <[email protected]>
  575. * AssemblyName.cs: Implemented ISerializable interface for the
  576. fields that we have.
  577. 2002-02-05 Duncan Mak <[email protected]>
  578. * Missing.cs:
  579. * TargetException.cs: Added in CVS.
  580. 2002-01-31 Duncan Mak <[email protected]>
  581. * ReflectionTypeLoadException.cs: Added missing bits.
  582. 2002-01-23 Duncan Mak <[email protected]>
  583. * AssemblyAlgorithmIdAttribute.cs:
  584. * AssemblyCompanyAttribute.cs:
  585. * AssemblyConfigurationAttribute.cs:
  586. * AssemblyCopyrightAttribute.cs:
  587. * AssemblyCultureAttribute.cs:
  588. * AssemblyDefaultAliasAttribute.cs:
  589. * AssemblyDelaySignAttribute.cs:
  590. * AssemblyDescriptionAttribute.cs:
  591. * AssemblyFileVersionAttribute.cs:
  592. * AssemblyFlagsAttribute.cs:
  593. * AssemblyInformationalVersionAttribute.cs:
  594. * AssemblyKeyFileAttribute.cs:
  595. * AssemblyKeyNameAttribute.cs:
  596. * AssemblyNameProxy.cs:
  597. * AssemblyProductAttribute.cs:
  598. * AssemblyTitleAttribute.cs:
  599. * AssemblyTradeMarkAttribute.cs:
  600. * AssemblyVersionAttribute.cs:
  601. * CustomAttributeFormatException.cs:
  602. * InvalidFilterCriteriaException.cs:
  603. * TargetParameterCountException.cs: Added.
  604. 2002-01-23 Miguel de Icaza <[email protected]>
  605. * Assembly.cs (Assembly.CodeBase): Implement.
  606. (Assembly.FullName): simplistic and broken implementation. Gets
  607. us where we were yesterday.
  608. Code style fix.
  609. Tue Jan 22 22:54:18 CET 2002 Paolo Molaro <[email protected]>
  610. * IReflect.cs: corrected GetMember() return type.
  611. * InterfaceMapping.cs, TypeDelegator.cs: implemented.
  612. Wed Jan 9 19:37:14 CET 2002 Paolo Molaro <[email protected]>
  613. * MonoMethod.cs: ToString () implementation.
  614. 2002-01-04 Ravi Pratap <[email protected]>
  615. * Assembly.cs : Decorate missing bits with the MonoTODO
  616. attribute.
  617. * ConstructorInfo.cs, MonoMethod.cs, MonoProperty.cs, ParameterInfo.cs,
  618. ReflectionTypeLoadException.cs : Ditto.
  619. * FieldInfo.cs : Ditto.
  620. Thu Jan 3 23:25:34 CET 2002 Paolo Molaro <[email protected]>
  621. * Assembly.cs: trow unimplemented exceptions.
  622. Tue Dec 18 18:46:22 CET 2001 Paolo Molaro <[email protected]>
  623. * MonoMethod.cs: implemented GetParameters().
  624. * MonoProperty.cs: PropertyInfo implementation.
  625. * ParameterInfo.cs: implemented.
  626. * PropertyInfo.cs: fixes.
  627. Thu Dec 13 20:18:05 CET 2001 Paolo Molaro <[email protected]>
  628. * FieldInfo.cs: implemented some Is* propeties.
  629. * MethodBase.cs: fixed attribute accessors.
  630. * MonoField.cs: runtime object to represent a field.
  631. * MonoMethod.cs: runtime object to represent a method.
  632. * AssemblyBuilder.cs: GetToken() methods to get tokens for
  633. strings, fields, methods...
  634. * ILGenerator.cs: handle tokens for methods.
  635. Mon Nov 19 13:56:55 CET 2001 Paolo Molaro <[email protected]>
  636. * MethodBase.cs: add internal get_next_table_index() for use in
  637. Reflection.Emit.
  638. Wed Nov 14 16:53:28 CET 2001 Paolo Molaro <[email protected]>
  639. * Assembly.cs: implement some of the Load() methods.
  640. * ConstructorInfo.cs: some missing stubs and fields.
  641. * FieldInfo.cs: IsInitOnly property.
  642. * ParameterInfo.cs: stubs for missing properties.
  643. * ParameterModifier.cs: implemented class.
  644. 2001-11-10 Sean MacIsaac <[email protected]>
  645. * Assembly.cs: Filled in some stub implementations
  646. * ConstructorInfo.cs: Added some stub functions for NUnit
  647. Fri Nov 2 18:29:36 CET 2001 Paolo Molaro <[email protected]>
  648. * AmbiguousMatchException.cs,
  649. * Assembly.cs, Module.cs: updates.
  650. * FieldInfo.cs: better compliance to the spec.
  651. * MethodBase.cs: move call_conv out of the way.
  652. * AssemblyBuilder.cs: don't use internalcalls, more stuff supported.
  653. * FieldBuilder.cs: implemented.
  654. * ILGenerator.cs: implemented some opcode handling.
  655. * Label.cs: add constructor.
  656. * LocalBuilder.cs: implemented.
  657. * MethodBuilder.cs: don't use internalcalls, more implemented stuff.
  658. * ModuleBuilder.cs: don't use internalcalls, more meat here, too.
  659. * ParameterBuilder.cs: implemented.
  660. * PropertyBuilder.cs: implemented.
  661. * TypeBuilder.cs: don't use internalcalls, more stuff working.
  662. Tue Sep 25 16:48:50 CEST 2001 Paolo Molaro <[email protected]>
  663. * ConstructorInfo.cs, MemberFilter.cs, Module.cs: added.
  664. Fri Sep 14 16:12:08 CEST 2001 Paolo Molaro <[email protected]>
  665. * MethodBase.cs, MethodInfo.cs: added.
  666. Thu Sep 13 18:05:16 CEST 2001 Paolo Molaro <[email protected]>
  667. * Assembly.cs: added stub code.
  668. 2001-07-18 Michael Lambert <[email protected]>
  669. * BindingFlags.cs: Add.