summaryrefslogtreecommitdiff
path: root/lib/rexml/parsers
AgeCommit message (Expand)Author
2020-01-12Make rexml library to the bundle gemsHiroshi SHIBATA
2019-08-04[ruby/rexml] Message less confusing error to human (#16)ujihisa
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-04-22rexml: Fix XPath bug of /#{ELEMENT_NAME}kou
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 function()/pathkou
2017-06-07rexml: add close tag check on end of document to StreamParserkou
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-09-21* lib/rexml/**/*.rb: removed commented-out code.hsbt
2014-07-27* lib/cgi/core.rb: remove unused variables.hsbt
2013-11-16* lib/rexml/parsers/ultralightparser.rbkou
2013-10-31* lib/rexml/parsers/streamparser.rb: Add dependency file require.kou
2013-09-03* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou
2013-09-03* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou
2013-08-11* lib/rexml/parsers/sax2parser.rbkou
2013-08-11* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou
2013-08-11* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou
2013-08-11* lib/rexml/parsers/baseparser.rbkou
2013-08-11* NEWS (REXML::Parsers::SAX2Parser): Add about this change.kou
2013-08-10* lib/rexml/parsers/baseparser.rbkou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM):kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):kou
2013-07-26* lib/rexml/parsers/streamparser.rbkou
2012-10-28* lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou
2012-10-28* lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou
2012-02-08eliminate `shadowing outer local variable - name` warning.tenderlove
2012-02-02* lib/rexml/parsers/baseparser.rb: use meaningful name.kou
2012-02-02* lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou
2012-01-03* lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou
2012-01-03* lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin
2011-09-07* lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou
2011-06-11* lib/rexml/parsers/xpathparser.rbkou
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-03-02* lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-10-30* lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou
2010-04-06Refix previous commit.naruse
2010-04-06Fix previous commit.naruse
2010-04-05Remove warning.naruse
2010-04-05* lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-01* lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame