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
2015-01-16Another build fixMarek Safar
2015-01-16Fixes buildMarek Safar
2015-01-16[corlib] USe more types from System.Threading reference sourcesMarek Safar
2015-01-16[corlib] fixing TPL integrationMarek Safar
2015-01-16[TPL] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-01-15[corlib] System.Collections from reference sourcesMarek Safar
2015-01-15[corlib] Hashtable constructor with equality comparer needs to use it during ...Marek Safar
2015-01-14Merge pull request #1500 from criteo-forks/criteoZoltan Varga
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-13[corlib] Close underlying synchronized stream. Fixes #25498Marek Safar
2015-01-13[corlib] Add range checks to CharUnicodeInfo. Fixes #25895Marek Safar
2015-01-13Fix SpinLock.TryEnterGuillaume Turri
2015-01-13[bcl] Fix a race in a System.Threading.Tasks test.Zoltan Varga
2015-01-12do not use liblog's absolute path in DllImportRadek Doulik
2015-01-12[corlib] SafeHandle dispose can be called multiple times after closing. Fixes...Marek Safar
2015-01-12[corlib] Fixes SafeHandle invalidHandleValue handlingMarek Safar
2015-01-12More strict testing of SafeHandle.Marc-Andre Ferland
2015-01-03[runtime] Implement FieldInfo.GetRawConstantValue () for dynamic types. Fixes...Zoltan Varga
2015-01-03[bcl] Fix crashes when FieldInfo.GetValue () is called on a pointer field wit...Zoltan Varga
2015-01-02[corlib] Fix Type::GetEnumName/IsEnumDefined to return same value as Enum::Ge...Marek Safar
2015-01-02[corlib] Allow bool/char to enum conversionsMarek Safar
2014-12-31Add missing quote to string added in 156ab8c5fc89c6fa9bda6ba2d1e240ca80c39bbeAlexander Köplinger
2014-12-22fix coding styleAetf
2014-12-22Add zh-CHS parent_lcid handlingAetf
2014-12-19[Mono.DataConverter] Make it easier to use in PCL librariesMiguel de Icaza
2014-12-14[Console/TerminfoDriver] Look in the TERMINFO directory if setMiguel de Icaza
2014-12-14[Console] Updated to terminfo renderer.Miguel de Icaza
2014-12-12[mscorlib/Android] CultureInfo.ClearCachedData() clears DateTime.Jonathan Pryor
2014-12-09[corlib] Workaround boostrap issue with HostProtectionAttributeMarek Safar
2014-12-08[corlib] Update SafeHandle dispose pattern to match .net. Fixes #25132Marek Safar
2014-12-08[corlib] Remove duplicate FirstChanceExceptionEventArgsMarek Safar
2014-12-08[corlib] Fix needing write permission when reading registry values. Fixes #25106Mirco Bauer
2014-12-05[corlib] Add missing APIMarek Safar
2014-12-04[corlib] Add missing API to AppDomainSetupMarek Safar
2014-12-04Remove 4.0 profileMarek Safar
2014-12-03[bcl] Remove all uses of Thread.Volatile{Read,Write}.Alex Rønne Petersen
2014-12-03Change bootstrap profile to target 4.0 framework. Bump system mono requiremen...Marek Safar
2014-12-01[runtime] Add support for jagged array ctors which create an array of arrays....Zoltan Varga
2014-11-30Merge pull request #1412 from esdrubal/stackframeZoltan Varga
2014-11-27[corlib] Fix Parallel.ForEach overload that hardcoded -1 for the item indexAlexander Köplinger
2014-11-26Fixes buildMarek Safar
2014-11-26[corlib] Implement ExecutionContext flow for async infrastructure. Fixes #24757Marek Safar
2014-11-26[corlib] Improve a test failure to be more actionable.Rodrigo Kumpera
2014-11-25[corlib] Replace few threading types from reference sourcesMarek Safar
2014-11-25[corlib] Add check for collection modification during ForEach. Fixes #24775Marek Safar
2014-11-24Bring .NET implementation of concurrent collectionsMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar