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
2014-02-13Merge pull request #835 from HorstKakuschke/masterMiguel de Icaza
2014-02-11[system.xml] Add more invalid argument checksMarek Safar
2014-02-11[system.xml] Support more primitive types in XmlReader::ReadContentAsMarek Safar
2013-12-11Fixes Xamarin Bug 16742: XmlConvert.ToDateTime(string, XmlDateTimeSerializat...Horst Kakuschke
2013-08-07Fix bug #12469 - add more conversion methods to XmlAtomicValue.Atsushi Eno
2013-08-06implement character validation methods in XmlConvert. Fix bug #11910.Atsushi Eno
2013-03-13Trivial API additions.Martin Baulig
2013-02-27Fix possible NRE caused by null XmlResolver settings.Atsushi Eno
2013-02-26Fixes buildMarek Safar
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
2012-08-08- XmlConvert.ToString to TimeSpan incorrectly returns T suffix even if Time w...Sergey Bogdanov
2012-06-14Clean up some NET_2_0Marek Safar
2012-06-08Fix some warningsMarek 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-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-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-05-31A fix for failing xml writer testsMarek Safar
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-16Remove 1.1 only members with wrong profile checkMarek Safar
2012-04-05Fix some API mismatchMarek Safar
2012-03-08bugfix #3231 - when XmlWriterSettings specifies Indent, some WriteWhitespace(...Atsushi Eno
2012-01-19Fix bug 998 - in XmlResolver.ResolveUri(), make some policy change on "how to...Atsushi Eno
2012-01-19Fix bug #2956: XmlReader.HasValue became virtual (from abstract) in .NET 4.Atsushi Eno
2011-12-27Removes 2 warnings CS0168QuickJack
2011-09-13Delay initialization of the stream until first readGonzalo Paniagua Javier
2011-05-19Allow DocumentType in ImportNode().Atsushi Eno
2011-04-28Extend supported XmlDateTimeSerialization formats. Fixed bug #690475.Atsushi Eno
2011-04-06auto-detect UTF16-LE too.Atsushi Eno
2011-03-31Fix many corcompare issues for moonlightRolf Bjarne Kvinge
2011-03-26Nowadays, XmlDeclaratoin.WriteTo() writes PI instead of raw.Atsushi Eno
2011-03-17Complete previous XmlNodeList revert to get it working again.Atsushi Eno
2011-03-16Revert XPathNodeIteratorNodeListIterator2-based iterator.Atsushi Eno
2011-03-14Fix the mobile buildGeoff Norton
2011-03-14Enable DTD attdecl processing in mobile profile.Atsushi Eno
2011-03-10Result-preserving node list while not performance-harmful until node removal.Atsushi Eno
2011-03-09Auto detect BOM-less utf-16 and utf-32. Fixed bug #674580.Atsushi Eno
2011-03-08Remove wrong buffer size check in XmlTextReader.ReadChrs().Atsushi Eno
2011-03-07XmlReader.ReadToNextSibling() saved wrong Depth and failed to proceed.Atsushi Eno
2011-02-07moonlight build fixMarek Safar
2011-02-03[xml] XmlReaderSettings.{DtdProcessing,MaxCharactersFromEntities,MaxCharacter...Marek Habersack
2011-01-31Do not return DocumentFragment from AppendChild() etc. Fixed bug #666249.Atsushi Eno