1. 738bb7b [xpath2] committing a fix for fn:matches function. it was initially by Mukul Gandhi · 9 years ago R3_2_maintenance
  2. c21e2fe [xpath2] adding comments for a bug fix by mgandhi · 9 years ago
  3. 5189f67 [xpath2] fixing an anyURI equality check bug. other minor code cleanups as well. by IBM_ADMIN · 9 years ago
  4. 0aad42d [xpath2] minor changes to source code by mgandhi · 9 years ago
  5. a43d1e6 [xpath] committing fix for bug 388504 XPath scanner does not detect by mgandhi · 9 years ago
  6. b1f0d43 [xpath2] committing improvements to fn:sum implementation by mgandhi · 10 years ago
  7. bc84490 [xpath2] committing an improvement to find typed value of a node. added by mgandhi · 10 years ago
  8. 8ba415d [xpath2] committing minor improvements to fn:max and fn:min function by mgandhi · 10 years ago
  9. e3d7f69 [xpath2] committing few improvements to fn:max and fn:min function by mgandhi · 11 years ago
  10. 3490ce7 [xpath2] 1) improvements to fn:distinct-values and fn:deep-equal by mgandhi · 11 years ago
  11. 3fca96d [xpath2] committing an improvement to fn:index-of function by mgandhi · 11 years ago
  12. 86c8c96 [xpath2] committing few improvements to implementation of value by mgandhi · 11 years ago
  13. 8e6aae4 [xpath2] committing fix for bug 393904 by mgandhi · 11 years ago
  14. e0faa36 [xpath2] doing few minor corrections to the previous commit, related to casts of xs:dateTime to node references by mgandhi · 11 years ago
  15. 5e138fd [xpath2] fixes for xs:dateTime casts on node references by mgandhi · 11 years ago
  16. fbf3611 [xpath2] for the commit done for bug 380326, doing another commit improving upon the subtraction of xs:dayTimeDuration value from a xs:dateTime value by mgandhi · 11 years ago
  17. 07b3dd8 [xpath2] committing a slight improvement related to the earlier fixes for bug 380326 by mgandhi · 11 years ago
  18. c03a96f [xpath2] result of addition of xs:dateTime and xs:dayTimeDuration values is erroneous sometimes by mgandhi · 11 years ago
  19. 276f999 [xpath2] commenting "JDK assertion" calls for this file. this was causing few problems for a particular XSD 1.1 validation use-case. by mgandhi · 11 years ago
  20. c3e4c24 [xpath2] improving implementation of fn:index-of function. this now support finding QName values in the first argument. thanks to ?ukasz Wycisk for identifying this bug and suggesting a solution. by mgandhi · 12 years ago
  21. 1c56c47 [xpath2] improving implementation of fn:abs function. now atomizing the operand. thanks to ?ukasz Wycisk for identifying this bug and suggesting a solution. by mgandhi · 12 years ago
  22. afe65db [xpath2] adding support for xs:base64Binary and xs:hexBinary while computing XDM typed values by mgandhi · 12 years ago
  23. ca99f65 [xpath2] providing API to have non document node as root node of an XDM tree. bug 362446. by mgandhi · 12 years ago
  24. dde3a6b [xpath2] few implementation improvements to method DefaultStaticContext.derives_from() by mgandhi · 12 years ago
  25. e2e0cf9 [xpath2] minor improvement for computing typed value of nodes, in case the input node was annotated with type xs:anyType. also some enhancements to StaticNameResolver. by mgandhi · 12 years ago
  26. 8c17083 [xpath2] doing extra static checks while doing "cast as" checks, specifically checking if the target type is an atomic type and is in in-scope schema types. by mgandhi · 12 years ago
  27. 81aec16 [xpath2] writing javadocs comments to the file, for bug 362026 by mgandhi · 12 years ago
  28. 0db96f4 [xpath2] "instance of" must not atomize the LHS before the comparison check. bug 362026. by mgandhi · 12 years ago
  29. ffcefdf [xpath2] some improvements related to bug 361721 (fixes to fn:namespace-uri-from-QName function) by mgandhi · 12 years ago
  30. 4d102da [xpath2] solving a potential NPE in fn:collection function implementation by mgandhi · 12 years ago
  31. d14fbb6 [xpath2] ability of "instance of" checks to work on sequence types having types xs:untypedAtomic and xs:untyped. bug 361748 by mgandhi · 12 years ago
  32. 0e6838c [xpath2] fixes to fn:namespace-uri-from-QName function, bug 361721 by mgandhi · 12 years ago
  33. b8e48be [xpath2] improvements to "resolve-QName" function and xs:QName type implementation. bug 360306. by mgandhi · 12 years ago
  34. 398b09b [xpath2] committing few generic code improvements. by mgandhi · 12 years ago
  35. b0415e2 [353373] [xpath2] committing fixes for the following axis as well by mgandhi · 12 years ago
  36. ebc603e [353373] [xpath2] the reverse axes behavior doesn't work correctly by mgandhi · 12 years ago
  37. 7717d03 [343224] [xpath2] allow user defined simpleType definitions to be available in in-scope schema types by mgandhi · 12 years ago R3_2_4
  38. ec62b2f [341862] [xpath2] improvements to computation of typed value of xs:boolean nodes by mgandhi · 12 years ago
  39. dd2d285 [339025] [xpath2] ability to find distinct values on node items (fixes to fn:distinct-values function) by mgandhi · 12 years ago
  40. 833037d [338999] [xpath2] improving compliance of function 'fn:subsequence'. implementing full arity support. by mgandhi · 12 years ago
  41. dada44f [338494] [xpath2] prohibiting xpath expressions starting with / or // to be parsed by mgandhi · 12 years ago
  42. ecee90b [Bug 316988] Removing duplicates and putting into document order takes O(n^2) by jmoller · 12 years ago R3_2_3 R3_2_5
  43. 8785634 Bug 333685: NPE thrown when selecting 'Edit Namespace Prefixes' from the 'XPath' view's view menu with no editors open by jmoller · 12 years ago
  44. 4d4e231 Bug 333685: NPE thrown when selecting 'Edit Namespace Prefixes' from the 'XPath' view's view menu with no editors open by jmoller · 12 years ago
  45. 460cff9 [xpath2] committing few improvements to data types implementation by mgandhi · 12 years ago
  46. 66cc489 [334842] [xpath2] improving support for the data types Name, NCName, ENTITY, ID, IDREF and NMTOKEN by mgandhi · 12 years ago
  47. dc5027f [334478] [xpath2] implementation of xs:token data type by mgandhi · 12 years ago
  48. d6a940a [xpath2] committing fixes for bug reports 323900 & 325262 by mgandhi · 13 years ago
  49. da50b0a [nobug] increment version for 3.2.2 by nitind · 13 years ago
  50. 5b85ce2 FIXED - bug 313989: [xpath] XPath computation does not honour the editor's selection when in XPath2 mode by jmoller · 13 years ago
  51. 4063044 Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4 by jmoller · 13 years ago
  52. ecbc90f Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4 by jmoller · 13 years ago
  53. cdc3eff [318313] [xpath2] improvements to computation of typed values of nodes, validated by XML Schema primitive types by mgandhi · 13 years ago
  54. 10ad8eb Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4 by jmoller · 13 years ago
  55. 8d472d1 Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4 by jmoller · 13 years ago
  56. 8f852a2 [280798] [xpath2] removing an unused import from XSDecimal.java (was causing compilation error) by mgandhi · 13 years ago
  57. 608b6a6 Bug 313992: [xpath] [patch] XPath evaluation does not show results which are atomic by jmoller · 13 years ago
  58. bd21575 Bug 313992: [xpath] [patch] XPath evaluation does not show results which are atomic by jmoller · 13 years ago
  59. 6b94801 Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4 by jmoller · 13 years ago
  60. e32999c Bug 280798: [xpath2] [hotbug] [patch] PsychoPath support for JDK 1.4 by jmoller · 13 years ago
  61. 582c265 [318313] xpath2: reverting the change back to CVS, to ensure that review is done before commit by mgandhi · 13 years ago
  62. 4048899 [xpath2] improving computation of typed value of nodes, validated by XML Schema primitive types by mgandhi · 13 years ago
  63. 5fefcaf FIXED - bug 312191: instance of test fails with partial matches Fix copyrights by jmoller · 13 years ago
  64. c698873 FIXED - bug 312191: instance of test fails with partial matches by jmoller · 13 years ago
  65. 7a5e63b FIXED bug 311480: Parsing error while using language keywords as element and attribute names by jmoller · 13 years ago
  66. df49ff1 This commit was manufactured by cvs2svn to create branch 'R3_2_maintenance'. by nitind · 13 years ago
  67. 1db7f4f 317251 - xpath2 processor feature does not have correct url to its sua by david_williams · 13 years ago Root_R3_2_maintenance
  68. 6db8e21 317251 - xpath2 processor feature does not have correct url to its sua by david_williams · 13 years ago
  69. 8373646 317251 - xpath2 processor feature does not have correct url to its sua by david_williams · 13 years ago
  70. 5147153 316979 org.eclipse.wst.xml.xpath2.processor.feature missing legal files! by david_williams · 13 years ago R3_2_0
  71. 014b025 [314800] 3 missing 'providerNames' in XSL bundles by nitind · 13 years ago
  72. 177dc3a 303935 - need to remove most, change a few, webtools repository URL in feature.xml by david_williams · 13 years ago
  73. b2d356e [nobug] releng fixes by nitind · 13 years ago
  74. e302b20 [310558] Releng fixes for 3.2 by nitind · 13 years ago
  75. 97286c9 [310558] Releng fixes for 3.2 by nitind · 13 years ago
  76. d3a7a50 [310558] Releng fixes for 3.2 by nitind · 13 years ago
  77. c4fd006 [310558] Releng fixes for 3.2 by nitind · 13 years ago
  78. e6c7a2d [310801]: Need to Add/Update project metadata files. by dacarver · 13 years ago
  79. 58b2a09 [309585] [xpath2] implementation of, xs:normalizedString data type by mgandhi · 13 years ago
  80. 8c03218 fix build.properties warnings. by dacarver · 13 years ago
  81. 67d3b16 [308942]: [xpath2] Update SDK Documentation by dacarver · 13 years ago
  82. 9ccbfa1 Bug 290337: [patch][xpath2] revisit use of ICU's Normalize class by jmoller · 13 years ago
  83. e1fd863 [271288]: make the selected node the current node in XPath view by dacarver · 13 years ago
  84. ed15197 [303349]: NPE when open persistence.xml by dacarver · 13 years ago
  85. 2a25262 [301539] fix for, fn:name function doesn't evaluate properly for zero arity by mgandhi · 13 years ago
  86. 85de90f [300102] - fixed xml.xpath.ui dependency range - https://bugs.eclipse.org/bugs/show_bug.cgi?id=300102 by dacarver · 13 years ago
  87. 34fb0d4 [300102] - fixed xml.xpath.ui dependency range - https://bugs.eclipse.org/bugs/show_bug.cgi?id=300102 by dacarver · 13 years ago
  88. dd2a2d3 [300102] Version increment for SSE UI by nsandonato · 13 years ago
  89. a77213b [246110]: [xpath] Clean up XPath UI plugin by dacarver · 13 years ago
  90. 3946144 [298267]: [xpath2] problems with xpath2 "instance of" evaluation by dacarver · 13 years ago
  91. 8ca3909 [298267]: [xpath2] problems with xpath2 "instance of" evaluation by dacarver · 13 years ago
  92. 25dd669 [298267]: [xpath2] problems with xpath2 "instance of" evaluation by dacarver · 13 years ago
  93. 56722db [298267]: [xpath2] problems with xpath2 "instance of" evaluation by dacarver · 13 years ago
  94. c8a254f [298535: Fix attribute instance of comparison by dacarver · 13 years ago
  95. 6a19520 [298535: Fix attribute instance of coparisom by dacarver · 13 years ago
  96. fcaffbf [297975]: [xpath] Need to enhance the XPath View to support XPath 2.0 by dacarver · 13 years ago
  97. 66fc57a [246110]: [xpath] Clean up XPath UI plugin by dacarver · 13 years ago
  98. b712831 [298267]: [xpath2] problems with xpath2 "instance of" evaluation by dacarver · 13 years ago
  99. bbaa370 [298519] [xpath2] improvements to fn:number implementation, https://bugs.eclipse.org/bugs/show_bug.cgi?id=298519 by mgandhi · 13 years ago
  100. ea345eb refactor string literals to constants by dacarver · 13 years ago