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
AgeCommit message (Expand)Author
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Since NET_2_1 implies NET_4_* now, take this into account and simplify our if...Rodrigo Kumpera
2013-02-12Kill MOONLIGHT from System.Xml.Rodrigo Kumpera
2013-02-08fix bug #6653: change xs component validation logic regarding recursion check.Atsushi Eno
2013-02-07Update csproj filesMarek Safar
2013-02-05Call jay from the same directory of the source file to avoid broken #line dir...Rodrigo Kumpera
2013-01-29[xsd] compare attribute string values for enums in normalized form. Fixes bug...Atsushi Eno
2013-01-09Fix bug 9193 - XmlSerialization not properly deserializing a ListLluis Sanchez
2013-01-09Add some unit tests for bug 9193Lluis Sanchez
2012-12-12Fixed Choice ordered read bug #2907Roman Zavalov
2012-12-12Revert "Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-...Rodrigo Kumpera
2012-12-08Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatti...Miguel de Icaza
2012-11-20Add tests for bug #8468Lluis Sanchez
2012-11-20Fix XML serialization bugLluis Sanchez
2012-11-06do not check order sequence if option /order was not usedNicolas Raoul
2012-11-02Fix for issue 2907. I took Roman Zavalov's patch at https://bugzilla.xamarin....Nicolas Raoul
2012-10-03[System.XML]: Do not set XmlTypeMapElementInfo.IsNullable if it's already TrueAndres G. Aragoneses
2012-08-08- XmlConvert.ToString to TimeSpan incorrectly returns T suffix even if Time w...Sergey Bogdanov
2012-06-28Remove NET_2_0Marek Safar
2012-06-27MonoTests.System.Xml: corrected expected/actual parameters position in Assert...Wojciech Kotlarski
2012-06-27corrected tests to not use UtcNowWojciech Kotlarski
2012-06-27System.XML: added null arguments validation for targetType and namespaceResol...Wojciech Kotlarski
2012-06-27System.XML: Partial implementation of XmlSchemaDatatype::ChangeTypeWojciech Kotlarski
2012-06-27System.XML: Remove more NET_2_0 directivesWojciech Kotlarski
2012-06-27System.XML: Remove deprecated NET_2_0 preprocessor conditionalsWojciech Kotlarski
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-14Clean up some NET_2_0Marek Safar
2012-06-08Fix some warningsMarek Safar
2012-06-08Update more 4.5 apiMarek Safar
2012-06-07Clean up assembly attributesMarek Safar
2012-06-06Fix XmlReaderSettings::CloneMarek Safar
2012-06-06Make XmlWriterSettingsTests .net compatibleMarek Safar
2012-06-06Don't return void resultMarek Safar
2012-06-06XmlResolver.GetEntityAsync().Martin Baulig
2012-06-05Improve date serialization compatibility with third party web servicesLluis Sanchez
2012-06-03Add .NET 4.5 async methods to XmlReader and XmlWriter.Martin Baulig
2012-06-03More .NET 4.5 work.Martin Baulig
2012-06-03Sync parameter names with .NET.Martin Baulig
2012-06-03[class libraries] drop NET_1_0 definitionsMiguel de Icaza
2012-06-02Add .NET 4.5 async methods to XmlReader.Martin Baulig
2012-06-02Removal of NET_1_1 defines and some NET_2_0; Both defines are true these da...Miguel de Icaza
2012-06-02Removal of NET_1_1 defines and some NET_2_0; Both defines are true these da...Miguel de Icaza
2012-05-31Fix more xml serializer testsMarek Safar
2012-05-31A fix for failing xml writer testsMarek Safar
2012-05-30Removed reference for Micrsoft.VisualBasic.dll when compiling C# and JScript ...crazyjncsu
2012-05-09Small adjustments needed for Profile[1-4] of the Portable Class Libraries.Sebastien Pouliot
2012-05-03Fix XmlTextWriter's use of NewLineHandling.Richard Kettlewell
2012-04-20Fix XmlAttributes to ignore all XmlAttributes if XmlIgnore is presentRolf Bjarne Kvinge
2012-04-20Ignore XmlIgnore attributes when importing members in XmlReflectionImporter. ...Rolf Bjarne Kvinge
2012-04-17Convert old unit testsMarek Safar