aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/xpath_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-041-20/+39
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-041-77/+86
* [ruby/rexml] Use PPKouhei Sutou2019-08-041-1/+6
* [ruby/rexml] xpath: add support for changing to debug mode by environment var...Kouhei Sutou2019-08-041-16/+19
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-041-8/+2
* [ruby/rexml] Revert "xpath: remove needless nil check"Kouhei Sutou2019-08-041-2/+6
* [ruby/rexml] xpath: remove needless nil checkKouhei Sutou2019-08-041-6/+2
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-041-1/+5
* lib/*: Prefer require_relative over require.marcandre2018-11-021-5/+5
* rexml: Suppress warningskou2018-05-011-5/+5
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-281-3/+12
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-221-316/+486
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-221-7/+11
* rexml: Fix a XPath bug of /child::node()kou2018-04-041-1/+13
* rexml: Add codes for debugging XPath logickou2018-04-041-0/+26
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-2/+10
* rexml: Fix a XPath bug of $variablekou2018-04-041-1/+1
* Start re-enabling Jaxen testskou2018-04-011-1/+2
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/rexml/**/*.rb: removed commented-out code.hsbt2014-09-211-100/+0
* * lib/rexml/xpath_parser.rb: Fix indent.kou2014-02-221-10/+10
* * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain2011-05-111-0/+10
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* * lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:kou2010-09-171-1/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-21/+21
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-011-8/+8
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-011-7/+7
* Merges upstream changes for REXML v3.1.7ser2007-07-251-5/+7
* Merged from REXML main repository:ser2007-01-201-8/+45
* Merged changes into HEAD from REXML 3.1.5.ser2006-09-081-14/+26
* Short summary:ser2006-04-151-14/+15
* Merged in development from the main REXML repository.ser2005-05-191-333/+515
* r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 linesser2004-07-041-8/+11
* -ser2004-06-101-5/+4
* ------------------------------------------------------------------------ser2004-05-161-492/+501
* * Fixed a bug in the evaluation of XPath's 'or'ser2004-04-031-11/+17
* REXML changesser2004-04-021-1/+1
* @@ Fix for the XPath descendant* result set ordering bug @@ser2004-02-131-12/+30
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-101-16/+9
* Initial revisionser2003-06-101-0/+530