index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
rexml
Age
Commit message (
Expand
)
Author
2012-04-17
merge revision(s) 34419: [Backport #6307]
naruse
2012-02-10
merge revision(s) 33981: [Backport #5792]
naruse
2012-01-03
merge revision(s) 33343:
ayumin
2011-06-11
* lib/rexml/formatters/pretty.rb
kou
2011-06-11
* test/rexml/test_core.rb
kou
2011-06-11
* lib/rexml/parsers/xpathparser.rb
kou
2011-06-11
* test/rexml/test_elements.rb (ElementsTester): remove needless
kou
2011-05-27
* test/rexml/test_core.rb (Tester::test_text_frozen): split frozen
kou
2011-05-27
prevent an error when passing a frozen string to REXML::Text.new
shyouhei
2011-05-15
* remove trailing spaces.
nobu
2011-03-02
* lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encoding
naruse
2011-02-19
Fix tests.
naruse
2010-12-20
* test/rexml/test_contrib.rb (ContribTester#test_pos): should not
nobu
2010-12-07
* test/rexml/test_light.rb: really suppress a warning.
kou
2010-12-07
* test/rexml/test_light.rb: suppress a warning.
kou
2010-12-07
* lib/rexml/doctype.rb, test/rexml/test_doctype.rb: suppress warnings.
kou
2010-12-07
* test/rexml/test_doctype.rb: add Accessor to test case name.
kou
2010-12-07
* test/rexml/test_doctype.rb: Doctype -> DocType.
kou
2010-12-07
* test/rexml/test_doctype_mixin.rb: rename to ...
kou
2010-11-19
* test/rexml/test_core.rb
kou
2010-11-18
* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
kou
2010-10-30
* lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]
kou
2010-09-24
Refix to give the encoding of gzfile.
naruse
2010-09-19
Specify external encoding.
naruse
2010-09-18
* properties.
nobu
2010-09-17
* lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:
kou
2010-09-17
* test/rexml/test_sax.rb: don't use thread and sleep to avoid slow test.
kou
2010-09-17
* test/rexml/test_core.rb: enable.
kou
2010-09-17
* test/rexml/: untabify.
kou
2010-09-17
* test/rexml/: fix fixture data path. All REXML tests are worked.
kou
2010-09-17
* test/rexml/test_listener.rb: remove needless codes.
kou
2010-09-17
* test/rexml/: import REXML tests from
kou
2010-04-14
* lib/rexml/source.rb: force_encoding("UTF-8") when the input
naruse
2009-12-29
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):
nobu
2009-11-28
* lib/rexml/formatters/default.rb (write_attribute): fix an
tenderlove
2008-11-06
* lib/rexml/entity.rb (unnormalized): do not call
shugo
2008-09-13
* test/rexml/test_document.rb: removed garbage.
shugo
2008-09-13
* text/rexml/test_document.rb (test_entity_expansion_limit): added tests.
shugo
2008-09-01
* lib/rexml/document.rb: limit entity expansion.
shugo