summaryrefslogtreecommitdiff
path: root/lib/rexml
AgeCommit message (Expand)Author
2019-11-18[ruby/rexml] Only taint on Ruby <2.7Jeremy Evans
2019-11-04Fixed a typoNobuyoshi Nakada
2019-10-12Import REXML 3.2.3 (#2548)Sutou Kouhei
2019-08-04[ruby/rexml] gemspec: updateSutou Kouhei
2019-08-04[ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou
2019-08-04[ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou
2019-08-04[ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou
2019-08-04[ruby/rexml] xpath boolean: implementKouhei Sutou
2019-08-04[ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou
2019-08-04[ruby/rexml] Use PPKouhei Sutou
2019-08-04[ruby/rexml] xpath: add support for changing to debug mode by environment var...Kouhei Sutou
2019-08-04[ruby/rexml] Bump versionKouhei Sutou
2019-08-04[ruby/rexml] Message less confusing error to human (#16)ujihisa
2019-08-04[ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross
2019-08-04[ruby/rexml] use #inspect to print meta-characters in error messagesFUJI Goro (gfx)
2019-08-04[ruby/rexml] Bump versionKouhei Sutou
2019-08-04[ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou
2019-08-04[ruby/rexml] FormatKouhei Sutou
2019-08-04[ruby/rexml] Revert "xpath: remove needless nil check"Kouhei Sutou
2019-08-04[ruby/rexml] xpath: remove needless nil checkKouhei Sutou
2019-08-04[ruby/rexml] Add a TODO for Attribute#namespaceKouhei Sutou
2019-08-04[ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou
2019-08-04[ruby/rexml] Bump versionKouhei Sutou
2019-01-04[DOC] Fix close tags [ci skip]kazu
2018-12-25Import REXML 3.1.9kou
2018-12-20rexml: upgrade to 3.1.8kou
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-10-12default gems: add missing comment in gemspecstomar
2018-08-07Fallback to load version constant for ruby core repository.hsbt
2018-06-02Fixed wrong require pathhsbt
2018-06-02Promote REXML to default gems.hsbt
2018-05-01rexml: Suppress warningskou
2018-04-28rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou
2018-04-22rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou
2018-04-22rexml: Fix XPath bug of /#{ELEMENT_NAME}kou
2018-04-21rexml: Fix XPath concat() implementationkou
2018-04-21rexml: Fix XPath string() implementationkou
2018-04-19rexml: Fix a XPath bug that white spaces aren't ignoredkou
2018-04-09rexml: Fix a XPath bug of -kou
2018-04-04rexml: Fix a XPath bug of /child::node()kou
2018-04-04rexml: Add codes for debugging XPath logickou
2018-04-04rexml: Fix a XPath bug of function()/pathkou
2018-04-04rexml: Fix a XPath bug of @attribute/parentkou
2018-04-04rexml: Fix a XPath bug of $variablekou
2018-04-03rexml: Fix a XPath bug of name(node-set)kou
2018-04-01Start re-enabling Jaxen testskou
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-11-02rexml: improve docsstomar
2017-08-14fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]duerst
2017-08-13REXML: Fix a bug that unexpected methods can be called as a XPath functionkou