ChangeLog 48 KB

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