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
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2005-03-15 08:43:56 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-03-15 08:43:56 +0300
commit438b61fa36f8a0786c14823e0cb4182ac18f0f4c (patch)
tree0d7ad1538110b0a645d40669753985cecd67d3d4 /mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
parent22d4e69612aff991c96a34a49134498e9bce1039 (diff)
2004-03-15 Atsushi Enomoto <atsushi@ximian.com>
* DTMXPathDocumentWriter2.cs : Eliminated Depth as well as -builder. * DTMXPathNode2.cs, DTMXPathDocumentBuilder2.cs : Eliminated Depth at all. svn path=/trunk/mcs/; revision=41824
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.XPath/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.XPath/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
index 9d6b7837c7a..e781c3a3c33 100644
--- a/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.XPath/ChangeLog
@@ -1,5 +1,11 @@
2004-03-15 Atsushi Enomoto <atsushi@ximian.com>
+ * DTMXPathDocumentWriter2.cs : Eliminated Depth as well as -builder.
+ * DTMXPathNode2.cs, DTMXPathDocumentBuilder2.cs :
+ Eliminated Depth at all.
+
+2004-03-15 Atsushi Enomoto <atsushi@ximian.com>
+
* DTMXPathDocumentBuilder2.cs : Eliminating Depth. Store parent index
stack instead of depending on Depth.
Just use hasAttributes and hasLocalNs instead of indices.