index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rexml
/
xpath_parser.rb
Age
Commit message (
Expand
)
Author
2018-04-22
rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]
kou
2018-04-22
rexml: Fix XPath bug of /#{ELEMENT_NAME}
kou
2018-04-04
rexml: Fix a XPath bug of /child::node()
kou
2018-04-04
rexml: Add codes for debugging XPath logic
kou
2018-04-04
rexml: Fix a XPath bug of @attribute/parent
kou
2018-04-04
rexml: Fix a XPath bug of $variable
kou
2018-04-01
Start re-enabling Jaxen tests
kou
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-09-21
* lib/rexml/**/*.rb: removed commented-out code.
hsbt
2014-02-22
* lib/rexml/xpath_parser.rb: Fix indent.
kou
2011-05-11
* object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.
drbrain
2010-11-08
* lib/*.rb: Remove unused variable warnings.
marcandre
2010-09-17
* lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:
kou
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-10-01
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
mame
2008-01-01
* lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:
matz
2007-07-25
Merges upstream changes for REXML v3.1.7
ser
2007-01-20
Merged from REXML main repository:
ser
2006-09-08
Merged changes into HEAD from REXML 3.1.5.
ser
2006-04-15
Short summary:
ser
2005-05-19
Merged in development from the main REXML repository.
ser
2004-07-04
r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 lines
ser
2004-06-10
-
ser
2004-05-16
------------------------------------------------------------------------
ser
2004-04-03
* Fixed a bug in the evaluation of XPath's 'or'
ser
2004-04-02
REXML changes
ser
2004-02-13
@@ Fix for the XPath descendant* result set ordering bug @@
ser
2003-10-10
* Changes to the encoding mechanism. If iconv is found, it is used first
ser
2003-06-10
Initial revision
ser