aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rexml] Only taint on Ruby <2.7Jeremy Evans2019-11-181-2/+2
* Fixed a typoNobuyoshi Nakada2019-11-041-1/+1
* Import REXML 3.2.3 (#2548)Sutou Kouhei2019-10-122-1/+2
* [ruby/rexml] gemspec: updateSutou Kouhei2019-08-041-1/+0
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-041-20/+39
* [ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou2019-08-041-10/+7
* [ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou2019-08-041-2/+3
* [ruby/rexml] xpath boolean: implementKouhei Sutou2019-08-041-11/+16
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-042-110/+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] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Message less confusing error to human (#16)ujihisa2019-08-041-0/+4
* [ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross2019-08-041-4/+1
* [ruby/rexml] use #inspect to print meta-characters in error messagesFUJI Goro (gfx)2019-08-041-4/+4
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-043-21/+14
* [ruby/rexml] FormatKouhei Sutou2019-08-041-10/+12
* [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] Add a TODO for Attribute#namespaceKouhei Sutou2019-08-041-0/+14
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-041-1/+5
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [DOC] Fix close tags [ci skip]kazu2019-01-041-1/+1
* Import REXML 3.1.9kou2018-12-253-1/+6
* rexml: upgrade to 3.1.8kou2018-12-2011-139/+286
* lib/*: Prefer require_relative over require.marcandre2018-11-0239-100/+100
* default gems: add missing comment in gemspecstomar2018-10-121-0/+1
* Fallback to load version constant for ruby core repository.hsbt2018-08-071-1/+5
* Fixed wrong require pathhsbt2018-06-021-1/+1
* Promote REXML to default gems.hsbt2018-06-021-0/+37
* rexml: Suppress warningskou2018-05-011-5/+5
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-282-9/+18
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-223-321/+497
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-222-10/+23
* rexml: Fix XPath concat() implementationkou2018-04-211-2/+5
* rexml: Fix XPath string() implementationkou2018-04-211-9/+24
* rexml: Fix a XPath bug that white spaces aren't ignoredkou2018-04-191-22/+29
* rexml: Fix a XPath bug of -kou2018-04-091-2/+2
* 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 function()/pathkou2018-04-041-1/+3
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-2/+10
* rexml: Fix a XPath bug of $variablekou2018-04-041-1/+1
* rexml: Fix a XPath bug of name(node-set)kou2018-04-031-2/+6
* Start re-enabling Jaxen testskou2018-04-011-1/+2
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-126-6/+6
* rexml: improve docsstomar2017-11-021-2/+1
* fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]duerst2017-08-141-1/+1
* REXML: Fix a bug that unexpected methods can be called as a XPath functionkou2017-08-131-3/+26