summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-06* array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre
2012-11-06* array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre
2012-11-06* array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre
2012-11-06* array.c (rb_ary_combination): Support for Array#combination.sizemarcandre
2012-11-06* array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre
2012-11-06* array.c: Support for Enumerator#size in trivial cases:marcandre
2012-11-06* enumerator.c: Support #size for enumerators created from enumeratorsmarcandre
2012-11-06* enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre
2012-11-06* enumerator: New method #size; constructor accepts sizemarcandre
2012-11-06* enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre
2012-11-06* object.c (rb_mod_const_get): Fix constant missing exception classtenderlove
2012-11-06* test/win32ole/test_win32ole.rb: follow other test files.usa
2012-11-06* test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa
2012-11-06* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse
2012-11-06* string.c (rb_str_b): Add String#b, returning a copied stringnaruse
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-11-05* test/ruby/test_require.rbshirosaki
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-11-05* lib/cgi/core.rb: check if Tempfile is defined before use it.naruse
2012-11-05Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-11-04Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-11-04* array.c (recursive_equal): fix to return true when self and otherglass
2012-11-04dir.c: FNM_EXTGLOBnobu
2012-11-03* lib/rexml/output.rb (REXML::Output): Don't output BOM in middlekou
2012-11-03* test/rexml/test_document.rb: Fix tests that expect encoding namekou
2012-11-03Revert r37439 and r37441kou
2012-11-03* test/rexml/test_encoding.rb (EncodingTester#test_in_different_out):kou
2012-11-03* test/rexml/test_core.rb (Tester#test_ticket_88): Follow thekou
2012-11-03* lib/rexml/document.rb (REXML::Document#write): Document encodingkou
2012-11-03* lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encodingkou
2012-11-03* test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*):kou
2012-11-03* test/rexml/test_xml_declaration_parent_child.rb: Rename to ...kou
2012-11-03* eval.c (f_current_dirname): add the new method for Kernel.nari
2012-11-03* test/ruby/test_refinement.rb (test_new_method_by_send,shugo
2012-11-02* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo
2012-11-02* string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo
2012-11-01proc.c: main.define_methodnobu
2012-11-01test_process.rb: use never existing filenobu
2012-11-01* ext/bigdecimal/bigdecimal.c (BigDecimal_new),mrkn
2012-11-01* ext/bigdecimal/bigdecimal.c (BigDecimal_add),mrkn
2012-11-01* test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame
2012-11-01* test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame
2012-11-01* eval.c (rb_using_module): using should be used indirectly.shugo
2012-10-30* ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove
2012-10-30* eval.c (rb_mod_refine): fix the error message when no block isshugo
2012-10-30Check if there is no error before reconnect [Bug #4387]naruse
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-29stringio.c: close separatedlynobu
2012-10-29Use assert_normal_exit to split processnaruse
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove