Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Xml.XPath2 « Mono.Xml.Ext « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 900591c0ac523dd1bab3c6c9cbfe537f9da80bd1 (plain)
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
44
45
46
47
48
49
50
51
52
2005-03-18  Atsushi Enomoto <atsushi@ximian.com>

	* skeleton-2.0.cs,
	  XQueryParser.jay,
	  XQueryTokenizer.cs : removed.
	* ParserBase.jay,
	  TokenizerBase.cs : added, used to create both XQuery parser and
	  XPath2 parser.
	* XQueryASTCompiler.cs,
	  XQueryCommandImpl.cs : updated in reflection to XQuery parser change.
	* SequenceType.cs : added namespace axis.

2004-11-20  Atsushi Enomoto <atsushi@ximian.com>

	* XQueryParser.jay : don't output parser error by default.

2004-10-28  Atsushi Enomoto <atsushi@ximian.com>

	* .cvsignore : should be here ;-)

2004-10-22  Atsushi Enomoto <atsushi@ximian.com>

	XmlArgumentList.cs : added (still required).

2004-10-22  Atsushi Enomoto <atsushi@ximian.com>

	SequenceType.cs,
	XPath2Expression.cs,
	XPathSequence.cs,
	XQueryASTCompiler.cs,
	XQueryArithmeticOperator.cs,
	XQueryCliFunction.cs,
	XQueryCommandImpl.cs,
	XQueryComparisonOperator.cs,
	XQueryCompileContext.cs,
	XQueryCompileOptions.cs,
	XQueryContext.cs,
	XQueryConvert.cs,
	XQueryDefaultFunctionCall.cs, (not in use),
	XQueryExpression.cs,
	XQueryFunction.cs,
	XQueryFunctionCliImpl.cs,
	XQueryFunctionContextAttribute.cs,
	XQueryFunctionTable.cs,
	XQueryModuleProlog.cs,
	XQueryStaticContext.cs,
	XQueryTokenizer.cs,
	XmlQueryCompileException.cs,
	XmlQueryException.cs,
	XQueryParser.jay,
	skelton-2.0.cs: Initial Checkin (it is not compiled as yet).