Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-18Fix DynamicInvoke when the delegate is closed over nullJb Evain
2011-04-15Remove warningsJb Evain
2011-04-14In Parse(), throw FormatException instead of ArgumentOutOfRangeException.Atsushi Eno
2011-04-12Optimized QuickSort routines a bitJeffrey Stedfast
2011-03-31Fix many corcompare issues for moonlightRolf Bjarne Kvinge
2011-03-31[DateTime]: Fix parsing when the date format can't be deduced from the ShortD...Rolf Bjarne Kvinge
2011-03-29Better error message for fixed size collectionsMarek Safar
2011-03-25Console encoding fix for bug 678357Miguel de Icaza
2011-03-23Add Environment.IsMacOS for handling OSX specific bits in corlibMiguel de Icaza
2011-03-22Implement OperatingSystem.ServicePack. Fixes #681552.Zoltan Varga
2011-03-21Register exceptions happening in child tasks when attached on their parent.Jérémie Laval
2011-03-16Re-enable the Decimal(double) constructor that uses our direct transformationMiguel de Icaza
2011-03-11Cache NewLine per AppDomain.Gonzalo Paniagua Javier
2011-03-10Add some missing API into MoonlightSebastien Pouliot
2011-02-25Fix buildMiguel de Icaza
2011-02-25[TerminfoDriver] be more tolerant to failures, and fallback gracefully, inste...Miguel de Icaza
2011-02-25Do not throw exceptions, instead return a sensible value, fixes 656468Miguel de Icaza
2011-02-19Fix the check for version and PublicKeyTokenGonzalo Paniagua Javier
2011-02-19Handle overrides on events when retrieving cattrs.Rodrigo Kumpera
2011-02-17Fixed exception string (spaces between words = good)Jeffrey Stedfast
2011-02-13Make Int32.Parse respect current culture.Rodrigo Kumpera
2011-02-10Fix restore typoMarek Safar
2011-02-09[threadpool] Added dynamic concurrent queue implementationGonzalo Paniagua Javier
2011-02-08Fix Enum.HasValue, previous version crashed with negative valuesMiguel de Icaza
2011-01-26Further .NET 4.0 ification of the mobile profileGeoff Norton
2011-01-25Add pfx to the mobile profileGeoff Norton
2011-01-07Properly search overwrites for custom attributes.Rodrigo Kumpera
2011-01-06Change some usages of ArrayList to List<T> to avoid calls to the slow ArrayLi...Zoltan Varga
2011-01-04[moon] String.Join needs 'params' on MOONLIGHT profile tooSebastien Pouliot
2011-01-03[mscorlib/getfolderpath] Special-case MacOS X.Miguel de Icaza
2011-01-03[mscorlib/getfolderpath] Remove MonoTODOMiguel de Icaza
2011-01-03[GetFolderPath] Handful of .NET 4 changesMiguel de Icaza
2011-01-03[mscorlib] inside mscorlib Platform's value will be correct for OSX, but user...Miguel de Icaza
2011-01-03[corlib] Fix for bug #659061. Adjust size of the last group when formatting n...Marek Habersack
2010-12-29Remove no longer used BOOTSTRAP conditionalsMarek Safar
2010-12-23Implement missing v4 attribute typesMarek Safar
2010-12-15Make sure AppdDomain.PermissionSet doesn't return nullJb Evain
2010-12-15Add missing members in AggregateExceptionJérémie Laval
2010-12-15Some .net 4.0 api compatibility fixesMarek Safar
2010-12-09Fix parameter nameMarek Safar
2010-11-23Handle another case of binding to first arg of static method.Rodrigo Kumpera
2010-11-22Fix retrieving of StructLayoutAttribute.PackMarek Safar
2010-11-11Add internal SetCompatibilitySwitch to AppDomainSebastien Pouliot
2010-11-10Add support for the CancelKeyPress event on WindowsAlex Fort
2010-11-09Fix handling of LastIndexOf and empty strings.Rodrigo Kumpera
2010-11-08API compatibility workMarek Safar
2010-11-04For some strange reason Console.Write(Line) allows null params formatter argu...Marek Safar
2010-11-03Revert change in FromBinaryGonzalo Paniagua Javier
2010-10-26Encode all gtd as open instantiations by default.Rodrigo Kumpera
2010-10-25[corlib] added a few missing Environment.SpecialFolder definitions to Interna...Marek Habersack