aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml
Commit message (Expand)AuthorAgeFilesLines
* * 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/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fixkou2013-08-111-1/+1
* * lib/rexml/sax2listener.rb (REXML::SAX2Listener#elementdecl): Fix wrongkou2013-08-111-6/+6
* * 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-112-2/+2
* * 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/attribute.rb: [DOC] Update example for #namespacezzak2013-08-041-2/+5
* * lib/rexml/parsers/streamparser.rbkou2013-07-261-0/+4
* * lib/rexml/streamlistener.rb: [DOC] Fix examples inzzak2013-07-221-6/+6
* * lib/rexml/text.rb (REXML::Text#<<): Support appending in notkou2013-07-071-0/+1
* * lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"kou2013-07-071-0/+4
* * lib/rexml/text.rb (REXML::Text#clear_cache): Extract commonkou2013-07-071-3/+8
* * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that allkou2013-04-261-1/+1
* * lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou2013-04-261-1/+1
* lib/rexml/document.rb, lib/rexml/element.rb,duerst2013-04-233-11/+5
* * lib/rexml/security.rb (REXML::Security): create.kou2013-02-274-35/+39
* * lib/rexml/document.rb: move entity_expansion_limit accessor to ...kou2013-02-262-5/+19
* * lib/rexml/document.rb: move entity_expansion_limit accessor to ...kou2013-02-263-5/+20
* * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):nagachika2013-02-221-1/+1
* * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):usa2013-02-222-15/+37
* * lib/rexml/element.rb (REXML::Elements#add): Remove too muchkou2013-01-031-1/+1
* * lib/rexml/element.rb (REXML::Elements#each): Add missingkou2013-01-031-4/+4
* * 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