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