1. 09 12月, 2015 1 次提交
  2. 21 9月, 2015 1 次提交
  3. 17 9月, 2015 1 次提交
  4. 14 9月, 2015 1 次提交
    • L
      [delegate] Fix Equals on Delegate to virtual method · 53a64922
      Ludovic Henry 提交于
      The comparison was failing because we were still using the method field (instead of the Method property), which would then return, in the case of a delegate to a virtual function, the method on the base class, instead of the method on the derived class. Updated the test cases to check that too.
      53a64922
  5. 09 9月, 2015 1 次提交
  6. 06 5月, 2015 1 次提交
  7. 17 3月, 2015 1 次提交
  8. 28 1月, 2015 1 次提交
  9. 22 7月, 2014 1 次提交
  10. 21 7月, 2014 1 次提交
  11. 04 7月, 2014 2 次提交
  12. 13 11月, 2013 2 次提交
  13. 23 4月, 2013 1 次提交
  14. 03 4月, 2013 1 次提交
  15. 25 2月, 2013 1 次提交
  16. 21 2月, 2013 1 次提交
  17. 07 11月, 2012 1 次提交
  18. 18 6月, 2012 1 次提交
  19. 07 1月, 2012 1 次提交
  20. 13 12月, 2011 1 次提交
  21. 10 6月, 2011 1 次提交
  22. 18 4月, 2011 1 次提交
  23. 24 11月, 2010 1 次提交
  24. 02 9月, 2010 1 次提交
  25. 03 8月, 2010 1 次提交
  26. 30 7月, 2010 1 次提交
  27. 26 3月, 2010 1 次提交
  28. 25 11月, 2009 1 次提交
  29. 17 10月, 2009 1 次提交
    • M
      2009-10-16 Miguel de Icaza <miguel@novell.com> · f4b37857
      Miguel de Icaza 提交于
      	* Jumbo patch to drop support for pre-NET_2_0 code:
      
      	Remove ONLY_1_1 code
      	Remove NET_1_0 only code
      	Remove NET_2_0 defines assuming the value is true.
      
      	Improve one MonoTODO;   Implement one MonoTODO/Niex.
      
      	Ran a textual diff on the resulting assembly to validate that the
      	restul is the same on NET_2_0
      
      
      svn path=/trunk/mcs/; revision=144298
      f4b37857
  30. 27 3月, 2009 1 次提交
  31. 25 3月, 2009 2 次提交
  32. 28 8月, 2008 1 次提交
  33. 27 8月, 2008 1 次提交
  34. 25 7月, 2008 1 次提交
    • Z
      2008-07-24 Zoltan Varga <vargaz@gmail.com> · 40554479
      Zoltan Varga 提交于
      	* Delegate.cs: Move the rarely used fields to a separate object, add
      	'method_code' field.
      
      	* Environment.cs: Bump corlib version.
      
      svn path=/trunk/mcs/; revision=108706
      40554479
  35. 04 7月, 2008 3 次提交
    • R
      In System: · abcdac86
      Rodrigo Kumpera 提交于
      2008-07-04  Rodrigo Kumpera  <rkumpera@novell.com>
      
      	* Delegate.cs (get_Method): Use the internal version
      	of GetMethodFromHandle to avoid the generic class check.
      
      In Test/System:
      2008-07-04 Rodrigo Kumpera  <rkumpera@novell.com>
      
      	* DelegateTest.cs (GetMethodFromGenericClass): Test for a
      	regression the fix for #377324 introduced.
      
      
      svn path=/trunk/mcs/; revision=107259
      abcdac86
    • A
      2008-07-04 Andreas Nahr <ClassDevelopment@A-SoftTech.com> · 16e645d5
      Andreas N 提交于
      	* Delegate.cs: Fix parameter names for 2.0 profile
      	* Int64.cs: Fix parameter names
      
      svn path=/trunk/mcs/; revision=107221
      16e645d5
    • A
      2008-07-04 Andreas Nahr <ClassDevelopment@A-SoftTech.com> · 4e61739e
      Andreas N 提交于
      	* Predicate.cs:
      	* Object.cs:
      	* Nullable.cs
      	* MultiCastDelegate.cs
      	* ModuleHandle.cs
      	* Math.cs
      	* MarshalByRefObject.cs
      	* Int64.cs
      	* Int32.cs
      	* Int16.cs
      	* Environment.cs
      	* Delegate.cs
      	* DateTimeOffset.cs
      	* ConsoleKeyInfo.cs
      	* Console.cs
      	* Array.cs
      	* AppDomain.cs: Fix parameter names
      
      svn path=/trunk/mcs/; revision=107197
      4e61739e