aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_array.rb: fix test for r39466nobu2013-02-241-2/+2
* random.c: increase limit for generic randnobu2013-02-241-0/+8
* vm_insnhelper.c: compare with me in method top cfpnobu2013-02-241-0/+25
* compile.c: no keyword check if kw_restnobu2013-02-231-0/+3
* test_backtrace.rb: test Thread#backtrace_locations with rangezzak2013-02-231-0/+17
* test_process.rb: fix testnobu2013-02-231-6/+16
* dir.c: encoding checknobu2013-02-231-0/+15
* random.c: fix error messagenobu2013-02-221-0/+15
* test_process.rb: fix parametersnobu2013-02-221-3/+3
* * test/ruby/test_process.rb: remove useless sleep.nobu2013-02-221-2/+0
* * file.c (rb_group_member): get rid of NGROUPS dependency.kosaki2013-02-211-0/+2
* enumerator.c: suppress warningsnobu2013-02-201-0/+9
* compar.c: inversed comarison without infinite recursionnobu2013-02-171-0/+7
* * test/ruby/test_thread.rb: fixed typoayumin2013-02-161-2/+2
* * vm.c (rb_thread_mark): mark a working Proc of bmethodko12013-02-161-0/+14
* * proc.c (rb_binding_new_with_cfp): create binding object even ifko12013-02-161-0/+37
* * test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki2013-02-141-0/+3
* class.c: cyclic prependnobu2013-02-141-0/+10
* vm_method.c: fix method_removednobu2013-02-141-1/+1
* vm_method.c: fix method_removednobu2013-02-141-2/+17
* proc.c: skip prependsnobu2013-02-131-0/+27
* proc.c: original_namenobu2013-02-131-0/+1
* proc.c: show the given namenobu2013-02-131-0/+11
* Suppress warnings: setting Encoding.default_externalnaruse2013-02-121-35/+43
* Get libc's path by ldd [Bug #7828] [ruby-core:52129]naruse2013-02-121-1/+2
* the process maybe already finishednaruse2013-02-091-1/+1
* * array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and theusa2013-02-081-7/+0
* envutil.rb: check termsignobu2013-02-081-2/+5
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* test_basicinstructions.rb: implementation definednobu2013-02-071-0/+2
* test_basicinstructions.rb: fix typonobu2013-02-071-1/+1
* * vm_insnhelper.c: attr_writer should return its argument [Bug #7773]marcandre2013-02-061-1/+12
* * test/ruby/test_process.rb (test_setsid): ensure to callkosaki2013-02-061-7/+9
* * test/ruby/test_process.rb (test_setsid): skip when platform iskosaki2013-02-061-0/+7
* test_require.rb: shared drivenobu2013-02-061-1/+7
* * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj2013-02-051-3/+14
* vm_method.c: drop include_all flagnobu2013-02-051-0/+12
* * proc.c (rb_binding_new_with_cfp): permit to create binding objectko12013-02-051-0/+18
* * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre2013-02-051-0/+19
* * rational.c (nurat_expt): Deal with special cases for rationals 0, ±1marcandre2013-02-051-0/+20
* test_range.rb: refine messagenobu2013-02-051-1/+8
* * range.c: Use div instead of / for bsearchmarcandre2013-02-051-0/+5
* * enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre2013-02-051-0/+16
* * enumerator.c: Finalize and document Lazy.new. [Bug #7248]marcandre2013-02-051-6/+21
* * proc.c (proc_curry): Fix arity check [Bug #5747]marcandre2013-02-011-0/+7
* * proc.c: Add {*}_min_max_arity and refactor.marcandre2013-02-011-1/+1
* * array.c (rb_ary_dup): make returned array the same class as the originalcharliesome2013-02-011-0/+7
* marshal.c: prohibit_ivarnobu2013-02-011-1/+13
* parse.y: no assigned but unused warnings in evalnobu2013-01-311-0/+1
* * test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync"kosaki2013-01-311-1/+1