New test.
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Rnc / ChangeLog
1 2006-04-04  Atsushi Enomoto <atsushi@ximian.com>
2
3         * RncParser.jay : handle "nested" annotations as well. This fixes
4           atom.rnc parsing.
5
6 2006-04-04  Atsushi Enomoto <atsushi@ximian.com>
7
8         * XmlChar.cs : copied newer one from System.Xml.
9         * RncParser.jay,
10           RncTokenizer.cs :
11           - QuotedIdentifier is now returned as a single token (whitespaces
12             are not allowed between \ and keyword). \\ is simple an error.
13           - handle surrogate characters correctly.
14           - ForeignElementNotKeyword (in includes) is disabled until the
15             ambiguity is solved.
16           - Annotations are now handled without ambiguity.
17           - removed some lines that are already commented out.
18           Thanks to Alexandre for the report.
19
20 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
21
22         * RncWriter.cs : it needs another namespace resolver for datatypes.
23
24 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
25
26         * RncWriter.cs : actually no need to change signature; use
27           GetNamespacesInScope().
28
29 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
30
31         * RncWriter.cs : use XmlNamespaceManager for NSResolver even in NET_2_0.
32
33 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
34
35         * RncWriter.cs : another escapement is required.
36
37 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
38
39         * RncWriter.cs : oops, missing keyword escapement.
40
41 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
42
43         * RncWriter.cs : no xsi in grammar, please.
44
45 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
46
47         * RncWriter.cs : added WriteNamespaces() to handle namespace output
48           by itself.
49
50 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
51
52         * RncTokenizer.cs : check names strictly.
53         * RncParser.jay : quick workaround that "datatype" is rejected as
54           top level content. We should fix the problem that annotation
55           elements are not accepted instead of datatype later.
56
57 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
58
59         * XmlChar.cs : copied from system.xml.
60         * RncTokenizer.cs : check character validity.
61           Handle \-prefixed keyword name more strictly.
62           Simplify CName tokenization.
63           Move location after successful advance().
64         * RncParser.jay : now there is no NCNameButKeyword.
65
66 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
67
68         * RncTokenizer.cs : oops, so stupid hex computation.
69
70 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
71
72         * RncTokenizer.cs :
73           Handle hexadecimal escaping (\x{...}) and triple-quot/apos literals.
74           Quote literal didn't handle '...' as expected.
75
76 2005-03-23  Atsushi Enomoto <atsushi@ximian.com>
77
78         * RncParser.jay : fixed some cast error. Supply type name for "data".
79         * RncTokenizer.cs : don't reject '-' for NCName.
80           Don't regard documentation token as a valid token for parser.
81
82 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
83
84         * RncParser.jay : handle default namespace.
85         * RncWriter.cs : changed output format a bit.
86
87 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
88
89         * RncParser.jay : spec section 4 requires to map "xsd" to xsd-datatypes
90           by default.
91
92 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
93
94         * RncParser.jay : Mixed and List accepted patterns incorrectly.
95         * RncTokenizer.cs : Handle ~ correctly.
96
97 2005-01-26  Atsushi Enomoto <atsushi@ximian.com>
98
99         * RncWriter.cs : new file. Implements RelaxngPattern.WriteCompact().
100
101 2004-06-25  Atsushi Enomoto <atsushi@ximian.com>
102
103         * RncParser.jay : added MIT license.
104
105 2004-06-07  Atsushi Enomoto <atsushi@ximian.com>
106
107         * RncParser.jay : removed unused code. Fixed LookupNamespace() to 
108           pass atomized name always.
109
110 2004-05-31  Atsushi Enomoto <atsushi@ximian.com>
111
112         * RncParser.jay : now error output is disabled.
113         * RncTokenizer.cs : It should not be public class.
114
115 2004-05-30  Atsushi Enomoto <atsushi@ximian.com>
116
117         * RncParser.jay :
118           Now RncParser.Parse() returns RelaxngPattern, not RelaxngGrammar.
119           Fixed many "confusing RelaxngPattern and RelaxngPatternList"
120           problems, and ditto for other "List" stuff. 
121           To avoid complex situations, mostly removed unused annotation stuff.
122
123 2004-05-09  Atsushi Enomoto <atsushi@ximian.com>
124
125         * RncParser.jay :
126           Added static Parse () methods.
127           Converted all CRLF to LF, since jay automatically inserts LF lines.
128
129 2004-03-17  Atsushi Enomoto <atsushi@ximian.com>
130
131         * Initial checkin; added RncParser.jay, RncTokenizer.cs and ChangeLog.
132