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
2011-04-18Add test for #664205Jb Evain
2011-04-18Fix Object.MemberwiseClone () on arrays. Fixes #688033.Zoltan Varga
2011-04-15[corlib] Ensure Thread.ManagedThreadId is unique per thread.Rolf Bjarne Kvinge
2011-04-14Fix bug #687444, null-character handling is now closer and as illogical as .NET.Atsushi Eno
2011-04-11Fixed couple of DateTime/DateTimeOffset tests to match .NET 4.0 behavior.Atsushi Eno
2011-04-10Add checks to ParameterBuilder.SetConstant () to avoid an assert in the runti...Zoltan Varga
2011-04-06more: Remove obsolete nunit syntax from tests except for Assertion usage.Atsushi Eno
2011-04-06Remove obsolete nunit syntax from tests except for Assertion usage.Atsushi Eno
2011-04-06Marked a couple of tests as NotDotNet as they blocked nunit completion on .NET.Atsushi Eno
2011-04-03Fix the handling of the '%f' descriptor in DataConverter.Unpack (). Fixes #68...Kenneth Skovhede
2011-03-31[DateTime]: Fix parsing when the date format can't be deduced from the ShortD...Rolf Bjarne Kvinge
2011-03-31[CultureInfo]: Ensure the tests pass on .NET 4.0, and fix our CultureInfo cla...Rolf Bjarne Kvinge
2011-03-25Console encoding fix for bug 678357Miguel de Icaza
2011-03-21Revert fcbb5717c18ff8393f2300a254bb13e6fab9c7e4 and implement it differently.Jérémie Laval
2011-03-17Fix for #475124. DowngradeFromWriterLock only resets to a reader lock stateAndreia Gaita
2011-03-09Avoid null refs when capacity set to 0Gonzalo Paniagua Javier
2011-03-08Fix invalid il body for few testsMarek Safar
2011-03-07Implement some DynamicILInfo methods.Zoltan Varga
2011-03-01Implemented fast version of ThreadLocal<T>.Paolo Molaro
2011-02-25added units tests for TextReader ReadLine() and ReadToEnd()Steve Bjorg
2011-02-22Properly check arguments in List<T> ICollection.CopyTo.Rodrigo Kumpera
2011-02-19Handle overrides on events when retrieving cattrs.Rodrigo Kumpera
2011-02-15Implement TaskFactory.FromAsyncJérémie Laval
2011-02-13Make Int32.Parse respect current culture.Rodrigo Kumpera
2011-02-10Add regression test for #668506Rodrigo Kumpera
2011-02-09Fix corlib testMarek Safar
2011-02-09Add new testMiguel de Icaza
2011-02-03[reflection] Default binder's AdjustArguments method treats ParamArray parame...Marek Habersack
2011-01-27version tolerant serialization fails with missing primitive membersKyle Ambroff
2011-01-27Implement RawSecurityDescriptor.Kenneth Bell
2011-01-27Implement SecurityIdentifier and improve NTAccount.Kenneth Bell
2011-01-21Restore test to its original stateJérémie Laval
2011-01-21Make NestedFuture test fasterJérémie Laval
2011-01-20Add test for bug 665788Jb Evain
2011-01-13Fix continuation not being scheduled because of too early and too greedy disp...Jérémie Laval
2011-01-11Allow RSACryptoServiceProvider.SignHash to work with SHA-2 familySebastien Pouliot
2011-01-07Properly search overwrites for custom attributes.Rodrigo Kumpera
2011-01-07Remove now unused internal classesJérémie Laval
2011-01-06Avoid random failure in CountdownEvent unit testJérémie Laval
2011-01-06Add unit test for nested Parallel.For executionJérémie Laval
2011-01-05Ensure task wait chain isn't executed out of order in schedulerJérémie Laval
2011-01-04Fix test suite as boehm doesn't support ephemeronsRodrigo Kumpera
2011-01-05Fix invalid test constraintMarek Safar
2011-01-04Use correct exception when a key is not found in ConcurrentDictionaryJérémie Laval
2011-01-04Use proper pattern for executing synchronous TaskJérémie Laval
2011-01-04Update ThreadLocal to use default(T) for initialization with parameterless ct...Jérémie Laval
2011-01-03[corlib] Fix for bug #659061. Adjust size of the last group when formatting n...Marek Habersack
2010-12-29Remove no longer used BOOTSTRAP conditionalsMarek Safar
2010-12-23Fixed corlib tests to run on en-gbMarek Safar
2010-12-16Add support for storing elements with the same hashcode in ConcurrentDictiona...Jérémie Laval