ChangeLog 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. 2003-07-29 Piers Haken <[email protected]>
  2. * XPathNavigator.cs:
  3. * Expression.cs:
  4. add typesafe Evaluate* methods
  5. 2003-07-29 Piers Haken <[email protected]>
  6. * DefaultContext.cs: fix 'substring-after'
  7. 2003-07-29 Piers Haken <[email protected]>
  8. * Iterator.cs: fix PredicateIterator.CurrentPosition bug (it wasn't incrementing)
  9. 2003-07-29 Ben Maurer <[email protected]>
  10. * Iterator.cs: dont throw exceptions on tostring ()
  11. 2003-07-28 Piers Haken <[email protected]>
  12. * DefaultContext.cs: better handling of null argument lists
  13. * XPathNavigator.cs: implement ComparePosition
  14. 2003-07-28 Piers Haken <[email protected]>
  15. * Expression.cs: boolean operators: handle comparing .Any better
  16. 2003-07-28 Piers Haken <[email protected]>
  17. * DefaultContext.cs: count() should return a double
  18. * Expression.cs: better support for handling non-double numbers
  19. 2003-07-28 Piers Haken <[email protected]>
  20. * DefaultContext.cs: better function param matching
  21. 2003-07-27 Piers Haken <[email protected]>
  22. * Expression.cs:
  23. * DefaultContext.cs:
  24. catch FormatExceptions while parsing numbers
  25. 2003-07-27 Piers Haken <[email protected]>
  26. * Expression.cs:
  27. fix case sorting order
  28. allow EvaluateNumber to take XPathResultType.Any
  29. 2003-07-27 Piers Haken <[email protected]>
  30. * Expression.cs:
  31. * Tokenizer.cs:
  32. don't pass null to XmlQualifiedName constructor
  33. 2003-07-27 Piers Haken <[email protected]>
  34. * DefaultContext.cs: allow 'concat' to take arbitrary-typed arguments (spec?)
  35. 2003-07-27 Piers Haken <[email protected]>
  36. * Expression.cs: allow EvaluateNodeSet to take XPathResultType.Any
  37. 2003-07-26 Piers Haken <[email protected]>
  38. * Expression.cs: fix function evaluation with ambigous argument types
  39. * XPathNavigator.cs: fix silly null reference bug
  40. 2003-07-26 Piers Haken <[email protected]>
  41. * Iterator.cs:
  42. * DefaultContext.cs:
  43. ArrayListIterator->EnumeratorIterator
  44. * Expression.cs: add sorting support
  45. 2003-07-26 Piers Haken <[email protected]>
  46. * Tokenizer.cs:
  47. * Parser.jay:
  48. move QName parsing into tokenizer
  49. * Expression.cs:
  50. fix evaluating XPathResultType.Any
  51. fix ExprDiv.ToString()
  52. fix NodeTypeTest.ToString() (for namespace axis)
  53. 2003-07-25 Piers Haken <[email protected]>
  54. * Expression.cs: return clone of $var evaluation
  55. 2003-07-26 Piers Haken <[email protected]>
  56. * Iterator.cs: add setter for NamespaceManager
  57. * XPathNavigator.cs: propagate NamespaceManager from context on Evaluate
  58. * Expression.cs: fix func/var exception strings
  59. 2003-07-25 Piers Haken <[email protected]>
  60. * Expression.cs: implement ExprFilter.Evaluate
  61. 2003-07-25 Piers Haken <[email protected]>
  62. * Expression.cs: implement ExprVariable.Evaluate
  63. 2003-07-24 Ben Maurer <[email protected]>
  64. * DefaultContext.cs: implement lang ()
  65. 2003-07-24 Piers Haken <[email protected]>
  66. * Parser.jay:
  67. * Expression.cs:
  68. allow ExprUNION to take non-nodeset (eg, $var) arguments
  69. 2003-07-24 Piers Haken <[email protected]>
  70. * Tokenizer.cs: fix variable references
  71. * Parser.jay:
  72. * Expression.cs:
  73. * XPathNavigator.cs:
  74. use XmlQualifiedName
  75. 2003-06-30 Atsushi Enomoto <[email protected]>
  76. * XPathDocument.cs : removed Driver class and restored authors' name
  77. (though it is completely rewrote).
  78. 2003-06-30 Atsushi Enomoto <[email protected]>
  79. * XPathDocument.cs : Replaced existing stub class with real
  80. XPathDocument implementation.
  81. 2003-04-28 Piers Haken <[email protected]>
  82. * Parser.jay, Tokenizer.cs: more compliant lexical parsing of ambiguous tokens
  83. 2003-03-07 Piers Haken <[email protected]>
  84. * Tokenizer.cs: allow '.'s in NCNames
  85. 2003-03-07 Piers Haken <[email protected]>
  86. * Exression.cs:
  87. * DefaultContext.cs:
  88. fixed function argument resolution
  89. 2003-02-09 Piers Haken <[email protected]>
  90. * XPathNavigator.cs:
  91. * Iterator.cs:
  92. * Expression.cs: fix namespace handling
  93. 2003-01-04 Piers Haken <[email protected]>
  94. * Parser.*: Remove extraneous "using" that was stopping the build. Permanently thisi time ;-)
  95. 2003-02-02 Piers Haken <[email protected]>
  96. * Parser.jay: add token names
  97. * Tokenizer.cs: fix NCName tokenization
  98. 2003-01-02 Atsushi Enomoto <[email protected]>
  99. * Tokenizer.cs : Fixed ParseIdentifier to allow digits.
  100. (It should be a temporary fix.)
  101. 2002-09-22 Nick Drochak <[email protected]>
  102. * Parser.cs: Remove extraneous "using" that was stopping the build.
  103. 2002-09-21 Piers Haken <[email protected]>
  104. * XPathException: implementation
  105. * Expression.cs:
  106. * Iterator.cs:
  107. * Parser.jay:
  108. * Tokenizer.jay:
  109. * XPathNavigator.jay:
  110. use XPathException.
  111. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  112. * Parser.cs: commented out non-existent namespace (it compiles fine
  113. with mcs because of a bug that is already on bugzilla).
  114. 2002-09-12 Piers Haken <[email protected]>
  115. * Tokenizer.cs: fix parsing numbers that start with '.'
  116. * DefaultContext.cs: use MS-compatible formatting of doubles
  117. 2002-09-12 Piers Haken <[email protected]>
  118. * Iterator.cs: added NullIterator to handle unspecified contexts
  119. * XPathNavigator.cs: use NullIterator insted of SelfIterator when context is unspecified.
  120. * XPathNodeIterator.cs: change default _count to -1 to prevent recalculations for NullIterators
  121. 2002-09-12 Piers Haken <[email protected]>
  122. * Expression.cs, Parser.jay: allow ExprSLASH to take a generic expression as its left argument.
  123. * Iterator.cs: fix SlashIterator.Clone() when _iterRight is null.
  124. * DefaultContext.cs: fix id() return type.
  125. 2002-09-03 Gonzalo Paniagua Javier <[email protected]>
  126. * DefaultContext.cs: fixed bug #28840.
  127. * Expression.cs: added FIXME.
  128. 2002-08-17 Jason Diamond <[email protected]>
  129. * XPathNavigator.cs: Fixed matching on patterns that look like
  130. absolute XPath expressions.
  131. 2002-08-17 Jason Diamond <[email protected]>
  132. * XPathNavigator.cs: Added naive (but working) implementation of
  133. Matches.
  134. 2002-07-31 Piers Haken <[email protected]>
  135. * XPathDocument.cs: simple, XmlDocument-based implementation
  136. 2002-07-25 Piers Haken <[email protected]>
  137. * DefaultContext.cs: implement XPathFunctionName 'name()' function.
  138. 2002-07-17 Piers Haken <[email protected]>
  139. * DefaultContext.cs: implement 'string-length()', 'normalize-space()'
  140. * Parser.jay: remove redundant production
  141. * Expression.cs: add switches for debugging under VS.NET
  142. 2002-07-17 Piers Haken <[email protected]>
  143. * Expression.cs: implement nodeset/nodeset comparisons (non-optimal)
  144. 2002-07-15 Piers Haken <[email protected]>
  145. * Iterator.cs:
  146. - rename UnionIterator to MergedIterator,
  147. - create new UnionIterator to implment uniqueness for '|' operator
  148. - fix position bug in ArrayListIterator.Clone()
  149. * Expression.cs: use new UnionIterator constructor syntax
  150. 2002-07-12 Piers Haken <[email protected]>
  151. * Iterator.cs: PredicateIterator: handle numeric predicates
  152. * Parser.jay: add some debugging support: yyparseDebug
  153. * Tokenizer.cs: cleanup, include '-' chars in identifier tokens
  154. 2002-06-29 Piers Haken <[email protected]>
  155. * Expression.cs:
  156. - remove dead code
  157. - NodeTest uses XPathResultType instead of internal NodeTestTypes enum
  158. - remove NodeTestTypes enum
  159. - remove NodeTestTypeAny (functionality provided by base now)
  160. - fix ExprStep to handle wildcard QNames
  161. * Parser.jay:
  162. - moved to Mono.Xml.XPath namespace
  163. - use XPathResultType
  164. - handle wildcard QNames
  165. * Tokenizer.cs: moved to Mono.Xml.XPath namespace
  166. * XPathNavigator.cs: implement
  167. - IsDescendant
  168. - SelectAncestors
  169. - SelectDescendants
  170. - SelectChildren
  171. * XPathResultType.cs: fix enum values
  172. 2002-06-24 Jason Diamond <[email protected]>
  173. * XPathScanner.cs: Removed.
  174. 2002-06-24 Dick Porter <[email protected]>
  175. * XmlCaseOrder.cs: Fix namespace
  176. 2002-06-23 Piers Haken <[email protected]>
  177. * DefaultContext.cs: implemented XPathFUnctionId
  178. * Iterator.cs: new ArrayListIterator for id() support
  179. 2002-06-23 Piers Haken <[email protected]>
  180. * XPathNavigator.cs: implement:
  181. - Compile
  182. - Evaluate
  183. - Clone
  184. - Select
  185. - ToString
  186. - some forwarding methods
  187. * XPathNodeIterator: implement caching Count
  188. * Tokenizer.cs: new XPath tokenizer
  189. * Parser.jay: new XPath grammar
  190. * Parser.cs: new precompiled XPath grammar
  191. * Expression.cs: new XPath expression objects
  192. * Iterator.cs: new XPath result/context objects
  193. * DefaultContext.cs: new XPath function binding context
  194. 2002-05-08 Tim Coleman <[email protected]>
  195. * XPathDocument.cs:
  196. * XPathException.cs: New stub files added.
  197. 2002-04-12 Duncan Mak <[email protected]>
  198. * XmlCaseOrder.cs: Moved to here from System.Xml.
  199. 2002-03-26 Jason Diamond <[email protected]>
  200. * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated
  201. steps. Both absolution and relative abbreviated location paths.
  202. 2002-03-25 Jason Diamond <[email protected]>
  203. * XPathScanner.cs: Added new file. This class is supposed to be internal
  204. but that would make it impossible to test.
  205. 2002-03-08 Duncan Mak <[email protected]>
  206. * XPathNamespaceScope.cs:
  207. * XPathNodeType.cs:
  208. * XPathResultType.cs:
  209. * XmlDataType.cs:
  210. * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
  211. implementation. XPathResultType is interesting as EnumCheck does
  212. not show the Navigator element, but shows the String element twice.
  213. 2002-03-08 Jason Diamond <[email protected]>
  214. * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
  215. 2002-03-06 Jason Diamond <[email protected]>
  216. * ChangeLog: Added to this directory.
  217. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
  218. XPathResultType.cs: New files.
  219. * XPathNavigator.cs: Stubbed out all properties and methods.