ChangeLog 29 KB

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