aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/parsers
Commit message (Expand)AuthorAgeFilesLines
* Import REXML 3.1.9kou2018-12-251-0/+4
* rexml: upgrade to 3.1.8kou2018-12-201-58/+111
* lib/*: Prefer require_relative over require.marcandre2018-11-028-20/+20
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-221-3/+12
* 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 function()/pathkou2018-04-041-1/+3
* rexml: add close tag check on end of document to StreamParserkou2017-06-071-0/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-168-0/+8
* * lib/rexml/**/*.rb: removed commented-out code.hsbt2014-09-212-42/+0
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-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/parsers/sax2parser.rbkou2013-08-111-24/+28
* * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou2013-08-111-2/+18
* * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou2013-08-111-0/+6
* * lib/rexml/parsers/baseparser.rbkou2013-08-111-1/+2
* * NEWS (REXML::Parsers::SAX2Parser): Add about this change.kou2013-08-111-1/+1
* * lib/rexml/parsers/baseparser.rbkou2013-08-101-1/+1
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou2013-08-101-2/+3
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou2013-08-101-7/+7
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM):kou2013-08-101-1/+1
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):kou2013-08-101-1/+1
* * lib/rexml/parsers/streamparser.rbkou2013-07-261-0/+4
* * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou2012-10-281-0/+3
* * lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou2012-10-281-1/+10
* eliminate `shadowing outer local variable - name` warning.tenderlove2012-02-081-4/+4
* * lib/rexml/parsers/baseparser.rb: use meaningful name.kou2012-02-021-13/+13
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-021-1/+1
* * lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou2012-01-031-2/+3
* * lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin2012-01-031-13/+9
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou2011-09-071-1/+1
* * lib/rexml/parsers/xpathparser.rbkou2011-06-111-1/+2
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-193-14/+14
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-183-14/+14
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-021-1/+1
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-082-3/+1
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-301-4/+2
* Refix previous commit.naruse2010-04-061-1/+0
* Fix previous commit.naruse2010-04-061-1/+2
* Remove warning.naruse2010-04-051-1/+1
* * lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse2010-04-052-11/+4
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-291-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-066-46/+46
* * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame2008-10-011-2/+0
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-014-316/+316
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+1
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-201-8/+30