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
2002-08-272002-08-26 Ravi Pratap <ravi@ximian.com>Ravi Pratap M
2002-08-262002-08-25 Tim Coleman <tim@timcoleman.com>Tim Coleman
2002-08-08Added XmlDocument event firing code.Kral Ferch
2002-07-122002-07-12 Piers Haken <piersh@friksit.com>Piers Haken
2002-06-232002-06-23 Piers Haken <piersh@friskit.com>Piers Haken
2002-06-092002-06-08 Duncan Mak <duncan@ximian.com>Duncan Mak
2002-05-27In System.Xml:Jason Diamond
2002-04-09InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives.Kral Ferch
2002-04-03minor CLS conformance tweaks (visibility, virtual, abstract, sealed, etc...)Piers Haken
2002-04-01fixed member accessibility to match MS (corcompare).Piers Haken
2002-03-272002-03-26 Duncan Mak <duncan@ximian.com>Duncan Mak
2002-03-222002-03-22 Duncan Mak <duncan@ximian.com>Duncan Mak
2002-03-19fix for Mike Kestner.Kral Ferch
2002-03-17Work on XmlDocument and XmlTextWriterKral Ferch
2002-03-152002-03-15 Duncan Mak <duncan@ximian.com>Duncan Mak
2002-03-14start of XmlTextWriterKral Ferch
2002-03-13Finished XmlNodeListChildrenKral Ferch
2002-03-092002-03-08 Mike Kestner <mkestner@speakeasy.net>Mike Kestner
2002-03-08Updated XmlAttribute so that it can have child nodes and refactored some of t...Jason Diamond
2002-03-08XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodesKral Ferch
2002-03-07rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNodeKral Ferch
2002-03-01Initial implementation of XmlDocument.LoadXml courtesy of Kral Ferch <kral.fe...Jason Diamond
2002-02-26Added simple test for XmlDocument. Made many fixes to existing code to get th...Jason Diamond
2002-01-232002-01-23 Dick Porter <dick@ximian.com>Dick Porter
2002-01-04Check in latest build versionsDaniel Weber
2001-11-29* XmlAttribute.cs re-arrange source file to put attributes first. ImplementDaniel Weber
2001-11-22Implement NextSibling, PreviousSibling, RemoveAll, InsertBefore(), InsertAfte...Daniel Weber
2001-11-21Fix build bug on XPathNavigatorDaniel Weber
2001-11-21Correct System.Xml.XPath error, implement InsertAfterDaniel Weber
2001-11-19add new System.Xml classesDaniel Weber