aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml
Commit message (Expand)AuthorAgeFilesLines
* 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
* rexml: Remove needless documentkou2017-07-281-2/+0
* rexml: add close tag check on end of document to StreamParserkou2017-06-071-0/+8
* rexml: REXML::Element#[] accepts String or Symbol as attribute namekou2016-12-061-0/+24
* numeric.c: round to nearest evennobu2016-11-051-4/+7
* * lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrongkou2016-07-221-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-173-4/+4
* Add frozen_string_literal: false for all filesnaruse2015-12-1650-0/+50
* * lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou2015-06-141-1/+1
* * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo inkou2015-06-141-1/+1
* elementdecl.rb: suppress warningsnobu2014-11-231-2/+2
* * lib/rexml/document.rb: add REXML::Document#document.nagachika2014-11-132-0/+5
* * lib/rexml/entity.rb: keep the entity size within the limitation.usa2014-10-271-0/+6
* * lib/rexml/source.rb (REXML::IOSource#encoding_updated): Fix akou2014-10-231-1/+1
* * lib/rexml/**/*.rb: removed commented-out code.hsbt2014-09-217-178/+0
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-275-11/+4
* * lib/rexml/xmltokens.rb: Add missing non ASCII valid characterskou2014-02-231-5/+71
* * lib/rexml/xpath_parser.rb: Fix indent.kou2014-02-221-10/+10
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-194-4/+4
* * lib/rexml/entity.rb: [DOC] Fix typoa_matsuda2013-12-191-1/+1
* * lib/rexml/parsers/ultralightparser.rbkou2013-11-161-1/+1
* * lib/rexml/parsers/streamparser.rb: Add dependency file require.kou2013-10-311-0/+2
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-031-2/+2
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-031-1/+1
* * lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fixkou2013-08-111-1/+1
* * lib/rexml/sax2listener.rb (REXML::SAX2Listener#elementdecl): Fix wrongkou2013-08-111-6/+6
* * lib/rexml/parsers/sax2parser.rbkou2013-08-111-24/+28
* * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou2013-08-111-2/+18