Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / corlib /
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Rodrigo KumperaFix corlib self referencing bug.
2010-08-31 Jérémie LavalFix non 4.0 build of ReaderWriterLockSlim.
2010-08-31 Zoltan VargaAOT mscorlib along with gmcs.
2010-08-31 Jérémie LavalFactorize tatas pattern in TryRelaxedSet method in...
2010-08-31 Jérémie LavalRework ReaderWriterLockSlim to use simpler Interlocked...
2010-08-30 Carlos Alberto CortezActually make use of SerializationBinder.BindToName...
2010-08-30 Carlos Alberto CortezAdd tests for SerializationBinder.BindToName usage...
2010-08-27 Jérémie LavalMove the predicate call under launched.TrySet protectio...
2010-08-27 Jérémie LavalIncrease the number of repeated run in stress test.
2010-08-27 Jérémie LavalAllow at max one Remove operation to fail in tests.
2010-08-27 Jérémie LavalChange the way continuation delegates are stored and...
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Carlos Alberto CortezAdd a new test for SerializationInfo.SetType.
2010-08-26 Carlos Alberto CortezSet 4.0 members in SerializationInfo.SetType.
2010-08-25 Rodrigo KumperaAdd test for #633671
2010-08-25 Rodrigo KumperaFix value returned by PropertyInfo::DeclaringType
2010-08-24 Jérémie LavalCorrectly support calling lazily factory lambdas in...
2010-08-24 Jérémie LavalUse Interlocked.Read (long) call directly in CyclicDeque.
2010-08-23 Rodrigo KumperaType is sealed, forgot to make it so.
2010-08-23 Rodrigo KumperaImplement System.Runtime.InteropServices.TypeIdentifier...
2010-08-23 Carlos Alberto CortezSimplify the ObjectWriter .ctor and update call sites.
2010-08-23 Carlos Alberto CortezAdd 4.0 FormatterServices.IGetSurrogateForCyclicalRefer...
2010-08-23 Carlos Alberto CortezRemove NET_1_1 directive from FormatterServices.cs.
2010-08-19 Gonzalo Paniagua... Quote arguments in Environment.CommandLineArgs
2010-08-19 Jérémie LavalLittle 4.0 API signature tweaks
2010-08-19 Jérémie LavalRemove timed deep sleep in ManualResetEventSlim and...
2010-08-19 Jérémie LavalUpdate Task unit tests to reflect behavior change with...
2010-08-19 Geoff NortonFix GetDelegateForFunctionPointer for generic types
2010-08-18 Alex Fort[Fix] SetConsoleMode on the input handle, not the outpu...
2010-08-18 Jérémie LavalFix cancellation tracking and reporting in Task.
2010-08-18 Zoltan VargaFix the corlib tests build.
2010-08-17 Alex FortDiscard modifier key presses from ReadKey
2010-08-17 Jb EvainAdd test for dynamic methods with invalid unicode name
2010-08-17 Jérémie LavalFlatten file hierarchy in System.Threading.Tasks
2010-08-17 Jérémie LavalMove the count increment at a semantically more correct...
2010-08-17 Jérémie LavalAvoid waiting in an endless loop in ThreadWorker.
2010-08-17 Jb Evainupdate ignore files
2010-08-16 Carlos Alberto CortezAdd new file SerializationBinderTest.cs.
2010-08-16 Carlos Alberto CortezAdd SerializationBinderTest.cs to our test sources.
2010-08-16 Carlos Alberto CortezAdd 4.0 SerializationBinder.BindToName.
2010-08-16 Carlos Alberto CortezAdd SerializationInfoTest.cs to our list of test sources.
2010-08-16 Carlos Alberto CortezAdd new SerializationInfoTest.cs file.
2010-08-16 Carlos Alberto CortezAdd all the new 4.0 properties of SerializationInfo.
2010-08-16 Rodrigo KumperaMerge branch 'mono_class_field_lazy_loading'
2010-08-16 Rodrigo KumperaHandle lazy loading of type.
2010-08-16 Rodrigo KumperaLazy load FIeldInfo::FieldType from the managed side.
2010-08-13 Gonzalo Paniagua... Formatting
2010-08-13 Alex Fort[Fix] Keep looping in ReadKey until we get the actual...
2010-08-13 Jérémie LavalMove NET_4_0 define checks at the right position under...
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Jérémie LavalAdd BOOTSTRAP_NET_4_0 define check in LazyInitializer...
2010-08-13 Jérémie LavalPort CountdownEvent to use a ManualResetEventSlim for...
2010-08-13 Jérémie LavalForce usage of 2 threads in one of ManualResetEventSlim...
2010-08-13 Jérémie LavalLazy initialization of ManualResetEventSlim's underlyin...
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Zoltan VargaBump corlib version because of the CustomAttributeData...
2010-08-12 Marek SafarSpeed up Array.Resize
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Jérémie LavalAdd comments on some of SplitOrderedList's methods.
2010-08-12 Jérémie LavalWhen hard node deletion fails in SplitOrderedList,...
2010-08-12 Jérémie LavalCache new segment array creation in SplitOrderedList...
2010-08-12 Jérémie LavalTweak SplitOrderedList MaxLoad value (i.e. less pair...
2010-08-12 Jérémie LavalFix GetParent method in SplitOrderedList, it wasn't...
2010-08-12 Jérémie LavalAdd additional unit test for ConcurrentDictionary to...
2010-08-12 Jérémie LavalPort ConcurrentDictionary to use SplitOrderedList class.
2010-08-12 Jérémie LavalAdd auxiliary methods to SplitOrderedList to allow...
2010-08-12 Jérémie LavalAdd SplitOrderedList to the build system
2010-08-12 Jérémie LavalFixicate SplitOrderedList and tune default values
2010-08-12 Jérémie LavalCompilable implementation of SplitOrderList
2010-08-12 Jérémie LavalAdd new split ordered list type based on the eponymous...
2010-08-11 Rodrigo KumperaLazy load custom attribute data arguments.
2010-08-11 Gonzalo Paniagua... Adapt to new exception in threadpool behavior.
2010-08-11 Jb Evainrevert 21dd2b0200d091c43fce as it breaks the monotouch...
2010-08-10 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-08-10 Atsushi EnoEncoderFallback support in UTF8Encoding. Fixed bug...
2010-08-09 Jb EvainFix typo
2010-08-07 Zoltan VargaFix Math.Log (2, 1). Fixes #626944.
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Carlos Alberto CortezImplement SafeRegistryHandle.ReleaseHandle and update...
2010-08-06 Jb EvainDelegateTest.ClosedOverNullReferenceInstanceMethod...
2010-08-06 Jb EvainTest that we can call GetMethodBody on a method defined...
2010-08-05 Marek HabersackRevert "EncoderFallback support in UTF8Encoding. Fixed...
2010-08-04 Rodrigo KumperaAdd test for using generic arguments from other methods.
2010-08-04 Jérémie LavalRename ThreadLocal unit tests to reflect API name chang...
2010-08-04 Jérémie LavalInclude set accessor in ThreadLocal's Value property...
2010-08-04 Jb EvainAdd test ensuring that parameters of constructed array...
2010-08-04 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-04 Marek SafarAdd special compiler define RUN_ONDOTNET. Fixes #624942
2010-08-04 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-04 atsushienoEncoderFallback support in UTF8Encoding. Fixed bug...
2010-08-04 Zoltan VargaAvoid creating the namedSlots array in the static cctor...
2010-08-03 Jérémie LavalAdd missing BOOTSTRAP_NET_4_0 define check in ManualRes...
2010-08-03 Jérémie LavalAdd a coherence subtest to SemaphoreSlim unit tests...
2010-08-03 Jérémie LavalUse SemaphoreSlim underlying kernel-based event to...
2010-08-03 Jérémie LavalCorrectly uses CancellationToken's ThrowIfCancellationR...
2010-08-03 Jérémie LavalCorrectly set SemaphoreSlim underlying kernel-based...
2010-08-03 Jérémie LavalCorrectly use ManualResetEventSlim's kernel-based count...
2010-08-03 Jérémie LavalUse directly CancellationToken's ThrowIfCancellationReq...
2010-08-03 Jérémie LavalUse kernel-event in ThreadWorker and Scheduler to sync...
next