aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-061-0/+15
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-061-0/+7
* * hash.c: Support for enumerators created by ENV:marcandre2012-11-061-0/+6
* * hash.c: Support for enumerators created by Hash:marcandre2012-11-061-0/+7
* * enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre2012-11-061-0/+5
* * enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre2012-11-061-0/+7
* * enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre2012-11-061-0/+8
* * enum.c: Support for enumerators created by Enumerable with forwarding:marcandre2012-11-061-0/+14
* * vm_eval.c (rb_f_loop): Support for loop.sizemarcandre2012-11-061-0/+4
* * array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre2012-11-061-0/+8
* * array.c (rb_ary_repeated_combination): Support for repeated_combination.sizemarcandre2012-11-061-0/+5
* * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.sizemarcandre2012-11-061-0/+4
* * array.c (rb_ary_combination): Support for Array#combination.sizemarcandre2012-11-061-0/+5
* * array.c (rb_ary_permutation): Support for Array#permutation.sizemarcandre2012-11-061-0/+13
* * array.c: Support for Enumerator#size in trivial cases:marcandre2012-11-061-0/+9
* * enumerator.c: Support #size for enumerators created from enumeratorsmarcandre2012-11-061-0/+6
* * enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre2012-11-061-0/+3
* * enumerator: New method #size; constructor accepts sizemarcandre2012-11-061-0/+10
* * enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre2012-11-061-1/+4
* * object.c (rb_mod_const_get): Fix constant missing exception classtenderlove2012-11-061-0/+18
* * 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