svn path=/branches/mono-1-1-9/mcs/; revision=50438
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Derivative / ChangeLog
index 5703754ae0148216a6a759e1646bf19e01c4e8fa..d35181a32fe53642e6ee6bb84d815eec0f45a1dd 100644 (file)
@@ -1,3 +1,63 @@
+2005-07-31  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : GetLabels() for RdpGroup should check attributes
+         when the left branch is not nullable (it works like an interleave).
+         Implemented spec 7.3 attribute check (though not enabled for now).
+
+2005-04-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Util.cs : tiny debug string fix.
+
+2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : In "textDeriv(group p1 p2) s", "nullable p1" is
+         incorrectly computed as "nullable p".
+
+2005-02-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpObjects.cs : provide error type name. removed commented code block.
+
+2005-02-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : MakeOneOrMore() did not always set up internal table.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Util.cs : trivial debug string fix.
+       * RdpPattern.cs : trivial formatting fix.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : The last attribute stuff broke usual validation wrt
+         global attributes.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : fixed setupTable(). Avoid boxing.
+
+2004-12-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : RdpAttribute now omits value check when the argument
+         value is null. It is useful to get labels.
+
+2004-12-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : added GetLabels().
+
+2004-06-25  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpContentType.cs, RdpNameClass.cs, RdpObjects.cs, RdpPatterns.cs,
+         Util.cs : added novell license term.
+
+2004-06-21  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPatterns.cs : Fixed ExpandRef() that caused incorrect nest error.
+
+2004-06-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPatterns.cs : Quick workaround for infinite loop happening in
+         some kind of recursive expansion.
+
 2004-03-12  Atsushi Enomoto <atsushi@ximian.com>
 
        * RdpPatterns.cs : Fixed TextDeriv() to allow whitespace text nodes