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
2015-02-24import System.Diagnostics.Trace etc. from referencesource.Atsushi Eno
2015-02-24[bcl] Fix Console support on ios, the TextWriter class from the reference sou...Zoltan Varga
2015-02-23[system] Bymp reference sources to get correct category namesMarek Safar
2015-02-23[mdoc] Update few failing testsLudovic Henry
2015-02-23[mdoc] Update few failing testsMarek Safar
2015-02-23[system.core] Switch to dynamic visitor from reference sources and remove unu...Marek Safar
2015-02-23[build] 3.10 bump for bootstrap was too muchMarek Safar
2015-02-23[build] Bump bootstrap mono requirement to 3.10 which does not have problems ...Marek Safar
2015-02-23Merge pull request #1580 from akoeplinger/msbuild-3B-escapeMarek Safar
2015-02-23Merge pull request #1585 from akoeplinger/msbuild-makerelativeMarek Safar
2015-02-23[Linq] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-02-22Ensure MakeRelative() works even when basePath doesn't end in slashAlexander Köplinger
2015-02-22[Microsoft.Build.Engine] Implement MakeRelative() predefined property functionAlexander Köplinger
2015-02-21Merge pull request #1573 from akoeplinger/msbuild-import-emptyMarek Safar
2015-02-20[WCF] XmlWriter.WriteAttributeString(string,string) does not accept xml:*.Atsushi Eno
2015-02-20[XLinq] create new instance of XmlSchemaInfo for each XObject from XmlReader.Atsushi Eno
2015-02-20[Sys.Security] don't expect XmlNode.ChildNodes returns the same instance.Atsushi Eno
2015-02-20[Configuration] skip whitespaces in the settings xml.Atsushi Eno
2015-02-20[Xaml] XamlXmlWriter should flush output when disposing.Atsushi Eno
2015-02-20[WCF] for certain kind of Messages, do now write BodyContents twice.Atsushi Eno
2015-02-20[Sys.Xml] when deserializing XmlNode, use XmlReader's NameTable.Atsushi Eno
2015-02-20[WCF] fix wrong using scope on XmlWriter in security token serializer test.Atsushi Eno
2015-02-20[WCF] do not use XmlReader.Name to check LocalName.Atsushi Eno
2015-02-20[WCF] Do not expect XmlElement.FirstChild is non-whitespace here.Atsushi Eno
2015-02-20[S.R.Serialization] fix referencesource glitch in XmlMtomDictionaryWriter.Atsushi Eno
2015-02-20[S.R.Serialization] add missing attributes in MS serialization namespace.Atsushi Eno
2015-02-20[Sys.Xml] don't use XmlSchemaElement.ElementType anymore. MS doesn't use it.Atsushi Eno
2015-02-20Our XmlDictionaryWriter implementation expects XmlReader at non-Initial state.Atsushi Eno
2015-02-20[Sys.Data] DataSet.ReadXmlSchema(): use LocalName instead of Name on XmlReader.Atsushi Eno
2015-02-20[corlib] Fixes build with old UnmanagedMemoryStreamMarek Safar
2015-02-20Add missing new I18N DefaultEncoder class.Atsushi Eno
2015-02-20Add old mono Encoder and use it in MonoEncoding to keep compatibility.Atsushi Eno
2015-02-20Merge pull request #1582 from zevane/patch-1Miguel de Icaza
2015-02-20[corlib] Remove ResourceCloseHandler usageMarek Safar
2015-02-20[corlib] Add more internal apisMarek Safar
2015-02-20[build] Handle multiple entries in RESOURCE_STRINGSMarek Safar
2015-02-20Use more resource text strings from reference sourcesMarek Safar
2015-02-20[System.Runtime.Serialization] Makefile cleanupMarek Safar
2015-02-20[System.Numerics] Cleanup MakefileMarek Safar
2015-02-20[System.ComponentModel.DataAnnotations] Makefile clean-upMarek Safar
2015-02-20Make the class thread-safezevane
2015-02-20[corlib] Switch to official mscorlib.txtMarek Safar
2015-02-19[tpl] Increase wait timing in test suite to adapt to the slower ramp up of th...Ludovic Henry
2015-02-19[system.web] Tests updateMarek Safar
2015-02-19[WindowsBase] Implement Vector formattable ToStringMarek Safar
2015-02-19[corlib] BufferedStream from reference sourcesMarek Safar
2015-02-19Add ReferenceSources/mscorlib.txt to EXTRA_DIST (fixes distcheck)Jo Shields
2015-02-19[corlib] Text streams from reference sourcesMarek Safar
2015-02-19[corlib] Use public TextWriter.Synchronized for Console synchronization and l...Marek Safar
2015-02-19[corlib] Stream, MemoryStream from reference sourcesMarek Safar