X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FMono.Xml.Ext%2FMono.Xml.XPath2%2FChangeLog;h=900591c0ac523dd1bab3c6c9cbfe537f9da80bd1;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=eb36cb0df72aa1eebd04f22665004d90eeff666e;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog old mode 100755 new mode 100644 index eb36cb0df72..900591c0ac5 --- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog +++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/ChangeLog @@ -1,3 +1,15 @@ +2005-03-18 Atsushi Enomoto + + * 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 * XQueryParser.jay : don't output parser error by default.