Don't ignore drives with type "aufs" or "overlay" (Xamarin-31021)
[mono.git] / mcs / class / Mono.Xml.Ext / Mono.Xml.XPath2 / ChangeLog
1 2005-03-18  Atsushi Enomoto <atsushi@ximian.com>
2
3         * skeleton-2.0.cs,
4           XQueryParser.jay,
5           XQueryTokenizer.cs : removed.
6         * ParserBase.jay,
7           TokenizerBase.cs : added, used to create both XQuery parser and
8           XPath2 parser.
9         * XQueryASTCompiler.cs,
10           XQueryCommandImpl.cs : updated in reflection to XQuery parser change.
11         * SequenceType.cs : added namespace axis.
12
13 2004-11-20  Atsushi Enomoto <atsushi@ximian.com>
14
15         * XQueryParser.jay : don't output parser error by default.
16
17 2004-10-28  Atsushi Enomoto <atsushi@ximian.com>
18
19         * .cvsignore : should be here ;-)
20
21 2004-10-22  Atsushi Enomoto <atsushi@ximian.com>
22
23         XmlArgumentList.cs : added (still required).
24
25 2004-10-22  Atsushi Enomoto <atsushi@ximian.com>
26
27         SequenceType.cs,
28         XPath2Expression.cs,
29         XPathSequence.cs,
30         XQueryASTCompiler.cs,
31         XQueryArithmeticOperator.cs,
32         XQueryCliFunction.cs,
33         XQueryCommandImpl.cs,
34         XQueryComparisonOperator.cs,
35         XQueryCompileContext.cs,
36         XQueryCompileOptions.cs,
37         XQueryContext.cs,
38         XQueryConvert.cs,
39         XQueryDefaultFunctionCall.cs, (not in use),
40         XQueryExpression.cs,
41         XQueryFunction.cs,
42         XQueryFunctionCliImpl.cs,
43         XQueryFunctionContextAttribute.cs,
44         XQueryFunctionTable.cs,
45         XQueryModuleProlog.cs,
46         XQueryStaticContext.cs,
47         XQueryTokenizer.cs,
48         XmlQueryCompileException.cs,
49         XmlQueryException.cs,
50         XQueryParser.jay,
51         skelton-2.0.cs: Initial Checkin (it is not compiled as yet).
52