Add few more missing references
[mono.git] / mcs / class / corlib /
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-29 Marek SafarRemove no longer used bootstrap profiles
2010-12-23 Marek SafarFixed wrong AttributeUsageAttribute
2010-12-23 Marek SafarImplement missing v4 attribute types
2010-12-23 Marek SafarFixed corlib tests to run on en-gb
2010-12-22 Marek SafarFixed NumberFormatInfo.InvariantInfo currency symbol
2010-12-17 Jérémie LavalRemove a leftover debugging scwl
2010-12-17 Marek SafarAdd an error to obsolete attribute to get consistent...
2010-12-16 Jérémie LavalClean and finish TaskFactory
2010-12-16 Jérémie LavalAdd support for storing elements with the same hashcode...
2010-12-16 Marek SafarSwitch to single mcs compiler for all managed code...
2010-12-16 Marek SafarSome 4.0 API tweaks
2010-12-15 Jb EvainMake sure AppdDomain.PermissionSet doesn't return null
2010-12-15 Jérémie LavalAdd missing members in AggregateException
2010-12-15 Jérémie LavalAdd prototype for Parallel.For long overloads
2010-12-15 Jérémie LavalYet more parameter manual fixup
2010-12-15 Jérémie LavalMore parameter renaming
2010-12-15 Sebastien Pouliot[moon] Return true for IsolatedStorageFile.IsEnabled
2010-12-15 Sebastien PouliotTest case for security issue
2010-12-15 Jérémie LavalUpdate Task parameter names
2010-12-15 Marek SafarKeep only single Dispose implementation in ResourceReader
2010-12-15 Marek SafarSome .net 4.0 api compatibility fixes
2010-12-13 Jérémie LavalIncrement Count even on single-processor in SpinWait...
2010-12-13 Marek SafarRe-enable EmbedResourceFile overload used by al.exe
2010-12-10 Marek SafarRemoved compiler generated attributes
2010-12-09 Jérémie LavalFix semantic of CountdownEvent Reset methods. Fix ...
2010-12-09 Marek SafarFix parameter name
2010-12-09 Jérémie LavalFix behavior of Partitioner.Create when more than one...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Jérémie LavalFixicate some unit test
2010-12-03 Jérémie Laval[Task scheduler] Change waiting layout/wakeup point...
2010-12-03 Jérémie Laval[Task Scheduler] Revisit Task waiting in Scheduler...
2010-12-03 Jérémie Laval[Task Scheduler] Track re-entrant call to WorkerMethod...
2010-12-03 Jérémie Laval[Task] Slight tweak of WaitAny unit test
2010-12-03 Jérémie Laval[Task] Add an extra check in Task.WaitAny to make sure...
2010-12-03 Jérémie Laval[Task] Dumb bugfix when checking timeout in Task.WaitAny
2010-12-03 Marek SafarDon't throw an obsolete exception
2010-12-02 Jérémie Laval[SafeHandle] Fixing docs
2010-12-01 Jérémie Laval[SafeHandle] Add bits of documentation
2010-12-01 Jérémie Laval[SafeHandle] Make success parameter setting atomic...
2010-12-01 Jérémie Laval[SafeHandle] Protect Close against asynchronous exceptions
2010-11-30 Rodrigo KumperaCheck for null and valuetypes.
2010-11-27 Rodrigo KumperaFix corlib regression
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Rodrigo KumperaAdd regression test for #317488
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaFix typo
2010-11-26 Jérémie Laval[Task] In every TaskFactory method accepting a Task...
2010-11-26 Jérémie Laval[Task] Check if Task isn't finished before going into...
2010-11-26 Jérémie Laval[Task] Set continuation status to WaitingForActivation...
2010-11-26 Jérémie Laval[Task] Only launch continuation synchronously when...
2010-11-26 Jérémie LavalAdjust sleeping values
2010-11-26 Jérémie LavalRemove debugging spew wrongly introduced by earlier...
2010-11-26 Marek SafarSwitch symbol writer to public api
2010-11-25 Rodrigo KumperaAdd regression test for #655741
2010-11-25 Rodrigo KumperaAdd regression test for #655847
2010-11-25 Rodrigo KumperaAdd regression test for #655669
2010-11-24 Jérémie LavalAdd a fast path in EnumerablePartitioner for strip...
2010-11-23 Rodrigo KumperaHandle another case of binding to first arg of static...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jérémie LavalImprove fallback SpinWait to include the initial logic...
2010-11-22 Jérémie LavalDefine more correctly
2010-11-22 Jérémie LavalAdd a default implementation of SpinWait when SplitOrde...
2010-11-22 Marek SafarRemoved SetCharSet
2010-11-22 Marek SafarFix retrieving of StructLayoutAttribute.Pack
2010-11-22 Jérémie LavalRemove AreTasksFinished in Scheduler and directly use...
2010-11-22 Jérémie LavalIncrease the deepSleepTime of ThreadWorker
2010-11-22 Marek SafarComment out no longer used code
2010-11-22 Marek SafarAdd comment details to DefineUnmanagedResource
2010-11-21 Gonzalo Paniagua... [File.ReadLines] Dispose the StreamReader in the right...
2010-11-20 Gonzalo Paniagua... [Timer] Use a WaitHandle instead of Wait/Pulse
2010-11-20 Zoltan VargaAdd support for the processorArchitecture field in...
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Mark Probst[fix] Fix build.
2010-11-18 Jérémie LavalRevert the CER-like changes made to SpinLock.Enter...
2010-11-18 Jérémie LavalProtect TryEnter and Exit methods of SpinLock against...
2010-11-17 Jérémie Laval[Task scheduler] Refactoring and cleanup. Removed a...
2010-11-17 Jérémie Laval[Partitioner] Use custom made enumerator for GetPartiti...
2010-11-17 Jérémie Laval[CancellationToken] Speed up ThrowIfCancellationRequest...
2010-11-12 Jérémie LavalThrow an an exception when Break and Stop are used...
2010-11-12 Jérémie LavalSimplify Parallel.ForEach loop execution
2010-11-12 Jérémie LavalCleanup ForEach overloads in Parallel
2010-11-12 Jérémie LavalDirectory cleanup for System.Collections.Concurrent...
2010-11-11 Sebastien PouliotAdd internal SetCompatibilitySwitch to AppDomain
2010-11-11 Sebastien Pouliot[moon] Allow creating AES with the fully qualified...
2010-11-11 Jérémie LavalRefine precedent algorithm for Parallel.For index stealing.
2010-11-11 Jérémie LavalAdd a new lightweight stealing algorithm to Parallel.For
2010-11-11 Jérémie LavalIn Parallel.For, returns immediately if the initial...
2010-11-11 Jérémie LavalSmall logic fix in choosing step in Parallel.For
2010-11-11 Marek Habersack[corlib] Fix for bug #652807. Handle RegistryValueKind...
2010-11-10 Jérémie LavalSimplify Parallel.For execution.
2010-11-10 Jérémie LavalFinal performance improvement on ReaderWriterLockSlim
2010-11-10 Alex FortAdd support for the CancelKeyPress event on Windows
2010-11-09 Zoltan VargaFix the previous change.
2010-11-09 Zoltan VargaSpeed up Thread.ManagedThreadId.
2010-11-09 Rodrigo KumperaFix handling of LastIndexOf and empty strings.
2010-11-09 Jérémie LavalUse ulong to represent element hashes internally allowi...
2010-11-08 Marek SafarAPI compatibility work
2010-11-04 Sebastien PouliotMove assignation earlier to ensure value is available...
next