Fix error message.
[mono.git] / mcs / class / corlib /
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-22 Rodrigo KumperaScan all ephemeron arrays during nursery collections.
2011-11-22 Paolo MolaroFixed StringBuilder.Clear() to properly clear the cache...
2011-11-21 Jonathan Pryor[MonoDroid] Only alias stdout/stderr on Android devices.
2011-11-21 Jonathan Pryor[corlib] On Android, alias stdout/stderr to logcat.
2011-11-20 Miguel de IcazaFix the Stderr StreamWriter
2011-11-11 Marek SafarFix few warnings
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Marek SafarAdd optimization for Timeout.Infinite
2011-11-08 Sebastien PouliotWorkaround AOT limitation for bug #1443. Patch by Rodri...
2011-11-08 Sebastien PouliotMonoTouch specific initialization for TimeZone (devices...
2011-11-07 Marek SafarFix subtle issues with CancellationTokenSource and...
2011-11-06 Zoltan VargaGet rid of IsCompilerContext, mcs no longer uses SRE.
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Dan ShechterMatched FileStream behaviour with MS.NET
2011-11-04 Zoltan VargaDefine MONO_PATH as an absolute dir for the 'run-test...
2011-11-04 Zoltan VargaAdd a 'captured_traces' field to Exception, holding...
2011-11-04 Zoltan VargaIgnore ExceptionDispatchInfoTest:Throw() until it is...
2011-11-04 Marek SafarFix sbyte/short parse of hexadecimal values. Fixes...
2011-11-04 Marek SafarDon't ignore Inherited flag in Attribute.IsDefined...
2011-11-04 Marek SafarFix LazyInitializer
2011-11-03 Marek SafarImporove ExceptionDispatchInfo unit test
2011-11-03 Marek SafarPartially implement ExceptionDispatchInfo
2011-11-03 Marek SafarAdd type forwarding for ExtensionAttribute
2011-11-02 Marek SafarAdd few 4.5 types to compile MEF2
2011-10-29 Marek SafarRemove never used Task::Execute parameter
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-28 Jeremie LavalAlso disable selectively this test at runtime
2011-10-28 Jeremie LavalRefactor unit test a bit
2011-10-27 Marek SafarMove TrySet method from TaskCompletionSource to Task...
2011-10-26 Marek SafarDon't allocate TaskActionInvoker for TaskCompletionSource
2011-10-26 Jeremie LavalRun unobserved task exception processing on the finaliz...
2011-10-25 Marek SafarRemove unwanted WaitHandle finalizer
2011-10-25 Jérémie LavalRemove TaskScheduler useless finalizer
2011-10-24 Marek SafarAdd System.Reflection.ReflectionContext
2011-10-24 Marek SafarAdd some missing methods
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-22 Jeremie LavalUse only one class hierarchy for task continuations
2011-10-21 Marek SafarImplement ContinueWhenAny/ContinueWhenAll with less...
2011-10-21 Marek SafarSetup await continuation without extra task
2011-10-21 Marek SafarDon't create wrapper anonymous method for Task.Factory...
2011-10-21 Marek SafarEnable volatile tests
2011-10-21 Marek SafarCreate Task continuation with less intermediate delegates
2011-10-20 Zoltan VargaAdd tests for Thread.VolatileRead/Write
2011-10-20 Jeremie LavalAdd a memory barrier after each status change
2011-10-20 Jeremie LavalMove Thread.MemoryBarrier call into Task for every...
2011-10-19 Marek SafarFix make dist
2011-10-19 Marek SafarFix 4.5 conditional
2011-10-19 Marek SafarImplement System.Threading.Volatile
2011-10-19 Marek SafarFix a race in underlying Task.Wait infrastructure
2011-10-18 Marek SafarFix few races in ManualResetEventSlim and make it compa...
2011-10-17 Marek SafarCompatibility fixes to CountdownEvent
2011-10-17 Marek SafarDon't run expensive WaitAll when there is nothing to...
2011-10-17 Zoltan VargaAdd locking to EventWaitHandle.Set/Reset to avoid crash...
2011-10-15 Jérémie LavalMake ManualResetEventSlim Dispose/(Set,Reset) combo...
2011-10-15 Jérémie LavalMove files around
2011-10-15 Jérémie LavalRemove need for a delegate instance in CountdownEvent...
2011-10-15 Jérémie LavalFirst take at an updated Task.WaitAll
2011-10-15 Jérémie LavalUpdate lastest two task unit tests
2011-10-15 Jérémie LavalFix ListPop
2011-10-15 Jérémie LavalInsert the unregister call in the finally handler too
2011-10-15 Jérémie LavalClean event registration when wait is unsuccessful
2011-10-15 Jérémie LavalAdd unit test for when multiple wait are registered...
2011-10-15 Jérémie LavalEnsure there is no mutually exclusive TaskContinuationO...
2011-10-15 Jérémie LavalMove CompletionContainer to use ConcurrentOrderedList...
2011-10-15 Jérémie LavalAdd a pop front operation to ConcurrentOrderedList
2011-10-15 Jérémie LavalRemove schedWait event since it's not needed anymore...
2011-10-14 Jérémie LavalUpdate Wait and WaitAny with event disposal and single...
2011-10-14 Jérémie LavalCall correctly Dipose in CoutdownEvent
2011-10-14 Jérémie LavalUpdate ManualResetEventSlim to handle disposal correctly
2011-10-14 Marek SafarAdd more Task tests
2011-10-14 Jérémie LavalDon't special casee adding a TaskCanceledException...
2011-10-14 Jérémie LavalMake IsCompleted property faster by doing only one...
2011-10-14 Jérémie LavalRefactor Wait* task initial parameter checkup
2011-10-14 Jérémie LavalDon't fallback to Wait in WaitAny so that undesirable...
2011-10-13 Jérémie LavalRemove SchedulerProxy
2011-10-13 Jérémie LavalFix compilation of Task unit tests for net_4_0
2011-10-13 Jérémie LavalCache watch usage
2011-10-13 Jérémie LavalFix stuff then went awry with the merge
2011-10-13 Jérémie LavalTune Marek's work on Task.WaitAny, Task.Wait and Task...
2011-10-13 Marek SafarFix a race in Task.WaitAny
2011-10-13 Marek SafarFixes Task.WaitAny with further fixes to Task.Wait
2011-10-13 Marek SafarCancellationTokenSource is no longer sealed
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Marek SafarAdd InfiniteTimeSpan
2011-10-12 Marek SafarReenable disabled test
2011-10-12 Marek SafarFix wrong conditional
2011-10-12 Marek SafarFix Task.WaitAll exception handling
2011-10-12 Marek SafarDon't start cancelled task when using task factory...
2011-10-11 Marek SafarThrow cancellation exception when inspecting cancelled...
2011-10-11 Marek SafarPartially fixes broken Task.Wait
2011-10-11 Marek SafarRun task continuations when it's canceled
2011-10-11 Zoltan VargaIgnore some corlib tests which fail on linux
2011-10-08 Zoltan VargaFix named parameter support in the Binder. Fixes #1321
2011-10-07 Marek SafarFix cancelation with task start (only for most trivial...
2011-10-07 Marek SafarContinuation task cannot be started. Fixes #996
2011-10-07 Marek SafarFix unit test
next