Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P in m4/ since the latter is obsoleted...
[mono.git] / mcs /
2013-08-30 Marek SafarMore thorough check for managed type parameters. Fixes...
2013-08-30 Marek SafarProbing of generic parameter for value type generic...
2013-08-29 Lluis SanchezFixed bug #14295 - Project.Load incorrectly resets...
2013-08-28 Marek SafarFixes parameter name
2013-08-28 Marek SafarUse IReflectType interface instead of TypeDelegator...
2013-08-28 Marek SafarMake setProperties private
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
2013-08-28 gvillanuevaRewrote Font.GetHashCode() to improve uniqueness.
2013-08-27 Rodrigo KumperaNaming cleanup.
2013-08-27 Miguel de IcazaConsole.iOS: Reset sb.Length in all cases, even for...
2013-08-27 Marek SafarInvalid syntax during attribute target parsing can...
2013-08-27 Miguel de IcazaConsole.iOS: add fallback for the case where monotouch_...
2013-08-26 Michael HutchinsonMerge pull request #742 from remobjects/import-project...
2013-08-26 Carlo KokImport ".user" as if it was part of the project, this...
2013-08-26 Marek HabersackMerge pull request #726 from pruiz/xamarin-bug-13708
2013-08-26 Marek SafarMerge pull request #741 from marcominetti/master
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 Marek SafarMerge pull request #740 from pruiz/dataannotations...
2013-08-26 Pablo Ruiz GarciaReverted string.Format(CultureInfo.CurrentCulture,...
2013-08-26 Marek SafarAdd test for #12745
2013-08-25 Pablo Ruiz GarciaSet correct author on test files.
2013-08-25 Pablo Ruiz GarciaSome enhancements and additions to DataAnnotations...
2013-08-24 Sebastien PouliotSRE.ParameterBuilder cannot be exposed in FULL_AOT_RUNTIME
2013-08-23 Marek SafarAnnonymous method storey inside async storey has to...
2013-08-22 Rodrigo KumperaAdd tests for the new 4.0 behavior in ParameterInfo.
2013-08-22 Rodrigo Kumpera[corlib]Implement .net 4.0 ParameterInfo.
2013-08-22 Zoltan VargaDisable two delegate tests on mobile.
2013-08-22 Marek SafarEnable fixed failing test
2013-08-21 Sebastien PouliotFix test case not to assume it can write in the current...
2013-08-21 Sebastien PouliotUse the invarient culture calendar if the requested...
2013-08-21 Atsushi EnoFix bug #14143 - xsl:import in included stylesheet...
2013-08-21 Rodrigo Kumpera[runtime] Don't allow execution of dynamic assemblies...
2013-08-21 Rodrigo Kumpera[corlib]Fix 2.0 test suite breakage.
2013-08-21 Atsushi Enorevert default serialization: ignore non-public members...
2013-08-20 Rodrigo Kumpera[runtime] Handle custom attributes with nested array...
2013-08-20 Zoltan VargaUse i686-pc-mingw32-gcc as the mkbundle compiler on...
2013-08-20 Zoltan VargaMerge pull request #737 from Mixaill/master
2013-08-19 Marek SafarMerge pull request #738 from strawd/bug14077
2013-08-19 David StrawFix for #14077. HashSet no longer grows in capacity...
2013-08-19 Marek SafarAdd argument modifiers to generated base proxy when...
2013-08-19 Marek SafarAdd dispose checks to ReaderWriterLockSlim and fix...
2013-08-19 Marek SafarOptimize common path
2013-08-19 Atsushi EnoRevert "Revert "Fix bug #7829 - do NOT reject Construct...
2013-08-18 Michael PavlyshkoRemove deprecated -mno-cygwin flag.
2013-08-18 Atsushi EnoRevert "Fix bug #7829 - do NOT reject ConstructorInfo...
2013-08-18 Atsushi EnoFix bug #7829 - do NOT reject ConstructorInfo in Dynami...
2013-08-17 Marek SafarGrow underlying buffer only when necessary. Fixes ...
2013-08-17 Marek SafarReport error for name collision between property and...
2013-08-17 Marek SafarMerge pull request #736 from wtfrank/charting
2013-08-17 Francis Fisheradd missing ZTestResult properties
2013-08-16 Marek SafarFixes GZipStream dispose order. Fixes #14032
2013-08-16 Rodrigo KumperaMerge pull request #725 from knocte/threadpool_init
2013-08-16 Marek SafarImplements lifted nullable comparison with null
2013-08-16 Marek SafarRewrites RuntimeReflectionExtensions to actually do...
2013-08-16 Marek SafarDisable test failing due to runtime bug
2013-08-16 Zoltan VargaMerge pull request #734 from joncham/domain-debug-leaks
2013-08-15 Marek SafarRemove some unused parameters
2013-08-15 Marek SafarType parameter inflated interfaces needs to be marked...
2013-08-15 Atsushi EnoFix regression from 2cc36e3, missing BaseURI caused...
2013-08-15 Marek SafarCorrect parsing of invalid 00000000-0000-0000-0000...
2013-08-15 Marek SafarSmall optimization of GuidParser
2013-08-15 Marek SafarWorkaround for legacy nunit
2013-08-15 Marek SafarInflate explicit delegate parameters using type inferen...
2013-08-14 Marek SafarAdd test for #13969
2013-08-14 Marek SafarFix recursive check for non dependent return types...
2013-08-14 Marek SafarMerge pull request #733 from amoiseev-softheme/bugfix...
2013-08-14 Marek SafarDon't crash when reporting invalid case label value...
2013-08-14 Alexey MoiseevApplying fixes to Https from Windows team to mono
2013-08-14 Marek SafarMerge pull request #732 from wtfrank/charting
2013-08-13 Francis Fisherplacement of MonoTODO
2013-08-13 Marek SafarMerge pull request #729 from wtfrank/charting-submit
2013-08-13 Jonathan Pryor[mscorlib] Support OID names in RSACryptoServiceProvide...
2013-08-13 Rolf Bjarne KvingeRevert "Fix a test to work on mobile after the async...
2013-08-12 Rolf Bjarne KvingeOnly build mscorlib in the monotouch_runtime profile.
2013-08-12 Jonathan Pryor[System.Core/Android] Android's libc.so doesn't export...
2013-08-12 Sebastien Pouliot[linker] Add AssemblyAction.Save to enable the linker...
2013-08-12 Sebastien Pouliot[linker] Small string optimizations to avoid culture...
2013-08-12 Francis Fisherfix properties per mono guidelines
2013-08-12 Zoltan VargaMerge pull request #708 from spicypixel/hotfix/mono...
2013-08-12 Jonathan LimaFixed MSVC build, ported to Visual Studio 2012.
2013-08-12 Jeffrey StedfastFixed build breakage from my previous commit
2013-08-12 Jeffrey StedfastFixed System.Text.Decoder.GetChars(byte*,int,char*...
2013-08-11 Zoltan VargaGet rid of the annoying 'PLATFORM is not defined.'...
2013-08-11 Francis Fisherfix up some properties per mono coding guidelines
2013-08-11 Francis FisherBoilerplate implementation of Charting
2013-08-09 Rolf Bjarne KvingeFix profile values for monotouch_runtime.
2013-08-09 Atsushi EnoFix bug #4344 - xsl:stylesheet always ignored xsl templ...
2013-08-09 Marek SafarAdd more implicit generic array interfaces. Fixes ...
2013-08-09 Marek SafarUpdate reference file
2013-08-09 Atsushi EnoFixed bug #4141 - XmlSchemaImporter needs to consider...
2013-08-09 Atsushi EnoFixed bug #4668 - C# compiler doesn't like decimal...
2013-08-09 Atsushi EnoFix bug #8637 - omit xml declaration for ToString().
2013-08-08 Jonathan Pryor[mdoc-validate] Allow <format/> to have ANY content.
2013-08-08 Atsushi Enogenerate mobile csproj files too.
2013-08-08 Atsushi EnoBuild Ix assemblies from rx sources.
2013-08-08 Atsushi EnoFix bug #13716 - use XmlSchemaSettings.XmlResolver...
2013-08-08 Marek SafarBasic optional parameters support in binder. Fixes...
2013-08-08 Marek SafarMerge pull request #728 from alesliehughes/master
2013-08-08 Alistair Leslie... Enable System.DirectoryServices.Protocols assembly
next