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
path: root/mcs
AgeCommit message (Expand)Author
2012-05-25Avoid having LockRecursionException in both mscorlib and System.Core for the ...Sebastien Pouliot
2012-05-25Merge pull request #302 from konrad-kruczynski/fast_double_to_from_int64Miguel de Icaza
2012-05-25Merge pull request #271 from pruiz/xamarin-bug-4108Miguel de Icaza
2012-05-25Double <-> Int64 conversion is much faster now.Konrad M. Kruczynski
2012-05-25Merge pull request #283 from robwilkens/masterMiguel de Icaza
2012-05-25Merge pull request #289 from alaendle/masterMiguel de Icaza
2012-05-25Merge pull request #298 from ermshiperete/4921Miguel de Icaza
2012-05-25Merge pull request #297 from ermshiperete/4959Miguel de Icaza
2012-05-25Merge pull request #296 from ermshiperete/5116Miguel de Icaza
2012-05-24[corlib] Fix ConcurrentStack.TryPopRange and add tests. Fix #5304Jeremie Laval
2012-05-23Remove System.Threading.LockRecursionException from mobile System.Core. Fixes...Marek Safar
2012-05-23Add an unhandled exceptions test to sdb.Zoltan Varga
2012-05-22Fix IsolatedStorageFile directory creation/deletion with rooted paths. Fix bu...Sebastien Pouliot
2012-05-22Fix test target for mono-shlib-copMarek Safar
2012-05-22Return the proxied type instead of TransparentProxy for object types in sdb.Zoltan Varga
2012-05-22Merge pull request #299 from ermshiperete/710512Marek Safar
2012-05-21Novell-710512: Fix GetUtcOffset when called with UTC timeEberhard Beilharz
2012-05-21Add unit test for Novell-710512Eberhard Beilharz
2012-05-21Fix failing test Parse_InvalidShortDate()Eberhard Beilharz
2012-05-21Fix failing testsEberhard Beilharz
2012-05-21Emit warning for uninitialized structs. Fixes #4852Marek Safar
2012-05-21Fix typoRolf Bjarne Kvinge
2012-05-21Xamarin-4921: Fix Listbox.SelectedItem after adding sorted itemEberhard Beilharz
2012-05-21Xamarin-4959: Fix copy of clipboard data after app exitsEberhard Beilharz
2012-05-21Unit test for bug Xamarin-4959Eberhard Beilharz
2012-05-21Xamarin-5116: Fix pasting of text with upper-ASCII charsEberhard Beilharz
2012-05-20Add support for remoting invokes to sdb. Fixes the runtime part of #4962.Zoltan Varga
2012-05-19Fix from Stephen McConnel for bug 5010Miguel de Icaza
2012-05-18Insert unattached attributes to AST also for enum members. Fixes #4666Marek Safar
2012-05-18Better error recovery from incomplete invocation expression. Fixes #4679Marek Safar
2012-05-18Sqlite: Map DATETIME to System.DateTime. Fixes #5078.Rolf Bjarne Kvinge
2012-05-18Resolve lock temporary variables before any embedded statement. Fixes #4994Marek Safar
2012-05-17Merge branch 'master' of github.com:mono/monoMarek Safar
2012-05-17Get full expanded interface list when checking for new slot interface impleme...Marek Safar
2012-05-17Add fix and test case from bnc #650402Sebastien Pouliot
2012-05-17Add gitignore for Mono.Data.SqliteRolf Bjarne Kvinge
2012-05-17Sqlite: Close the command before the connection when CommandBehavior.CloseCon...Rolf Bjarne Kvinge
2012-05-16Add missing dist filesMarek Safar
2012-05-16This instance is not available in base context for anynymous methodMarek Safar
2012-05-16Don't report unresolved using clause error in eval mode multiple timesMarek Safar
2012-05-16[corlib] Fix NullRef when using dispose a CancellationTokenRegistration when ...Jeremie Laval
2012-05-15Implement DateTime::ToString format specifier for genitive month names. Fixes...Marek Safar
2012-05-15Fix some existing datetime testsMarek Safar
2012-05-15Update culture infos and implement missing or not implemented membersMarek Safar
2012-05-14newer nunit does not require a [TestFixture] attribute and made those fixture...Sebastien Pouliot
2012-05-14Make use of GetPrefixOfNamespace() in XElement.ToString(). Fixed bug #3972.Atsushi Eno
2012-05-14Add Xml declaration even for such document that lacks XDeclaration.Atsushi Eno
2012-05-14XNodeNavigator could be used for a node tree without XDocument, so make it wo...Atsushi Eno
2012-05-14In XNodeNavigator, do not start text node skip from current node.Atsushi Eno
2012-05-13CSharpCodeCompiler ctor: Corrected Windows mcs path, now resides in 4.5 direc...Filip Lundgren