File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (43 lines) | stat: -rwxr-xr-x 1,498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2010-07-02  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathDocumentBuilder2.cs : update in sync with sys.xml.

2007-07-02  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathDocumentBuilder2.cs : do not bork at non-document element
	  in XmlReader. Fixed bug #81932.

2007-02-01  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathDocumentWriter2.cs : supply prefix when it was not passed.

2007-02-01  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathNavigator2.cs : apply r72076 to olive too.

2007-01-09  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathDocumentBuilder2.cs : fixed incorrect namespace node links
	  which happened to following siblings of a node with namespaces.

2006-12-07  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathDocumentWriter2.cs : implemented several members that threw
	  NotSupportedException. Unlike inside sys.xml they could be invoked.

2006-09-08  Atsushi Enomoto <atsushi@ximian.com>

	* DTMXPathDocumentWriter2.cs : fill String.Empty for null ns in
	  WriteStartElement() and WriteStartAttribute().

2006-08-28  Atsushi Enomoto  <atsushi@ximian.com>

	* DTMXPathDocumentWriter2.cs : use String.Empty instead of null for
	  localName for those nodes which do not have own names.

2006-08-07  Atsushi Enomoto  <atsushi@ximian.com>

	* DTMXPathDocumentBuilder2.cs, DTMXPathNode2.cs,
	  DTMXPathNavigator2.cs, DTMXPathDocumentWriter2.cs,
	  DTMXPathDocument2.cs : initial import from System.XML and made
	  required changes to implement SeekableXPathNavigator.