| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/*.rb: Remove unused variable warnings. | marcandre | 2010-11-08 | 11 | -16/+7 |
* | * lib/rexml/encoding.rb: untabify. | kou | 2010-10-30 | 1 | -46/+45 |
* | * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464] | kou | 2010-10-30 | 19 | -466/+78 |
* | * lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb: | kou | 2010-09-17 | 1 | -1/+2 |
* | * lib/rexml/source.rb: force_encoding("UTF-8") when the input | naruse | 2010-04-14 | 1 | -14/+25 |
* | * lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp. | naruse | 2010-04-07 | 1 | -1/+4 |
* | Refix previous commit. | naruse | 2010-04-06 | 1 | -1/+0 |
* | Fix previous commit. | naruse | 2010-04-06 | 1 | -1/+2 |
* | Remove warning. | naruse | 2010-04-05 | 1 | -1/+1 |
* | * lib/rexml/text.rb (REXML::Text.check): comment out | naruse | 2010-04-05 | 1 | -4/+5 |
* | * lib/rexml/parsers/baseparser.rb (LETTER, DIGIT): | naruse | 2010-04-05 | 4 | -15/+7 |
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 1 | -1/+1 |
* | * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checks | mame | 2010-02-09 | 1 | -2/+2 |
* | * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only when | mame | 2010-01-31 | 1 | -1/+1 |
* | * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug that | mame | 2010-01-31 | 1 | -2/+2 |
* | * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted node | mame | 2010-01-31 | 1 | -0/+1 |
* | * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDecls | mame | 2010-01-31 | 1 | -8/+10 |
* | * lib/rexml/text.rb: String no longer has #each. | yugui | 2010-01-03 | 1 | -1/+1 |
* | * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): | nobu | 2009-12-29 | 2 | -2/+2 |
* | * lib/rexml/formatters/default.rb (write_attribute): fix an | tenderlove | 2009-11-28 | 1 | -1/+3 |
* | * lib/rexml/element.rb (text=): false should be converted to string. | marcandre | 2009-10-18 | 1 | -1/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 42 | -307/+307 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -1/+1 |
* | * lib/rexml/document.rb (REXML::Document#write): require | matz | 2008-12-11 | 3 | -1/+5 |
* | * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation | matz | 2008-12-03 | 1 | -0/+11 |
* | * lib/rexml/entity.rb (unnormalized): do not call | shugo | 2008-11-06 | 1 | -1/+1 |
* | * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when | mame | 2008-10-01 | 1 | -2/+0 |
* | * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb, | mame | 2008-10-01 | 30 | -1960/+1960 |
* | * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap): | matz | 2008-09-23 | 1 | -0/+1 |
* | * lib/rexml/document.rb: fixed typo. | shugo | 2008-09-13 | 1 | -2/+2 |
* | * lib/rexml/document.rb: limit entity expansion. | shugo | 2008-09-01 | 2 | -0/+23 |
* | * lib/rexml/document.rb (REXML::Document:write): leaky modification | mame | 2008-06-05 | 2 | -3/+3 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 7 | -9/+9 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 3 | -9/+7 |
* | * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace | naruse | 2008-01-26 | 1 | -1/+1 |
* | * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb, | naruse | 2008-01-23 | 1 | -2/+2 |
* | r1479@bean: ser | 2008-01-19 14:26:31 -0500 | ser | 2008-01-20 | 8 | -51/+163 |
* | * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog: | matz | 2008-01-01 | 15 | -67/+85 |
* | * lib/rexml/node.rb (REXML::Node::indent): should initialize rv | matz | 2007-12-25 | 1 | -1/+1 |
* | * lib/rexml/element.rb (REXML::Elements#each): yield in each | gotoyuzo | 2007-12-24 | 1 | -1/+1 |
* | * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for | matz | 2007-11-06 | 1 | -2/+2 |
* | Fixes ticket:110 (more UTF-16 problems) | ser | 2007-11-04 | 4 | -6/+18 |
* | * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more | matz | 2007-10-18 | 1 | -6/+7 |
* | * lib/rexml/document.rb (REXML::Document::write): leaky | matz | 2007-10-12 | 1 | -1/+1 |
* | r1368@bean: ser | 2007-10-01 21:24:36 -0400 | ser | 2007-10-02 | 1 | -1/+1 |
* | r1367@bean: ser | 2007-10-01 21:24:35 -0400 | ser | 2007-10-02 | 1 | -0/+8 |
* | r1366@bean: ser | 2007-10-01 21:24:33 -0400 | ser | 2007-10-02 | 4 | -17/+56 |
* | r1365@bean: ser | 2007-10-01 21:24:32 -0400 | ser | 2007-10-02 | 1 | -0/+1 |
* | r1364@bean: ser | 2007-10-01 21:24:31 -0400 | ser | 2007-10-02 | 1 | -0/+1 |
* | r1361@bean: ser | 2007-10-01 21:24:28 -0400 | ser | 2007-10-02 | 5 | -68/+39 |