aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml
Commit message (Expand)AuthorAgeFilesLines
...
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-0/+2
* * lib/rexml/xmldecl.rb (REXML::XMLDecl#content): Add missing \Akou2012-11-031-1/+1
* * lib/rexml/output.rb (REXML::Output#initialize): Use normalizedkou2012-11-031-1/+1
* * lib/rexml/output.rb (REXML::Output): Don't output BOM in middlekou2012-11-031-0/+5
* Revert r37439 and r37441kou2012-11-031-4/+7
* * lib/rexml/document.rb (REXML::Document#write): Document encodingkou2012-11-032-7/+7
* * lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encodingkou2012-11-031-7/+4
* * lib/rexml/source.rb: Move encoding detection code to base class.kou2012-10-282-58/+56
* * 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-282-14/+40
* Revert r37358kou2012-10-281-2/+2
* * lib/rexml/source.rb (REXML::IOSource#initialize): Usekou2012-10-281-2/+2
* * lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou2012-10-281-5/+7
* * lib/rexml/document.rb (REXML::Document#write): Remove needlesskou2012-10-281-1/+1
* * lib/rexml/document.rb (REXML::Document#write): Accept optionskou2012-10-281-5/+37
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong usagekou2012-10-281-2/+2
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong methodkou2012-10-281-2/+2
* 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
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-052-4/+4
* * 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