6b63f92dd9f915e5e115129d928127ad9e6485fb
[mono.git] / mcs / class / System.XML / Mono.Xml.XPath / ChangeLog
1 2003-10-04  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2
3         * DTMXPathDocumentBuilder.cs : Bugfix for whitespace handling.
4
5 2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
6
7         * Added DTMXPathNode.cs.
8         * Fundamental changes in whole DTM stuff. Node information is now array
9           of "node struct" instead of individual arrays.
10
11 2003-09-21 Ben Maurer  <bmaurer@users.sourceforge.net>
12
13         * Pattern.cs: save the parser (will reduce memory allocation when
14         Jackson's jay patch is committed).
15
16 2003-09-20 Ben Maurer  <bmaurer@users.sourceforge.net>
17
18         * Pattern.cs: Typo, when i got //a i was giving off /
19         * LocationPathPattern.cs: Append to the tail, not head.
20
21 2003-09-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
22
23         * DTMXPathNavigator.cs,
24           DTMXPathDocument.cs,
25           DTMXPathDocumentBuilder.cs : Added IXmlLineInfo support. Removed
26           node's extraneous schemaType. Some code reformatting.
27
28 2003-09-13 Ben Maurer  <bmaurer@users.sourceforge.net>
29
30         * Pattern.cs: Support static context.
31
32 2003-08-25 Ben Maurer  <bmaurer@users.sourceforge.net>
33
34         * DTMXPathNavigator.cs: Allocate valueBuilder on first use.
35
36 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
37
38         * DTMXPathDocument.cs,
39           DTMXPathDocumentBuilder.cs,
40           DTMXPathNavigator.cs :
41           - Implemented ID support using XmlValidatingReader.
42           - Prefix should be String.Empty even if XmlReader.Prefix is null.
43
44 2003-07-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
45
46         * DTMXPathDocumentBuilder.cs :
47           Fixed Read() that sets nodes' parent incorrectly.
48
49 2003-07-17  Peter Williams  <peter@newton.cx>
50
51         * DTMXPathDocumentBuilder.cs: csc.exe is more stringent about namespaces
52         than mcs. We need to disambiguate System.Math from Mono.Math here.
53
54 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
55
56         * Initial checkin.
57         * Added ChangeLog, DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs
58           and DTMXPathNavigator.cs.
59