aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-201-4/+50
* * vm_trace.c: add two methods:ko12012-11-201-42/+73
* * test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki2012-11-201-3/+3
* Don't send INT signal itself.naruse2012-11-201-11/+13
* * signal.c (sig_signame): implements Signal.signame methodkosaki2012-11-191-0/+18
* struct.c: yield assoc in each_pairnobu2012-11-191-0/+5
* * thread.c: add `Thread#backtrace_locations' method.ko12012-11-191-1/+36
* * bignum.c (rb_cstr_to_inum): should accept underscores oftadf2012-11-181-1/+1
* * complex.c (make_patterns): should not accept extra sign.tadf2012-11-171-0/+1
* Skip path expansion for all wildcard charactersluislavena2012-11-171-1/+3
* skip long name conversion if last character is a wildcard oneluislavena2012-11-161-0/+5
* * marshal.c (w_object): add flonum to arg->data to keep reference indexnagachika2012-11-161-0/+7
* * range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame2012-11-151-0/+3
* * array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame2012-11-142-0/+105
* * eval.c (rb_mod_using): raise an ArgumentError if cyclic using isshugo2012-11-131-0/+21
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo2012-11-121-0/+1
* glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse2012-11-111-0/+10
* hash.c: warn for wrong elementsnobu2012-11-111-1/+3
* * eval.c (top_using): remove Kernel#using, and add main.using instead.shugo2012-11-111-4/+26
* * eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo2012-11-111-0/+69
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo2012-11-111-0/+24
* Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre2012-11-101-3/+0
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-091-0/+12
* * bignum.c (bigmul0): enable big_mul_toom3.mrkn2012-11-081-2/+1
* * bignum.c (bigmul0): disable big_mul_toom3_temporalily.mrkn2012-11-081-0/+111
* * 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