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-06-26Update VS project filesMarek Safar
2012-06-26Remove static file index from location and fix few hidden xml parser bugsMarek Safar
2012-06-26Use Ordinal string comparison here.Miguel de Icaza
2012-06-26Merge branch 'master' of github.com:mono/monoMartin Baulig
2012-06-26Merge pull request #334 from robwilkens/bug5747Miguel de Icaza
2012-06-26Include quotation marks in cookie value.Martin Baulig
2012-06-26Oops, actually remove the 'Date' header.Martin Baulig
2012-06-26Fix DateTime.MinValue in HttpWebRequest.Date.Martin Baulig
2012-06-26Correctly parse cookies.Martin Baulig
2012-06-25Move add namespace into new methodMarek Safar
2012-06-25Fix few testsMarek Safar
2012-06-25Implement 4.5 assembly attributesMarek Safar
2012-06-25Disable more testsMarek Safar
2012-06-25Disable TestGroupByMarek Safar
2012-06-25Sqlite: Map BOOLEAN to System.Boolean. Fixes #5768.Rolf Bjarne Kvinge
2012-06-25Allow TypeBuilder.DefineMethodOverride () to be called multiple times. Fixes ...Zoltan Varga
2012-06-24Merge pull request #347 from JamesB7/masterMarek Safar
2012-06-24BindingFlags.Public needed here as Exception.HResult is now public in .NET 4....JamesB7
2012-06-24Only paint the ToolStripItem BackColor if it's not the default one. Fixes Xam...Thomas Goldstein
2012-06-24Implement control padding. Fixes Xamarin bug 2562.eb1@sil.org
2012-06-23Fixed typo causing all attributes in the namespace System.Compiler.RuntimeSer...Erik Källén
2012-06-23Bug 1202 Fix: Adds float.NaN checks to DrawLineRob Wilkens
2012-06-22Release parser caches immediately after parsingMarek Safar
2012-06-22Cache empty byte arraysMarek Safar
2012-06-22Don't double dispose web connectionMarek Safar
2012-06-22Disable failing testsMarek Safar
2012-06-22Remove unnecessary Changelog commits, fix copyright infopaszczi
2012-06-22Don't wait for client data when authenticating server ssl stream - fix bug 45...paszczi
2012-06-21Fixed string compare ( != '' / Length != 0)Vinicius Jarina
2012-06-21Merge pull request #339 from viniciusjarina/fix_uriMarek Safar
2012-06-21Minor Fixes: Uri Parser.Vinicius Jarina
2012-06-21Don't duplicate DefaultMemberAttribute for interfacesMarek Safar
2012-06-21Add Environment::CurrentManagedThreadIdMarek Safar
2012-06-21Fix typoMarek Safar
2012-06-21make debug-parser reliableMarek Safar
2012-06-21Write correct guid for hash algorithm to symbol filesMarek Safar
2012-06-21Add --disable-bcl-opt to configureMarek Safar
2012-06-21Fix bug in ComboBox Text setter, that made it so the Text value was not alway...Steven Boswell II
2012-06-21Adjust DataGridView.RowHeight in VirtualMode. Fixes Xamarin bug 2392.eb1@sil.org
2012-06-20Properly implement SerialPort.Read (char[], int, int)Linquize
2012-06-20Remove unnecessary braces to save vertical space.Rob Wilkens
2012-06-20Coding Style Changements to make patch more in-line with standardsRob Wilkens
2012-06-20[xbuild] fix regression; when it was remainingArgument, don't try to parse it.Atsushi Eno
2012-06-20Tweak control colors, and fix the fact enabled check boxes or radio buttons w...eb1@sil.org
2012-06-20Fix #4327: Properly handle exception from IComparer.Compare.Martin Baulig
2012-06-20Fix #2363 in Uri.CheckHostName().Yves Bastide
2012-06-20Bug 5747 Fix: KeventWatcher didn't return subdir names in filenamesRob Wilkens
2012-06-20Fix a ConditionalWeakTable test.Rodrigo Kumpera
2012-06-19Assign values to base class.Alistair Leslie-Hughes
2012-06-19Return base CreateParams for AxhostAlistair Leslie-Hughes