aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * test/win32ole/test_win32ole.rb: follow other test files.usa2012-11-061-2/+2
* * test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa2012-11-061-1/+1
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-061-0/+11
* * string.c (rb_str_b): Add String#b, returning a copied stringnaruse2012-11-061-0/+10
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-0618-4/+18
* * test/ruby/test_require.rbshirosaki2012-11-051-2/+2
* Fix compatibility of cached expanded load pathshirosaki2012-11-051-0/+110
* * lib/cgi/core.rb: check if Tempfile is defined before use it.naruse2012-11-051-0/+29
* Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-051-0/+16
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-044-30/+39
* * array.c (recursive_equal): fix to return true when self and otherglass2012-11-041-0/+14
* dir.c: FNM_EXTGLOBnobu2012-11-042-1/+12
* * lib/rexml/output.rb (REXML::Output): Don't output BOM in middlekou2012-11-031-0/+19
* * test/rexml/test_document.rb: Fix tests that expect encoding namekou2012-11-031-6/+4
* Revert r37439 and r37441kou2012-11-032-14/+2
* * test/rexml/test_encoding.rb (EncodingTester#test_in_different_out):kou2012-11-031-2/+3
* * test/rexml/test_core.rb (Tester#test_ticket_88): Follow thekou2012-11-031-2/+2
* * lib/rexml/document.rb (REXML::Document#write): Document encodingkou2012-11-031-8/+18
* * lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encodingkou2012-11-031-0/+12
* * test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*):kou2012-11-031-3/+4
* * test/rexml/test_xml_declaration_parent_child.rb: Rename to ...kou2012-11-031-0/+0
* * eval.c (f_current_dirname): add the new method for Kernel.nari2012-11-031-0/+5
* * test/ruby/test_refinement.rb (test_new_method_by_send,shugo2012-11-031-0/+27
* * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo2012-11-021-0/+24
* * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo2012-11-021-0/+22
* proc.c: main.define_methodnobu2012-11-011-0/+18
* test_process.rb: use never existing filenobu2012-11-011-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_new),mrkn2012-11-011-0/+12
* * ext/bigdecimal/bigdecimal.c (BigDecimal_add),mrkn2012-11-011-0/+4
* * test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame2012-11-011-1/+1
* * test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame2012-11-011-1/+1
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-011-0/+70
* * ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove2012-10-302-4/+0
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-301-0/+10
* Check if there is no error before reconnect [Bug #4387]naruse2012-10-301-0/+2
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-291-0/+73
* stringio.c: close separatedlynobu2012-10-291-1/+1
* Use assert_normal_exit to split processnaruse2012-10-291-11/+12
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-291-0/+25
* * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre2012-10-281-6/+11
* * lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre2012-10-281-0/+7
* * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre2012-10-281-0/+10
* * lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre2012-10-281-0/+7
* * test/rexml/test_document.rb: Remove needless indent.kou2012-10-281-3/+3
* * test/rexml/test_document.rb: Add tests for parsing XML encodedkou2012-10-281-0/+20
* * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou2012-10-281-0/+22
* * test/rexml/test_document.rb: Group tests that they parsekou2012-10-281-14/+16
* * test/rexml/test_document.rb: Add tests for parsing XML encodedkou2012-10-281-0/+22
* * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf2012-10-281-0/+20
* * lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou2012-10-281-0/+22