ChangeLog 49 KB

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