Fix the build on sigaltstack platforms.
[mono.git] / mcs /
2015-01-13 Marek Safar[system.data] Replace System.Data.SqlTypes from referen...
2015-01-13 Marek Safar[system.data] Switch to DbEnumerator from reference...
2015-01-13 Miguel de Icaza[Mono.Posix] Add support for OSX F_NOCACHE
2015-01-12 Zoltan Varga[bcl] Fix a race in a System.Threading.Tasks test.
2015-01-12 Marek Safar[system] Fixes barrier file name
2015-01-12 Marek Safar[system] Replace Barrier implementation from reference...
2015-01-12 Marek Safar[system.net.http] ProductInfoHeader collection parsing...
2015-01-12 Radek Doulikdo not use liblog's absolute path in DllImport
2015-01-12 Marcos Henrich[System.Runtime.Caching] Removed unused files.
2015-01-12 Marek Safar[corlib] SafeHandle dispose can be called multiple...
2015-01-12 Marek Safar[corlib] Fixes SafeHandle invalidHandleValue handling
2015-01-12 Marcos HenrichMerge pull request #1455 from esdrubal/caching
2015-01-11 Marek SafarMerge pull request #1499 from madrang/SafeHandleTesting
2015-01-11 Marc-Andre FerlandMore strict testing of SafeHandle.
2015-01-10 Marek Safar[mcs] Auto-implemented properties must override all...
2015-01-10 Marek Safar[mcs] Contructors cannot be extern and have a construct...
2015-01-10 Marcos Henrich[System.Runtime.Caching] Updated MemoryCacheTest.
2015-01-10 Marcos Henrich[System.Runtime.Caching] Improved CacheUsage sorting.
2015-01-09 Marek Safar[mcs] Add string interpolation conversions
2015-01-09 Zoltan VargaMerge pull request #1497 from esdrubal/sq
2015-01-09 Marcos Henrich[System.Runtime.Caching] MemoryCacheTest.Trim now check...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Updated MemoryCacheTest.TestCa...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Updated tests default Physical...
2015-01-09 Marcos Henrich[System.Runtime.Caching] .sources now uses referecensou...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Implemented referencesource...
2015-01-09 Marcos Henrich[System.Runtime.Caching] Copied SRef.cs from .NET.
2015-01-09 Marcos Henrich[System.Runtime.Caching] Copied R.Designer.cs from...
2015-01-08 Alexander KöplingerMerge pull request #1433 from akoeplinger/system.numeri...
2015-01-08 Miguel de IcazaMerge pull request #1495 from akoeplinger/fix-cancelreq...
2015-01-08 Marek Safar[mcs] Add string interpolation grammar
2015-01-08 Zoltan Varga[runtime] Avoid Process.GetCurrentProcess ().HasExited...
2015-01-07 Marek Safar[mcs] An argument to nameof operator cannot be extensio...
2015-01-07 Marek Safar[mcs] update exception filters syntax to use yet anothe...
2015-01-07 Zoltan Varga[sdb] Enable the StackFrame.Domain property on stack...
2015-01-07 Marek Safar[mcs] Add reference to parent storey when this is hoist...
2015-01-06 Zoltan Varga[sdb] Bump protocol version to 2.39 so the single stepp...
2015-01-06 David Karlaš[Sdb] With better mimicking of .Net debugging experienc...
2015-01-06 Marek Safar[mcs] Additional fix for naming of nested types in...
2015-01-05 Marek SafarFixes build
2015-01-05 Marek Safar[system.net.http] Use HttpWebRequest without additional...
2015-01-05 Alexander Köplinger[System.Net.Http] Fix CancelRequestViaProxy() test...
2015-01-05 Marek Safar[system] Fixes HttpWebRequest::AllowReadStreamBuffering
2015-01-04 Alexander Köplinger[System.Numerics] Ported code from MS referencesource
2015-01-03 Miguel de Icaza[Windows.Forms] DataGridViewTextBoxCell: do not use...
2015-01-03 Zoltan Varga[runtime] Implement FieldInfo.GetRawConstantValue ...
2015-01-03 Zoltan Varga[sdb] Avoid stepping out of the current method if it...
2015-01-03 Zoltan VargaMerge pull request #1473 from esdrubal/sq
2015-01-03 Zoltan Varga[pdb2mdb] Implement support for scopes. Fixes #25357.
2015-01-02 Zoltan Varga[bcl] Fix crashes when FieldInfo.GetValue () is called...
2015-01-02 Marek Safar[mcs] More special case handling for explicit type...
2015-01-02 Marek Safar[corlib] Fix Type::GetEnumName/IsEnumDefined to return...
2015-01-02 Alexander KöplingerFix CookieContainerTest to use expiration date in the...
2015-01-02 Marek Safar[corlib] Allow bool/char to enum conversions
2014-12-31 Alexander KöplingerAdd missing quote to string added in 156ab8c5fc89c6fa9b...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-30 Marek SafarMerge pull request #1482 from akoeplinger/fix-codetaskf...
2014-12-28 Alexander Köplinger[Microsoft.Build.Tasks] Rework CodeTaskFactory to use...
2014-12-24 Miguel de Icaza[System.IO.Compression.FileSystem] Fix infinite loop...
2014-12-22 Alex Rønne PetersenMerge pull request #1472 from Aetf/zh-CHS-patch-fix...
2014-12-22 Aetffix coding style
2014-12-22 AetfAdd zh-CHS parent_lcid handling
2014-12-19 Marek SafarMerge pull request #1465 from akoeplinger/msbuild-getdi...
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
2014-12-19 Miguel de Icaza[Mono.DataConverter] Make it easier to use in PCL libraries
2014-12-19 Marek SafarMerge pull request #1469 from akoeplinger/msbuild-missi...
2014-12-19 Alexander KöplingerRespond to code review feedback
2014-12-19 Alexander KöplingerRespond to code review feedback
2014-12-18 Alexander Köplinger[xbuild] Add missing property 'StandardOutputImportance...
2014-12-18 Alexander Köplinger[xbuild] Implement GetDirectoryNameOfFileAbove ()
2014-12-17 Marcos HenrichMerge pull request #1462 from ExonyLimited/fix-25442
2014-12-17 Craig MinihanPerformance fix for TimeZoneInfo.GetApplicableRule...
2014-12-16 Marek Safar[build] Fix bootstrap profile dependencies lib location
2014-12-16 João MatosMerge pull request #1336 from esdrubal/datatablereadxml...
2014-12-16 João MatosMerge pull request #1349 from martinjt/MachineKeyProtect
2014-12-16 João MatosMerge pull request #1459 from akoeplinger/fix-website...
2014-12-16 João Matos[System.IO.Compression] Fixed DeflateStream native...
2014-12-16 Marek Safar[buid] Fix bootstrap issue on cygwin
2014-12-15 Marek HabersackFix command stream encoding for FTP requests.
2014-12-15 Jo ShieldsMerge pull request #1456 from directhex/fix_Microsoft...
2014-12-15 João Matos[System] Relaxed Ping test to work under Linux.
2014-12-15 Jo ShieldsUse net_4_5 libraries for xbuild tests, regardless...
2014-12-15 Jo ShieldsMove XBUILD_FRAMEWORK_FOLDERS_PATH definition somewhere...
2014-12-15 Alexis Christoforides[FileSystemWatcher] Properly handle multicast delegates.
2014-12-15 Jo ShieldsForce MSBuildExtensionsPath to point to in-tree xbuild...
2014-12-15 Jo ShieldsRevert "Use ";" not Empty as bad TargetFrameworkDirecto...
2014-12-15 Jo ShieldsUse ";" not Empty as bad TargetFrameworkDirectory value
2014-12-14 Miguel de Icaza[System.Runtime.Serialization] Further baby steps
2014-12-14 Miguel de Icaza[System.Runtime.Serialization] Dip toes into using...
2014-12-14 Miguel de Icaza[Console/TerminfoDriver] Look in the TERMINFO directory...
2014-12-14 Miguel de Icaza[System/SR] Brings some strings from .NET Core
2014-12-14 Miguel de Icaza[Console] Updated to terminfo renderer.
2014-12-13 Marek SafarMerge pull request #1451 from akoeplinger/fix-winforms...
2014-12-13 Marek SafarMerge pull request #1452 from esdrubal/xmlnamespace
2014-12-12 Marcos Henrich[System.Xml.Linq] xmlns prefixes are no longer generate...
2014-12-12 Marcos Henrich[System.Xml.Linq] Test XmlSerializer with custom namespace.
2014-12-12 João Matos[System] Fixed Ping returning invalid results on OSX.
2014-12-12 Jonathan Pryor[mscorlib/Android] CultureInfo.ClearCachedData() clears...
2014-12-12 Alexander Köplinger[MWF] Fix PropertyGridTest.PropertyGrid_ArrayParentTest...
2014-12-11 Zoltan Varga[bcl] Fix another test failure caused by the usage...
2014-12-11 Alexis ChristoforidesFix merge typo
next