Age | Commit message (Expand) | Author |
---|
2020-01-12 | Make rexml library to the bundle gems | Hiroshi SHIBATA |
2019-11-18 | [ruby/rexml] Only taint on Ruby <2.7 | Jeremy Evans |
2019-11-04 | Fixed a typo | Nobuyoshi Nakada |
2019-10-12 | Import REXML 3.2.3 (#2548) | Sutou Kouhei |
2019-08-04 | [ruby/rexml] gemspec: update | Sutou 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 NaN | Kouhei 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: implement | Kouhei Sutou |
2019-08-04 | [ruby/rexml] xpath: fix a bug for equality or relational expressions | Kouhei Sutou |
2019-08-04 | [ruby/rexml] Use PP | Kouhei 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 version | Kouhei 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 messages | FUJI Goro (gfx) |
2019-08-04 | [ruby/rexml] Bump version | Kouhei Sutou |
2019-08-04 | [ruby/rexml] Fix attribute's default namespace behavior | Kouhei Sutou |
2019-08-04 | [ruby/rexml] Format | Kouhei Sutou |
2019-08-04 | [ruby/rexml] Revert "xpath: remove needless nil check" | Kouhei Sutou |
2019-08-04 | [ruby/rexml] xpath: remove needless nil check | Kouhei Sutou |
2019-08-04 | [ruby/rexml] Add a TODO for Attribute#namespace | Kouhei 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 version | Kouhei Sutou |
2019-01-04 | [DOC] Fix close tags [ci skip] | kazu |
2018-12-25 | Import REXML 3.1.9 | kou |
2018-12-20 | rexml: upgrade to 3.1.8 | kou |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-10-12 | default gems: add missing comment in gemspec | stomar |
2018-08-07 | Fallback to load version constant for ruby core repository. | hsbt |
2018-06-02 | Fixed wrong require path | hsbt |
2018-06-02 | Promote REXML to default gems. | hsbt |
2018-05-01 | rexml: Suppress warnings | kou |
2018-04-28 | rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by default | kou |
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-21 | rexml: Fix XPath concat() implementation | kou |
2018-04-21 | rexml: Fix XPath string() implementation | kou |
2018-04-19 | rexml: Fix a XPath bug that white spaces aren't ignored | kou |
2018-04-09 | rexml: Fix a XPath bug of - | 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 function()/path | 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-03 | rexml: Fix a XPath bug of name(node-set) | kou |
2018-04-01 | Start re-enabling Jaxen tests | kou |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-11-02 | rexml: improve docs | stomar |
2017-08-14 | fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip] | duerst |