[sdb] Add an ExitCode property to VMDeathEvent. Fixes #16113.
[mono.git] / mcs / class / corlib /
2013-11-14 Rodrigo KumperaAdd some tests for #15124.
2013-11-13 Rolf Bjarne KvingeMerge pull request #801 from Ninds/master
2013-11-12 Rodrigo KumperaFix the build.
2013-11-12 Marek SafarExtract CurrencyDecimalDigits using currency and not...
2013-11-12 Rodrigo Kumpera[corlib] Improve the exception message in Delegate...
2013-11-12 Marek SafarMerge pull request #799 from kebby/master
2013-11-12 Marek SafarMerge pull request #805 from supershitauto/master
2013-11-12 supershitauto2013-11-12 Ryan Williams <ryan@ryanwilliams.id.au>
2013-11-11 Marek SafarMerge pull request #804 from xplicit/attrfix
2013-11-11 xplicitfixed stackoverflow exception in Attribute.GetHashCode()
2013-11-08 Atsushi EnoMerge pull request #800 from alistair/south_timezone_fix
2013-11-06 Tammo 'kb' HinrichsAdded tests for Task.WhenAll w/ empty list
2013-11-06 Tammo 'kb' HinrichsReturn empty result array when calling Task.WhenAllCore...
2013-11-03 Zoltan VargaFix corlib tests with hard coded line numbers.
2013-11-03 Zoltan VargaMark some corlib tests with the LLVMNotWorking category.
2013-11-03 Alistair BushAdd unit test for NZST
2013-11-02 Marek SafarMerge pull request #798 from akoeplinger/fix-test
2013-11-01 Rodrigo Kumpera[fullaot] Don't use the complicated generics-heavy...
2013-11-01 Alexander KöplingerFixed an issue in corlib Makefile that would make a...
2013-10-31 Marek SafarMerge pull request #794 from aakashapoorv/patch-1
2013-10-30 Zoltan VargaFix MONO_PATH for run-test-vts in corlib.
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-25 Alexander KöplingerFixed a test issue where net45 methods were used in...
2013-10-23 Alex Rønne PetersenMerge pull request #787 from directhex/master
2013-10-23 Sebastien PouliotMerge pull request #786 from xplicit/master
2013-10-23 xplicitfix DivideByZeroException in Random.Next()
2013-10-21 Sebastien PouliotMerge pull request #730 from LogosBible/locale-changes
2013-10-21 Miguel de IcazaMerge pull request #717 from mono/client_websockets_impl
2013-10-21 Alex Rønne PetersenMerge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne PetersenMerge pull request #260 from pcc/topmost
2013-10-21 Michael HutchinsonMerge pull request #565 from rneatherway/master
2013-10-21 Alex Rønne PetersenMerge pull request #587 from madewokherd/gdipdllmap
2013-10-19 Marek SafarMerge pull request #783 from alistair/timezoneinfo_fix_...
2013-10-18 Zoltan VargaDisable a corlib test assertion which is no longer...
2013-10-18 Rodrigo KumperaMerge pull request #768 from madewokherd/gcnotdll
2013-10-18 Atsushi EnoMerge pull request #762 from echampet/wsdl
2013-10-18 Atsushi EnoMerge pull request #766 from remobjects/resx-delete...
2013-10-18 Atsushi EnoMerge pull request #767 from ovatsus/Bug14922
2013-10-14 Marek SafarMerge pull request #779 from LogosBible/UTF8Encoding
2013-10-13 Martin PotterFixing bugs in UTF8Encoding's GetMaxByteCount and GetMa...
2013-10-12 Jeffrey StedfastMerge pull request #774 from DavidS/patch-1
2013-10-10 Marek SafarBetter debugger visualization for .net 1.1 style custom...
2013-10-09 Rodrigo KumperaFix net_2_0 test.
2013-10-09 Jonathan PryorMerge pull request #775 from directhex/fix-gendarme...
2013-10-09 Marek SafarEnum IConvertible can convert to same enum or System...
2013-10-09 Marek SafarCleanup redundant code
2013-10-09 Marek SafarSimplify work item registration for internal work items
2013-10-09 Marek SafarRemove redundant initialization
2013-10-09 Marek SafarAllow to queue multicast delegates in thread-pool
2013-10-09 Marek SafarRelease continuation ancestor before running. Fixes...
2013-10-08 Marek SafarMake Task.Delay more reliable. Fixes #14585
2013-10-06 Zoltan VargaMerge pull request #771 from madewokherd/rvamap
2013-10-04 Miguel de IcazaFix inacurrate reference
2013-10-02 Rodrigo KumperaMerge pull request #769 from schani/fix-exception-throw...
2013-10-02 Sebastien PouliotUse more detailled assert messages in some, randomly...
2013-10-01 Sebastien PouliotRelax name check when deserializing a WindowsIdentity...
2013-09-25 Zoltan VargaImplement net 4.5.1 generic wrapper methods in Marshal.
2013-09-24 Marek SafarReenable accidentally disabled test
2013-09-24 Marek SafarFixes compilation error on Mavericks
2013-09-22 Marek SafarPass cancellation token to CopyAsync read block
2013-09-20 Marek SafarFixed TaskFactory::ContinueWhenAny with func result...
2013-09-20 Marek SafarAggregateException::GetBaseException uses only 1-based...
2013-09-20 Marek SafarMerge pull request #760 from mayerwin/patch-2
2013-09-19 Sebastien PouliotChange Random implementation to JKISS which is faster...
2013-09-17 Atsushi EnoMerge pull request #756 from akoeplinger/fix-xmlreader
2013-09-17 Rodrigo KumperaMerge pull request #754 from blackfusion/master
2013-09-15 Zoltan VargaFix a problem introduced by c6989ab9f905ae27773140c8bf8...
2013-09-13 Atsushi EnoUTF8Encoding.GetMaxByteCount() was returning too big...
2013-09-13 Marek SafarUnify Array/List FindIndex/FindLastIndex handling and...
2013-09-05 Zoltan VargaAvoid printing an error message in UnixRegistryApi...
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Alexander KöplingerImplemented AssemblyName.ReferenceMatchesDefinition ()
2013-09-04 Rodrigo Kumpera[bcl] Replace more long fields with int to make them...
2013-09-04 Zoltan VargaDisable a corlib test which fails on some test runners.
2013-09-04 Zoltan VargaOptimize MonoCustomAttrs.GetCustomAttributes(): add...
2013-09-03 Marek SafarMerge pull request #749 from head-thrash/master
2013-09-03 head-thrashFixes build when running make -k check:
2013-09-02 Marek SafarMerge pull request #747 from spicypixel/hotfix/object...
2013-09-02 Martin BauligAdd missing .NET 4.5 APIs
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-08-28 Marek SafarFixes parameter name
2013-08-28 Marek SafarUse IReflectType interface instead of TypeDelegator...
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
2013-08-27 Rodrigo KumperaNaming cleanup.
2013-08-27 Miguel de IcazaConsole.iOS: Reset sb.Length in all cases, even for...
2013-08-27 Miguel de IcazaConsole.iOS: add fallback for the case where monotouch_...
2013-08-26 Marek HabersackMerge pull request #726 from pruiz/xamarin-bug-13708
2013-08-26 Marek SafarMerge pull request #740 from pruiz/dataannotations...
2013-08-26 Marek SafarAdd test for #12745
2013-08-24 Sebastien PouliotSRE.ParameterBuilder cannot be exposed in FULL_AOT_RUNTIME
2013-08-22 Rodrigo KumperaAdd tests for the new 4.0 behavior in ParameterInfo.
2013-08-22 Rodrigo Kumpera[corlib]Implement .net 4.0 ParameterInfo.
2013-08-22 Zoltan VargaDisable two delegate tests on mobile.
2013-08-21 Sebastien PouliotUse the invarient culture calendar if the requested...
2013-08-21 Rodrigo Kumpera[runtime] Don't allow execution of dynamic assemblies...
2013-08-21 Rodrigo Kumpera[corlib]Fix 2.0 test suite breakage.
2013-08-20 Rodrigo Kumpera[runtime] Handle custom attributes with nested array...
2013-08-20 Zoltan VargaMerge pull request #737 from Mixaill/master
2013-08-19 Marek SafarOptimize common path
next