fix collation/normalization resource builder up to complete build.
[mono.git] / mcs / class /
2013-02-27 Atsushi Enofix collation/normalization resource builder up to...
2013-02-27 Marek SafarFixes make dist
2013-02-27 Marek SafarUpdate for mobile profile
2013-02-27 Atsushi EnoFix monodroid build.
2013-02-27 Atsushi EnoFix possible NRE caused by null XmlResolver settings.
2013-02-27 Alan McGovernGetDisplayName should either be internal or public
2013-02-27 Alan McGovernReally make GetDisplayName public in MOBILE only
2013-02-26 Duncan MakMake GetDisplayName public in MOBILE only.
2013-02-26 Duncan MakRemove trailing whitespace.
2013-02-26 Marek SafarFix failing tests
2013-02-26 Marek SafarBuild all resource test types
2013-02-26 Marek SafarFix ambiguous type in test
2013-02-26 Marek SafarFix make dist
2013-02-26 Marek SafarMobile tests update
2013-02-26 Marek SafarMerge tests from mobile branch
2013-02-26 Marek SafarTest clean up
2013-02-26 Marek SafarFixes build
2013-02-26 Marek SafarFix mobile test
2013-02-26 Marek SafarFix more compiler warnings
2013-02-26 Marek SafarFix failing mobile tests
2013-02-25 Marek SafarFixes failing tests
2013-02-25 Marek SafarRemove another duplicate type
2013-02-25 Marek SafarFixes build
2013-02-25 Marek SafarFix few warnings
2013-02-25 Marek SafarRemove duplicated files from system.dll (saves about...
2013-02-25 Marek SafarRemove unused variable
2013-02-25 Mark ProbstMake Mono.Runtime public on mobile. Make GetDisplayNam...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-25 Marek SafarOptimize parameters handling to do much less allocation
2013-02-25 Marek SafarAdd static to static like type
2013-02-25 Marek SafarClean up params binder
2013-02-25 Marek SafarExpand params arguments only when not binding directly...
2013-02-24 Jérémie Laval[System] Add System.Net.WebSockets to the build
2013-02-24 Jérémie Laval[System] Add stub for System.Net.WebSockets
2013-02-23 Rodrigo KumperaErasure the type of some fields in AppDomain so the...
2013-02-23 Rodrigo KumperaThe runtime doesn't raise AccessViolationException.
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[gc] Mono.Runtime method for enabling/disabling synchro...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMobile tests update
2013-02-22 Marek SafarRemove old workaround
2013-02-22 Marek SafarAdd missing api
2013-02-22 Sebastien PouliotUse an internal call (to an existing function) so it...
2013-02-22 Sebastien PouliotDo a lighter check for public keys in the mobile profil...
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-21 Marek SafarUpdate 4.5 bcl solution files
2013-02-21 Marek SafarOptmize some empty array allocations
2013-02-21 Marek SafarFix BinaryReader.ReadChars() no longer recursively...
2013-02-21 Marek SafarMerge pull request #568 from devlead/patch-1
2013-02-21 Mattias KarlssonMisunderstood styling feedback
2013-02-21 Mattias KarlssonFixed code style brace same line & remove space before...
2013-02-20 Mattias KarlssonAdded missing properties available in .Net 4.5
2013-02-20 Jeremie Laval[monodoc] Fix test compilation
2013-02-20 Sebastien PouliotFix expected value (for System.Security.Cryptography...
2013-02-19 Jeffrey Stedfast[Mono.Debugger.Soft] Added ColumnNumber property to...
2013-02-19 Zoltan VargaFix sdb tests.
2013-02-19 Zoltan VargaFix sdb tests hanging, some of them still fail.
2013-02-18 Rodrigo KumperaStub the implementation of MarshalByRef to help the...
2013-02-18 Jeffrey Stedfast[Mono.Debugger.Soft] Mark StepFilter with [Flags]
2013-02-18 Marek SafarBuild debugger tests with disabled code optimizations
2013-02-18 Marek SafarMake ExpressionVisitor visible in mobile 3.5 profile
2013-02-18 Marek SafarFix failing test
2013-02-16 Marek SafarBreak direct TPL dependency from stream classes
2013-02-15 Jérémie Laval[monodoc] Re-add now obsolete ArrayList-based Node...
2013-02-15 Duncan MakFix file casing.
2013-02-15 Duncan MakFix casing for documentation.cs.
2013-02-15 Duncan Mak[ef] Fix casing for coordinatorfactory.cs.
2013-02-15 Miguel de IcazaRevert "[HttpWebRequest] Avoid using the threadpool...
2013-02-15 Miguel de IcazaRevert "[WebConnection] Use just one delegate to init...
2013-02-15 Marek SafarMobile tests update
2013-02-15 Marek SafarUpdate after EF bump
2013-02-15 Marek SafarFix casing of few files
2013-02-15 Marek SafarAdd .gitignore
2013-02-15 Marek SafarUpdate EntityFramework. Fixes #10296
2013-02-15 Marek SafarAdd System.ComponentModel.DataAnnotations/MinLengthAttr...
2013-02-14 Marek SafarMore mobile tests update
2013-02-14 Marek SafarOptimize custom attributes check to build less pseudo...
2013-02-13 Atsushi EnoFix bug #10271: our imported resource name was wrong.
2013-02-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-13 Alexander KöplingerSystem.Web: Fixed bugs in HttpRequest.GetBufferlessInpu...
2013-02-13 Atsushi EnoFix regression in XmlSchemaValidator (bug #10245):...
2013-02-13 Rodrigo KumperaThis was removed by accident when chopping MOONLIGHT...
2013-02-12 Marek SafarFix more mobile tests
2013-02-12 Marek SafarPossible fix for #10206
2013-02-12 Jeremie Laval[monodoc] Add missing HelpSource set in Legacy mode
2013-02-12 Marek SafarFix TaskCreationOptions.AttachedToParent to avoid NRE...
2013-02-12 Marek SafarRunSynchronously cannot be used with continuation
2013-02-12 Marek SafarMerge pull request #558 from mkorkalo/master
2013-02-12 Jeremie Laval[monodoc] Legacy Tree inheriting Node
2013-02-12 Jeremie Laval[monodoc] Re-add more legacy settings
2013-02-12 Marek SafarRemove broken profile files
2013-02-12 Marek SafarRemove unused file
2013-02-12 Miguel de IcazaServicePoint: Use DateTime.UtcNow internally, which...
2013-02-12 Miguel de IcazaRemove temporary file
2013-02-11 Rodrigo KumperaSince MOBILE implies NET_4_* now, take this into accoun...
2013-02-11 Rodrigo KumperaSince NET_2_1 implies NET_4_* now, take this into accou...
next