ChangeLog 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 2004-08-23 Atsushi Enomoto <[email protected]>
  2. * SequenceType.cs, XPath2Expression.cs, XQueryASTCompiler.cs,
  3. XQueryCliFunction.cs, XQueryCompileOptions.cs, XQueryContext.cs,
  4. XQueryConvert.cs, XQueryExpression.cs, XQueryFunction,cs,
  5. XQueryFunctionCliImpl.cs, XQueryFunctionTable.cs,
  6. XQueryModuleProlog.cs, XQueryParser.jay, XQueryStaticContext.cs,
  7. XQueryTokenizer.cs :
  8. Eliminate MS.Internal.Xml.* classes. More null check everywhere and
  9. make Compile() pass though as a dummy. Unified FunctionParam into
  10. XQueryFunctionArgument. More kind error message. Several fixes.
  11. 2004-08-20 Atsushi Enomoto <[email protected]>
  12. * XQueryExpression.cs : Content for XmlTextConstructor might be null,
  13. and use literal text for constructor argument if supplied.
  14. * XQueryParser.jay, XQueryTokenizer.cs : Element content literal
  15. string was not parsed and kept correctly. Parse CDATA section.
  16. 2004-08-20 Atsushi Enomoto <[email protected]>
  17. * XPath2Expression.cs, XQueryConvert.cs, XQueryExpression.cs,
  18. XQueryModuleProlog.cs, XQueryParser.jay, XQueryTokenizer.cs :
  19. several changes for XQueryCommand.Execute() implementation.
  20. 2004-08-20 Atsushi Enomoto <[email protected]>
  21. * XQueryContext.cs, XQueryStaticContext.cs, SequenceType.cs,
  22. XPathSequence.cs, XQueryFunction.cs, XQueryFunctionTable.cs,
  23. XQueryCliFunction.cs, XQueryCompileContext.cs, XQueryASTCompiler.cs,
  24. XQueryCommandImpl.cs, XQueryFunctionCliImpl :
  25. new files for XQuery implementation.
  26. 2004-07-28 Atsushi Enomoto <[email protected]>
  27. * XmlQueryCompileException.cs : removed extra GetObjectData().
  28. * XsltCommand.cs : fixed signatures of Compile() and Execute() methods.
  29. 2004-07-27 Atsushi Enomoto <[email protected]>
  30. * XQueryParser.jay,
  31. XPath2Expression.cs,
  32. XQueryModuleProlog.cs,
  33. XQueryTokenizer.cs :
  34. Removed SchemaContext. StepExpr and XPathAxis redesign.
  35. (Partially) updated Prolog to match with XQuery 7/23/2004 spec.
  36. XML comment/PI/CDATA recognition in tokenizer.
  37. 2004-07-26 Atsushi Enomoto <[email protected]>
  38. * skelton-2.0.cs,
  39. XQueryParser.jay,
  40. XQueryTokenizer.cs,
  41. XQueryModuleProlog.cs,
  42. XPath2Expression.cs,
  43. XQueryExpression.cs : added.
  44. 2004-07-23 Atsushi Enomoto <[email protected]>
  45. * XmlQueryCompileException.cs, XmlQueryException.cs :
  46. added internal constructor that supplies error location.
  47. Removed Message property.
  48. 2004-07-20 Atsushi Enomoto <[email protected]>
  49. * XsltCommand.cs, XmlArgumentList.cs : sealed. Added missing MonoTODO.
  50. * XQueryConvert.cs : added. (namespace is temporarily MS.Internal.Xml)
  51. 2004-05-22 Atsushi Enomoto <[email protected]>
  52. * IXmlCompilerInclude.cs,
  53. QueryEventArgs.cs,
  54. QuertEventHandler.cs,
  55. XmlArgumentList.cs,
  56. XsltCommand.cs : added.
  57. * XmlQueryArgumentList.cs,
  58. XsltProcessor.cs : removed (only in .NET 1.2).
  59. * XmlCommand.cs,
  60. XmlQueryCompileException.cs,
  61. XmlQueryException.cs : updated API to that of .NET 2.0.
  62. 2003-12-14 Tim Coleman <[email protected]>
  63. * ChangeLog XmlCommand.cs XmlQueryArgumentList.cs
  64. * XmlQueryCompileException.cs XmlQueryException.cs XsltProcessor.cs:
  65. Move classes from the System.Data.SqlXml assembly where they
  66. did not belong.