Fixed Path.GetFullPath to work correctly when the current path is '/'.
[mono.git] / mcs /
2014-08-08 João MatosFixed Path.GetFullPath to work correctly when the curre...
2014-08-08 João MatosMerge pull request #1196 from tritao/master
2014-08-08 João MatosImplemented System.IO.Compression.FileSystem.
2014-08-07 Marek Safar[System] Disable failing test
2014-08-07 Marek Safar[mcs] null propagating operator and expressions which...
2014-08-07 Marek Safar[mcs] null propagating operator and extension methods
2014-08-07 Marek Safar[mcs] null propagating operator with nested receiver
2014-08-07 Marek SafarMerge pull request #1199 from esdrubal/packurihelper
2014-08-07 Marcos HenrichAdded argument validations to ComparePackUri an Compare...
2014-08-07 Marcos HenrichChanged Check.PartUriIsValid to throw ArgumentException.
2014-08-07 Marcos HenrichRemoved [Category("NotWorking")] from PackUriHelperTests.
2014-08-07 Marek SafarMerge pull request #1198 from chriswebb/master
2014-08-07 Chris WebbFixed issue related to fully qualified namespaces being...
2014-08-07 Marek SafarMerge pull request #1197 from akoeplinger/remove-csproj
2014-08-06 Alexander Köplinger[Cleanup] Removed a bunch of superfluous .csproj and...
2014-08-06 Marek SafarMerge pull request #1195 from akoeplinger/fix-uri-with...
2014-08-06 Alexander Köplinger[System] Fix parsing of URI schemes with digits
2014-08-06 Marek SafarMerge pull request #1168 from esdrubal/iriparsing
2014-08-06 Marek SafarMerge pull request #1193 from esdrubal/decimal-round
2014-08-06 Marek SafarMerge pull request #1180 from akoeplinger/no-net40...
2014-08-06 Marek Safar[mcs] switch statement with constant block at first...
2014-08-05 Marcos HenrichDecimal.Round output no longer keeps trailing zeros.
2014-08-05 Marcos HenrichTest Decimal.ToString after rounding with trailing...
2014-08-04 Rodrigo KumperaMerge pull request #1066 from esdrubal/bug19313
2014-08-04 Rodrigo KumperaMerge pull request #1063 from esdrubal/bug18482
2014-08-04 Marek Safar[mcs] null propagating operator on index expressions
2014-08-03 Marek Safar[system.xml] Dispose XmlReader using correct value...
2014-08-03 Marek Safar[mcs] decimal constants modulo folding. Fixes #21743
2014-08-03 Marek Safar[mcs] null propagating operator cannot work on pointer...
2014-07-31 Marek HabersackTurns out some devices can have network interfaces...
2014-07-31 Marek Safar[mcs] Update codegen for boolean loads. Fixes #21685
2014-07-31 Marek Safar[mcs] null coallescing operator can end up working...
2014-07-31 Zoltan VargaMerge pull request #1184 from directhex/kfreebsd
2014-07-31 Zoltan VargaMerge pull request #1183 from directhex/xinerama
2014-07-31 Marek Safar[xbuild] Fix handling of reference aliases
2014-07-31 Marek Safar[mcs] Fixes bootsrap with older mcs
2014-07-31 Marek Safar[mcs] Member access null propagating operator
2014-07-31 Marek Safar[mcs] Finalizers cannot use expression_block syntax
2014-07-30 Marek HabersackImplement the Mono side of Android support for NetworkI...
2014-07-30 Alexander KöplingerDon't run net_4_0 tests during "make check"
2014-07-30 Zoltan Varga[xbuild] Disable some tests which fail on wrench.
2014-07-30 Ludovic Henry[PLinq] Avoid cache thrashing of locals array when...
2014-07-29 Zoltan VargaMerge pull request #1181 from directhex/master
2014-07-29 Marek HabersackDo not assume the GetCurrentTimeZone method exists...
2014-07-29 Marek SafarMerge pull request #1178 from dougrathbone/master
2014-07-29 Zoltan VargaFix 91b224d0042f59c4a00dd387f2a589c6ef35d12f.
2014-07-29 Zoltan Varga[bcl] Disable some tests which are expected to fail...
2014-07-29 Marcos HenrichUri.ToString now returns registered parser components...
2014-07-29 Marcos HenrichParseNoExceptions is now using registered parsers when...
2014-07-29 Marcos HenrichTryParseComponent returns when the scheme has a registe...
2014-07-29 Marcos HenrichRemoved parameter parser from UriParseComponents.ParseC...
2014-07-28 Marcos HenrichChanged some IriParsing behaviors to be platform behaviors.
2014-07-28 Marcos HenrichAdded UriTestAux that tests non default IriParsing...
2014-07-27 Doug RathboneFixing bug caused by Dispose failing because the `Initi...
2014-07-25 Marek SafarMerge pull request #1176 from RyanMelenaNoesis/patch-1
2014-07-25 RyanMelenaNoesisImplement missing constructor
2014-07-25 Marcos HenrichRefactored ifs into switches.
2014-07-25 Marcos HenrichRemoved unnecessary parameter modifier ref.
2014-07-25 Marcos HenrichAdded missing spaces.
2014-07-25 Marcos HenrichCall more appropriate string.TrimStart overload.
2014-07-25 Marcos HenrichParse methods are now chained in conjunction.
2014-07-25 Marcos HenrichRefactored UriHelper.Reduce to use string.Split.
2014-07-25 Marcos HenrichRemoved redundant code.
2014-07-25 Marcos HenrichSplited if to test % first.
2014-07-25 Marcos HenrichUriHelper.HexEscapeMultiByte is now using StringBuilder.
2014-07-25 Marcos HenrichClass UriHelper is now static.
2014-07-25 Marcos HenrichChanged string operations to use StringComparison.Ordinal.
2014-07-25 Marcos HenrichRemoved redundant IriParsing init and changed if to...
2014-07-25 Marcos HenrichRemoved redundant initializations.
2014-07-25 Marcos HenrichControl chars with invalid escape are no longer unescap...
2014-07-25 Marcos HenrichResults location is now set from defines NET_X_X.
2014-07-24 Martin Baulig[http]: Correctly handle partial chunk sizes; fixes...
2014-07-24 Marcos HenrichRemoved bad LocalPath testing.
2014-07-24 Marcos HenrichTest invalid utf8 encodings.
2014-07-24 Marcos HenrichAdded UriPermutationsTest.PercentageEncoding_AbsolutePath.
2014-07-24 Marcos HenrichAdded UriPermutationsTest.PercentageEncoding_Unescape.
2014-07-24 Marcos HenrichUpdated UriBuilderTest.IPv6_Host with IriParsing behavior.
2014-07-24 Marcos HenrichCustom schemes '\' are now replaced with '/' on windows...
2014-07-24 Marek HabersackUse Android-specific code to get the current system...
2014-07-24 Marek Safar[System.ComponentModel.Composition] Remove ReadOnlyDict...
2014-07-24 Marcos HenrichChanged Uri.Unescape to use UriHelper.FormatAbsolute.
2014-07-24 Marcos HenrichInvalid escapes are left untouched on .NET 4.0 and...
2014-07-24 Marcos HenrichAdded HexUnescapeMultiByte overload with invalidEscape...
2014-07-24 Marcos HenrichAdded missing FormatFlag.NoSlashReplace condition.
2014-07-24 Marcos HenrichAdded FormatFlag.NoReduce.
2014-07-24 Marek Safar[mcs] Implements expression bodied members
2014-07-23 Marek Safar[mcs] Better betterness for ambiguous lambda expressions
2014-07-23 Marcos HenrichUri.Merge ignores on 2.0 base filename when relative...
2014-07-23 Marcos HenrichOn .NET 4.0 and higher avoid unescaping of user escaped...
2014-07-23 Marcos HenrichFormat is now setting FormatFlags.HasUriCharactersToNor...
2014-07-23 Marcos HenrichFixed UriHelper.Format to unescape surrogate char only...
2014-07-23 Marcos HenrichAdded FormatFlag.UserEscaped to Uri.LocalPath.
2014-07-23 Marek Safar[corlib] Allow reading serialized delegate format from...
2014-07-23 Marek SafarUpdate test binary data
2014-07-23 Marek SafarAdd extra test for 027ff81512497d7d33e0b710509de1384f590308
2014-07-22 Marek Safar[corlib] Fix multicast delegates serialization to handl...
2014-07-22 Marek Safar[mcs] Pickup params modifier from base member for overl...
2014-07-22 Marcos HenrichImproved Uri.Merge.
2014-07-22 Marcos HenrichUriHelper.Reduce visibility is now internal.
2014-07-22 Marcos HenrichFixed missing "/" after reduce of paths ending with...
next