ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. 2004-07-13 Atsushi Enomoto <[email protected]>
  2. * XmlNodeChageType.cs, XmlChangeFilters.cs : fixed enum values.
  3. * XPathResultType.cs : marked [MonoFIX] on .Navigator.
  4. 2004-07-11 Atsushi Enomoto <[email protected]>
  5. * Expression.cs, Iterator.cs, XPathNavigator.cs :
  6. Use IXmlNamespaceResolver for net 2.0. Removed unused code.
  7. * XPathEditableNavigator.cs : fixed namespace.
  8. * XPathNavigator.cs :
  9. Fixed inheritance. Added missing MonoTODO.
  10. Removed old .net 1.2 code.
  11. 2004-06-18 Atsushi Enomoto <[email protected]>
  12. * DefaultContext.cs : Globalization.
  13. * Iterator.cs : In SlashIterator.MoveNext() position might keep 0
  14. in case of empty list. Thus extraneous iteration might happened.
  15. Removed unused (and clone unsafe) EnumeratorIterator.
  16. 2004-06-06 Atsushi Enomoto <[email protected]>
  17. * XPathDocument.s : The previous patch is still incomplete to close.
  18. 2004-06-05 Atsushi Enomoto <[email protected]>
  19. * XPathDocument.cs : close self-opened XmlTextReader in .ctor().
  20. 2004-06-03 Atsushi Enomoto <[email protected]>
  21. * Expression.cs : LookupNamespace() only allows already-atomized names.
  22. * XPathEditableNavigator.cs : removed incorrect set_OuterXml() and
  23. set_InnerXml().
  24. 2004-05-22 Atsushi Enomoto <[email protected]>
  25. * DefaultContext.cs : Add XPathNavigator input support for ToBoolean()
  26. and ToNavigator().
  27. * Expression.cs : In Equality comparison, evaluate XPathNavigator in
  28. the same as well as NodeSet. This fixes bug #59134.
  29. 2004-05-22 Atsushi Enomoto <[email protected]>
  30. * XPathAtomicValue.cs : missed NET_2_0.
  31. 2004-05-22 Atsushi Enomoto <[email protected]>
  32. * IXPathChangeNavigable.cs,
  33. IXPathEditable.cs,
  34. NodeChangedEventArgs.cs,
  35. NodeChangedEventHandler.cs,
  36. XPathAtomicValue.cs,
  37. XPathChangeNavigator.cs,
  38. XPathDocumentNodeChangedAction.cs,
  39. XPathEditableNavigator.cs,
  40. XPathItem.cs,
  41. XmlChangeFilters.cs,
  42. XmlNodeChangeType.cs : added NET_2_0 classes.
  43. * XPathDocument.cs,
  44. XPathNavigator.cs : updated NET_2_0 members.
  45. 2004-05-20 Atsushi Enomoto <[email protected]>
  46. * Expression.cs : We should not catch all kind of exception. Just
  47. throwing any kind of exception would be preferable.
  48. Added support for XPathNavigator values.
  49. 2004-05-13 Atsushi Enomoto <[email protected]>
  50. * DefaultContext.cs : Removed MonoTODO. done.
  51. * Expression.cs : handle XPathResultType.Navigator in some places and
  52. removed MonoTODO. Mark MonoTODO with explicit comments (though they
  53. are mostly pointing out possibilities of optimization).
  54. Removed extra check that depended on the old bugs.
  55. * XPathResultType.cs : Fixed .Navigator that had the same value as
  56. .String.
  57. 2004-05-12 Atsushi Enomoto <[email protected]>
  58. * Parser.jay : made class internal.
  59. 2004-03-16 Atsushi Enomoto <[email protected]>
  60. * XPathNavigator.cs, Iterator.cs : Considered detached nodes, the
  61. result of MoveToParent() should be checked.
  62. 2004-02-17 Atsushi Enomoto <[email protected]>
  63. * XPathNavigator.cs : Only child and attribute axes are allowed for
  64. Matches().
  65. * Expression.cs : Added IsPositional property.
  66. * DefaultContext.cs : Added some overrides.
  67. 2004-02-16 Atsushi Enomoto <[email protected]>
  68. * XPathNavigator.cs : no, its still not ok. comment out now.
  69. 2004-02-16 Atsushi Enomoto <[email protected]>
  70. * Expression.cs : Added EvaluatedNodeType and NeedAbsoluteMatching
  71. to reduce extraneous Matches() trial.
  72. * Iterator.cs : Removed unused MergedIterator.
  73. * XPathNavigator.cs : Optimized Matches() not to evaluate ancestors
  74. unnecessarily. (Test with NeedAbsoluteMatching).
  75. 2004-02-10 Atsushi Enomoto <[email protected]>
  76. * Iterator.cs : Added overriden Count properties for some iterators
  77. (this fixes the half of #50678).
  78. Added ListIterator class (which can reduce GetEnumerator()).
  79. In some places we can omit clone for Current property, so added
  80. some check logic (It has no effect as yet).
  81. * Expression.cs, DefaultContext.cs :
  82. use ListIterator instead of EnumeratorIterator.
  83. 2004-02-08 Atsushi Enomoto <[email protected]>
  84. * DefaultContext.cs, Expression.cs, Iterator.cs :
  85. tiny foreach elimination.
  86. 2004-02-05 Atsushi Enomoto <[email protected]>
  87. * DefaultContext.cs : trivial processing order fix.
  88. 2004-01-27 Atsushi Enomoto <[email protected]>
  89. * DefaultContext.cs : Avoid exception if possible.
  90. * Iterator.cs : Fixed PrecedingSiblingIterator.MoveNext(). When the
  91. nav was positioned at the first, it incorrectly points itself.
  92. Don't add names to name table while it is useless and expensive.
  93. 2004-01-08 Nick Drochak <[email protected]>
  94. * Iterator.cs: Removed unused variable.
  95. 2003-12-18 Atsushi Enomoto <[email protected]>
  96. * Parser.jay : now it supresses error output from jay.
  97. * DefaultContext.cs : (XPathFunctionSubstring) exclude -Infinity.
  98. * Tokenizer.cs : better error message.
  99. * XPathDocument.cs : Use XmlValidatingReader to support id() function.
  100. (just found MS.NET actually supports it)
  101. 2003-12-16 Atsushi Enomoto <[email protected]>
  102. * Iterator.cs : On its iteration, moving Current must not affect to
  103. MoveNext(). To assure this, Current must be a clone of navigator.
  104. Removed unused code.
  105. 2003-12-07 Atsushi Enomoto <[email protected]>
  106. * Tokenizer.cs : Removed some TODOs. (trivial ;-)
  107. * Iterator.cs : ParensIterator can inherit from BaseIterator.
  108. SlashIterator copy .ctor() always failed to clone. This fixes Count.
  109. 2003-12-03 Atsushi Enomoto <[email protected]>
  110. * Expression.cs : XPathSorters.Compare() should compare document
  111. position. See last sentence of XSLT 1.0 secion 10.
  112. 2003-12-03 Atsushi Enomoto <[email protected]>
  113. * DefaultContext.cs : Overrode all functions' ToString().
  114. XPathFunctions.ToNumber() trims whitespaces at both side.
  115. Fixed NullReferenceException in normalize-space().
  116. * Iterator.cs : Fixed AncestorOrSelfIterator.MoveNext() didn't handle
  117. attribute or namespace node correctly.
  118. SlashIterator.Clone() didn't clone "next node iterator" correctly.
  119. EnumeratorIterator.ctor() should raise an error (not at Clone())
  120. when the target IEnumerator is not ICloneable.
  121. 2003-11-28 Atsushi Enomoto <[email protected]>
  122. * Expression.cs : namespace axis now traversed in reverse order, so it
  123. requires sorting.
  124. * Iterator.cs : UnionIterator.Clone() was incomplete.
  125. NamespaceItarator() should be reverse order (special handling
  126. because of XPathNavigator specification).
  127. 2003-11-24 Atsushi Enomoto <[email protected]>
  128. * Iterator.cs : PrecedingIterator.MoveNext() now breaks up at Root.
  129. * XPathNavigator.cs : ComparePosition() didn't handle attributes
  130. correctly.
  131. 2003-11-24 Atsushi Enomoto <[email protected]>
  132. * Parser.jay, Expression.cs, Iterator.cs :
  133. Added ExprParens and ParensIterator classes which is used to handle
  134. precedence of parenthesized expressions.
  135. (e.g. consider "(preceding::*)[3]" and "preceding::[3]" )
  136. * Expression.cs, Iterator.cs :
  137. Added RequireSorting property for each Expr and BaseIterator classes.
  138. SlashIterator.MoveNext() now considers correct sorting. But
  139. considering performance, it separates two logics, sorted and sortless
  140. depending on RequireSorting of left iterator and right expression.
  141. * Iterator.cs :
  142. SimpleIterator.ctor() should consider when nav is null.
  143. FollowingIterator.MoveNext() and PrecedingIterator.MoveNext() should
  144. not return any nodes.
  145. AncestorIterator and AncestorOrSelfIterator copy ctr() should clone
  146. positions.
  147. AncestorIterator.MoveNext() should skip Root if context node is
  148. Root itself.
  149. FollowingIterator.MoveNext() should not handle children of context
  150. itself.
  151. PrecedingIterator.MoveNext() should skip its ancestors.
  152. AxisIterator.ReverseAxis should be dependent on its containing iter.
  153. UnionIterator.MoveNext() should consider comparison of nodes in
  154. different document. The behavior is implementation dependent.
  155. (see XSLT spec 12.1)
  156. 2003-11-19 Atsushi Enomoto <[email protected]>
  157. * Added XPathComparer.cs
  158. * DefaultContext.cs : Fixed XPathFunctionId.Evaluate() to iterate base
  159. iterator correctly, and sort results.
  160. 2003-11-19 Atsushi Enomoto <[email protected]>
  161. * DefaultContext.cs : Imcomplete fix ;-)
  162. 2003-11-19 Atsushi Enomoto <[email protected]>
  163. * DefaultContext.cs : XPathFunctions.ToNumber() should catch overflow.
  164. XPathFunctionId.cs : Exposed Id expression.
  165. * Expression.cs : Added ExprLiteral.Value, and class ExprParens (it
  166. will be used to solve evaluation precedence problem).
  167. 2003-11-09 Atsushi Enomoto <[email protected]>
  168. * Iterator.cs : Fixed SlashIterator that might return nodes 1)in
  169. inconsistent order, and 2)may return duplicate result nodes.
  170. 2003-11-06 Ben Maurer <[email protected]>
  171. * Iterator.cs: (AxisIterator.ComparablePosition): Remove. Let
  172. it inherit from the base class. This made b[2] evaluated on
  173. <a /><b /><c /><a /><b /><c /> return the first b node because
  174. in the ChildIterator it was the second node and seemed to satsify
  175. the predicate.
  176. 2003-11-04 Atsushi Enomoto <[email protected]>
  177. * Iterator.cs : Added bool ReverseAxis property to identify whether
  178. the iterator is in reverse order or not. Added ComparablePosition
  179. for correct position comparison for PredicateIterator and reverse-
  180. order-axes. Modified AncestorIterator, AncestorOrSelfIterator,
  181. PrecedingIterator and PrecedingSiblingIterator to make MoveNext()
  182. return their nodes in document order. This fixes bugzilla #39079.
  183. 2003-10-15 Atsushi Enomoto <[email protected]>
  184. * Iterator.cs : DescendantIterator and FollowingIterator also should
  185. not MoveNext() after they reached to the end.
  186. 2003-10-13 Atsushi Enomoto <[email protected]>
  187. * Iterator.cs : Fixed UnionIterator who ignores document order.
  188. Fixed SlashIterator whose MoveNext() should finish at its end.
  189. 2003-09-27 Ben Maurer <[email protected]>
  190. * Iterator.cs, Expression.cs, XPathNavigator.cs: In AxisIterator
  191. use NameTable so we dont call strcmp.
  192. 2003-09-27 Ben Maurer <[email protected]>
  193. * DefaultContext.cs (translate): translate ("abc", "c", "") = "ab"
  194. not "abc".
  195. * Iterator.cs, Expression.cs: All axes are
  196. SimpleIterators. SimpleIterators are gaurenteed to give the same
  197. XPathNavigator in Current. Make AxisIterator take a
  198. SimpleIterator, not any old BaseIterator. Will allow us to make
  199. NameTable optimizations and avoid quite a few strcmp's.
  200. 2003-09-24 Ben Maurer <[email protected]>
  201. * Expression.cs: make // work right, must use another slash itr.
  202. 2003-09-21 Ben Maurer <[email protected]>
  203. * Expression.cs: cant use $$ before assigned.
  204. 2003-09-21 Ben Maurer <[email protected]>
  205. * Expression.cs, Parser.jay, XPathNavigator.cs: api beautification.
  206. 2003-09-20 Ben Maurer <[email protected]>
  207. * Expression.cs: num != double.NaN does not work.
  208. 2003-09-19 Ben Maurer <[email protected]>
  209. * Expression.cs: in NodeTypeTest dont throw an exception if it is
  210. an unknown node type (allows for better Pattern debugging).
  211. 2003-09-17 Ben Maurer <[email protected]>
  212. * DefaultContext.cs: implement sum () and translate ().
  213. 2003-09-13 Ben Maurer <[email protected]>
  214. * XPathNavigator.cs: Make methods where you pass in the context,
  215. so that we dont have to clone expressions so much.
  216. 2003-09-06 Ben Maurer <[email protected]>
  217. * DefaultContext.cs, Expresssion.cs, Parser.jay: Rewrite so that
  218. system functions are actually expressions. Will allow for some
  219. nice optimizations.
  220. 2003-08-25 Ben Maurer <[email protected]>
  221. * XPathNavigator.cs: "Smart" behavior in Matches. Nice 8x speed
  222. improvement in the method (5ms/call -> .7 ms / call) measured by
  223. monodoc's rendering of N:System.
  224. * Expression.cs: Utility methods to support above.
  225. 2003-08-13 Piers Haken <[email protected]>
  226. * Iterator.cs:
  227. fix MergedIterator.Clone(), now clones other's iterators
  228. fix DescendantIterator.Clone(), now copies depth
  229. make iterator cloning constructors more type-specific
  230. 2003-08-01 Piers Haken <[email protected]>
  231. * Expression.cs: added NodeNamespaceTest
  232. * XPathNavigator.cs: implement Select* with namespaces
  233. 2003-07-31 Ben Maurer <[email protected]>
  234. * Iterator.cs: Allow creation of an EnumeratorIterator with an
  235. XmlNamespaceManager.
  236. 2003-07-31 Piers Haken <[email protected]>
  237. * Parser.jay:
  238. Nested predicates (uses ExprFilter instead)
  239. more type safety
  240. make grammar look more like w3c spec
  241. * Expression.cs:
  242. remove ExprStep, ExprPredicates
  243. NodeTest is now a NodeSet
  244. more type-safety
  245. * Iterator.cs:
  246. PredicateIterator now only takes a single predicate expression
  247. more type-safety
  248. * XPathNavigator.cs:
  249. simplified SelectTest
  250. * XPathException.cs:
  251. fixed indenting
  252. 2003-07-30 Duncan Mak <[email protected]>
  253. * XPathException.cs
  254. (GetObjectData):
  255. (Message): Added.
  256. 2003-07-29 Piers Haken <[email protected]>
  257. * DefaultContext.cs: 'local-name' returns String, not NodeSet!
  258. 2003-07-29 Piers Haken <[email protected]>
  259. * XPathNavigator.cs:
  260. * Expression.cs:
  261. add typesafe Evaluate* methods
  262. 2003-07-29 Piers Haken <[email protected]>
  263. * DefaultContext.cs: fix 'substring-after'
  264. 2003-07-29 Piers Haken <[email protected]>
  265. * Iterator.cs: fix PredicateIterator.CurrentPosition bug (it wasn't incrementing)
  266. 2003-07-29 Ben Maurer <[email protected]>
  267. * Iterator.cs: dont throw exceptions on tostring ()
  268. 2003-07-28 Piers Haken <[email protected]>
  269. * DefaultContext.cs: better handling of null argument lists
  270. * XPathNavigator.cs: implement ComparePosition
  271. 2003-07-28 Piers Haken <[email protected]>
  272. * Expression.cs: boolean operators: handle comparing .Any better
  273. 2003-07-28 Piers Haken <[email protected]>
  274. * DefaultContext.cs: count() should return a double
  275. * Expression.cs: better support for handling non-double numbers
  276. 2003-07-28 Piers Haken <[email protected]>
  277. * DefaultContext.cs: better function param matching
  278. 2003-07-27 Piers Haken <[email protected]>
  279. * Expression.cs:
  280. * DefaultContext.cs:
  281. catch FormatExceptions while parsing numbers
  282. 2003-07-27 Piers Haken <[email protected]>
  283. * Expression.cs:
  284. fix case sorting order
  285. allow EvaluateNumber to take XPathResultType.Any
  286. 2003-07-27 Piers Haken <[email protected]>
  287. * Expression.cs:
  288. * Tokenizer.cs:
  289. don't pass null to XmlQualifiedName constructor
  290. 2003-07-27 Piers Haken <[email protected]>
  291. * DefaultContext.cs: allow 'concat' to take arbitrary-typed arguments (spec?)
  292. 2003-07-27 Piers Haken <[email protected]>
  293. * Expression.cs: allow EvaluateNodeSet to take XPathResultType.Any
  294. 2003-07-26 Piers Haken <[email protected]>
  295. * Expression.cs: fix function evaluation with ambigous argument types
  296. * XPathNavigator.cs: fix silly null reference bug
  297. 2003-07-26 Piers Haken <[email protected]>
  298. * Iterator.cs:
  299. * DefaultContext.cs:
  300. ArrayListIterator->EnumeratorIterator
  301. * Expression.cs: add sorting support
  302. 2003-07-26 Piers Haken <[email protected]>
  303. * Tokenizer.cs:
  304. * Parser.jay:
  305. move QName parsing into tokenizer
  306. * Expression.cs:
  307. fix evaluating XPathResultType.Any
  308. fix ExprDiv.ToString()
  309. fix NodeTypeTest.ToString() (for namespace axis)
  310. 2003-07-25 Piers Haken <[email protected]>
  311. * Expression.cs: return clone of $var evaluation
  312. 2003-07-26 Piers Haken <[email protected]>
  313. * Iterator.cs: add setter for NamespaceManager
  314. * XPathNavigator.cs: propagate NamespaceManager from context on Evaluate
  315. * Expression.cs: fix func/var exception strings
  316. 2003-07-25 Piers Haken <[email protected]>
  317. * Expression.cs: implement ExprFilter.Evaluate
  318. 2003-07-25 Piers Haken <[email protected]>
  319. * Expression.cs: implement ExprVariable.Evaluate
  320. 2003-07-24 Ben Maurer <[email protected]>
  321. * DefaultContext.cs: implement lang ()
  322. 2003-07-24 Piers Haken <[email protected]>
  323. * Parser.jay:
  324. * Expression.cs:
  325. allow ExprUNION to take non-nodeset (eg, $var) arguments
  326. 2003-07-24 Piers Haken <[email protected]>
  327. * Tokenizer.cs: fix variable references
  328. * Parser.jay:
  329. * Expression.cs:
  330. * XPathNavigator.cs:
  331. use XmlQualifiedName
  332. 2003-06-30 Atsushi Enomoto <[email protected]>
  333. * XPathDocument.cs : removed Driver class and restored authors' name
  334. (though it is completely rewrote).
  335. 2003-06-30 Atsushi Enomoto <[email protected]>
  336. * XPathDocument.cs : Replaced existing stub class with real
  337. XPathDocument implementation.
  338. 2003-04-28 Piers Haken <[email protected]>
  339. * Parser.jay, Tokenizer.cs: more compliant lexical parsing of ambiguous tokens
  340. 2003-03-07 Piers Haken <[email protected]>
  341. * Tokenizer.cs: allow '.'s in NCNames
  342. 2003-03-07 Piers Haken <[email protected]>
  343. * Exression.cs:
  344. * DefaultContext.cs:
  345. fixed function argument resolution
  346. 2003-02-09 Piers Haken <[email protected]>
  347. * XPathNavigator.cs:
  348. * Iterator.cs:
  349. * Expression.cs: fix namespace handling
  350. 2003-01-04 Piers Haken <[email protected]>
  351. * Parser.*: Remove extraneous "using" that was stopping the build. Permanently thisi time ;-)
  352. 2003-02-02 Piers Haken <[email protected]>
  353. * Parser.jay: add token names
  354. * Tokenizer.cs: fix NCName tokenization
  355. 2003-01-02 Atsushi Enomoto <[email protected]>
  356. * Tokenizer.cs : Fixed ParseIdentifier to allow digits.
  357. (It should be a temporary fix.)
  358. 2002-09-22 Nick Drochak <[email protected]>
  359. * Parser.cs: Remove extraneous "using" that was stopping the build.
  360. 2002-09-21 Piers Haken <[email protected]>
  361. * XPathException: implementation
  362. * Expression.cs:
  363. * Iterator.cs:
  364. * Parser.jay:
  365. * Tokenizer.jay:
  366. * XPathNavigator.jay:
  367. use XPathException.
  368. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  369. * Parser.cs: commented out non-existent namespace (it compiles fine
  370. with mcs because of a bug that is already on bugzilla).
  371. 2002-09-12 Piers Haken <[email protected]>
  372. * Tokenizer.cs: fix parsing numbers that start with '.'
  373. * DefaultContext.cs: use MS-compatible formatting of doubles
  374. 2002-09-12 Piers Haken <[email protected]>
  375. * Iterator.cs: added NullIterator to handle unspecified contexts
  376. * XPathNavigator.cs: use NullIterator insted of SelfIterator when context is unspecified.
  377. * XPathNodeIterator.cs: change default _count to -1 to prevent recalculations for NullIterators
  378. 2002-09-12 Piers Haken <[email protected]>
  379. * Expression.cs, Parser.jay: allow ExprSLASH to take a generic expression as its left argument.
  380. * Iterator.cs: fix SlashIterator.Clone() when _iterRight is null.
  381. * DefaultContext.cs: fix id() return type.
  382. 2002-09-03 Gonzalo Paniagua Javier <[email protected]>
  383. * DefaultContext.cs: fixed bug #28840.
  384. * Expression.cs: added FIXME.
  385. 2002-08-17 Jason Diamond <[email protected]>
  386. * XPathNavigator.cs: Fixed matching on patterns that look like
  387. absolute XPath expressions.
  388. 2002-08-17 Jason Diamond <[email protected]>
  389. * XPathNavigator.cs: Added naive (but working) implementation of
  390. Matches.
  391. 2002-07-31 Piers Haken <[email protected]>
  392. * XPathDocument.cs: simple, XmlDocument-based implementation
  393. 2002-07-25 Piers Haken <[email protected]>
  394. * DefaultContext.cs: implement XPathFunctionName 'name()' function.
  395. 2002-07-17 Piers Haken <[email protected]>
  396. * DefaultContext.cs: implement 'string-length()', 'normalize-space()'
  397. * Parser.jay: remove redundant production
  398. * Expression.cs: add switches for debugging under VS.NET
  399. 2002-07-17 Piers Haken <[email protected]>
  400. * Expression.cs: implement nodeset/nodeset comparisons (non-optimal)
  401. 2002-07-15 Piers Haken <[email protected]>
  402. * Iterator.cs:
  403. - rename UnionIterator to MergedIterator,
  404. - create new UnionIterator to implment uniqueness for '|' operator
  405. - fix position bug in ArrayListIterator.Clone()
  406. * Expression.cs: use new UnionIterator constructor syntax
  407. 2002-07-12 Piers Haken <[email protected]>
  408. * Iterator.cs: PredicateIterator: handle numeric predicates
  409. * Parser.jay: add some debugging support: yyparseDebug
  410. * Tokenizer.cs: cleanup, include '-' chars in identifier tokens
  411. 2002-06-29 Piers Haken <[email protected]>
  412. * Expression.cs:
  413. - remove dead code
  414. - NodeTest uses XPathResultType instead of internal NodeTestTypes enum
  415. - remove NodeTestTypes enum
  416. - remove NodeTestTypeAny (functionality provided by base now)
  417. - fix ExprStep to handle wildcard QNames
  418. * Parser.jay:
  419. - moved to Mono.Xml.XPath namespace
  420. - use XPathResultType
  421. - handle wildcard QNames
  422. * Tokenizer.cs: moved to Mono.Xml.XPath namespace
  423. * XPathNavigator.cs: implement
  424. - IsDescendant
  425. - SelectAncestors
  426. - SelectDescendants
  427. - SelectChildren
  428. * XPathResultType.cs: fix enum values
  429. 2002-06-24 Jason Diamond <[email protected]>
  430. * XPathScanner.cs: Removed.
  431. 2002-06-24 Dick Porter <[email protected]>
  432. * XmlCaseOrder.cs: Fix namespace
  433. 2002-06-23 Piers Haken <[email protected]>
  434. * DefaultContext.cs: implemented XPathFUnctionId
  435. * Iterator.cs: new ArrayListIterator for id() support
  436. 2002-06-23 Piers Haken <[email protected]>
  437. * XPathNavigator.cs: implement:
  438. - Compile
  439. - Evaluate
  440. - Clone
  441. - Select
  442. - ToString
  443. - some forwarding methods
  444. * XPathNodeIterator: implement caching Count
  445. * Tokenizer.cs: new XPath tokenizer
  446. * Parser.jay: new XPath grammar
  447. * Parser.cs: new precompiled XPath grammar
  448. * Expression.cs: new XPath expression objects
  449. * Iterator.cs: new XPath result/context objects
  450. * DefaultContext.cs: new XPath function binding context
  451. 2002-05-08 Tim Coleman <[email protected]>
  452. * XPathDocument.cs:
  453. * XPathException.cs: New stub files added.
  454. 2002-04-12 Duncan Mak <[email protected]>
  455. * XmlCaseOrder.cs: Moved to here from System.Xml.
  456. 2002-03-26 Jason Diamond <[email protected]>
  457. * XPathScanner.cs: Now handles name tests with wildacards. Abbreviated
  458. steps. Both absolution and relative abbreviated location paths.
  459. 2002-03-25 Jason Diamond <[email protected]>
  460. * XPathScanner.cs: Added new file. This class is supposed to be internal
  461. but that would make it impossible to test.
  462. 2002-03-08 Duncan Mak <[email protected]>
  463. * XPathNamespaceScope.cs:
  464. * XPathNodeType.cs:
  465. * XPathResultType.cs:
  466. * XmlDataType.cs:
  467. * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
  468. implementation. XPathResultType is interesting as EnumCheck does
  469. not show the Navigator element, but shows the String element twice.
  470. 2002-03-08 Jason Diamond <[email protected]>
  471. * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
  472. 2002-03-06 Jason Diamond <[email protected]>
  473. * ChangeLog: Added to this directory.
  474. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
  475. XPathResultType.cs: New files.
  476. * XPathNavigator.cs: Stubbed out all properties and methods.