ChangeLog 45 KB

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