aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml
Commit message (Expand)AuthorAgeFilesLines
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou2011-09-071-1/+1
* * lib/rexml/formatters/pretty.rbkou2011-06-111-1/+1
* * lib/rexml/parsers/xpathparser.rbkou2011-06-111-1/+2
* prevent an error when passing a frozen string to REXML::Text.newshyouhei2011-05-271-1/+1
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-1911-115/+115
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-1812-129/+129
* * lib/rexml/functions.rb: Add some documentation for REXML::Functions.drbrain2011-05-131-0/+7
* * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain2011-05-113-0/+15
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-027-43/+26
* * lib/rexml/light/node.rb: remove circular require.kou2010-12-071-1/+0
* * lib/rexml/doctype.rb, test/rexml/test_doctype.rb: suppress warnings.kou2010-12-071-5/+5
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou2010-11-181-5/+7
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-0811-16/+7
* * lib/rexml/encoding.rb: untabify.kou2010-10-301-46/+45
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-3019-466/+78
* * lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:kou2010-09-171-1/+2
* * lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse2010-04-141-14/+25
* * lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse2010-04-071-1/+4
* 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/text.rb (REXML::Text.check): comment outnaruse2010-04-051-4/+5
* * lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse2010-04-054-15/+7
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-201-1/+1
* * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame2010-02-091-2/+2
* * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame2010-01-311-1/+1
* * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame2010-01-311-2/+2
* * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame2010-01-311-0/+1
* * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame2010-01-311-8/+10
* * lib/rexml/text.rb: String no longer has #each.yugui2010-01-031-1/+1
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-292-2/+2
* * lib/rexml/formatters/default.rb (write_attribute): fix antenderlove2009-11-281-1/+3
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-181-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0642-307/+307
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-1/+1
* * lib/rexml/document.rb (REXML::Document#write): requirematz2008-12-113-1/+5
* * lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz2008-12-031-0/+11
* * lib/rexml/entity.rb (unnormalized): do not callshugo2008-11-061-1/+1
* * 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-0130-1960/+1960
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz2008-09-231-0/+1
* * lib/rexml/document.rb: fixed typo.shugo2008-09-131-2/+2
* * lib/rexml/document.rb: limit entity expansion.shugo2008-09-012-0/+23
* * lib/rexml/document.rb (REXML::Document:write): leaky modificationmame2008-06-052-3/+3
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-047-9/+9
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-123-9/+7
* * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse2008-01-261-1/+1
* * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse2008-01-231-2/+2
* r1479@bean: ser | 2008-01-19 14:26:31 -0500ser2008-01-208-51/+163
* * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:matz2008-01-0115-67/+85