aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin2012-11-071-0/+3
* Suppress warning: Bignum out of Float rangenaruse2012-11-071-4/+6
* * numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse2012-11-071-0/+4
* * eval.c (rb_mod_refine): set RMODULE_IS_REFINEMENT to a createdshugo2012-11-071-0/+12
* Remove FIXME skip on Windows testluislavena2012-11-061-1/+0
* * enumerator.c: Support for lazy.cycle.sizemarcandre2012-11-061-0/+9
* * enumerator.c: Add support for lazy.drop.sizemarcandre2012-11-061-0/+5
* * enumerator.c: Support for lazy.take.sizemarcandre2012-11-061-0/+5
* * enumerator.c: Support for lazy.{map|flat_map|...}.sizemarcandre2012-11-061-0/+8
* * enumerator.c: Support for lazy.sizemarcandre2012-11-061-0/+6
* * string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre2012-11-061-0/+6
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-061-0/+1
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-061-0/+6
* * range.c: Support for range.step.sizemarcandre2012-11-061-0/+6
* * range.c: Support for Range#size and Range#each.sizemarcandre2012-11-061-0/+8
* * 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
* * 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-067-0/+7
* * test/ruby/test_require.rbshirosaki2012-11-051-2/+2
* Fix compatibility of cached expanded load pathshirosaki2012-11-051-0/+110
* * array.c (recursive_equal): fix to return true when self and otherglass2012-11-041-0/+14
* dir.c: FNM_EXTGLOBnobu2012-11-042-1/+12
* * 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
* * 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