summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-02-22random.c: fix error messagenobu
2013-02-22test_process.rb: fix parametersnobu
2013-02-22* test/ruby/test_process.rb: remove useless sleep.nobu
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2013-02-20enumerator.c: suppress warningsnobu
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2013-02-16* test/ruby/test_thread.rb: fixed typoayumin
2013-02-16* vm.c (rb_thread_mark): mark a working Proc of bmethodko1
2013-02-16* proc.c (rb_binding_new_with_cfp): create binding object even ifko1
2013-02-14* test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki
2013-02-14class.c: cyclic prependnobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-13proc.c: skip prependsnobu
2013-02-13proc.c: original_namenobu
2013-02-13proc.c: show the given namenobu
2013-02-12Suppress warnings: setting Encoding.default_externalnaruse
2013-02-12Get libc's path by ldd [Bug #7828] [ruby-core:52129]naruse
2013-02-09the process maybe already finishednaruse
2013-02-08* array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and theusa
2013-02-08envutil.rb: check termsignobu
2013-02-07test_basicinstructions.rb: fix typonobu
2013-02-07test_basicinstructions.rb: implementation definednobu
2013-02-07test_basicinstructions.rb: fix typonobu
2013-02-06* vm_insnhelper.c: attr_writer should return its argument [Bug #7773]marcandre
2013-02-06* test/ruby/test_process.rb (test_setsid): ensure to callkosaki
2013-02-06* test/ruby/test_process.rb (test_setsid): skip when platform iskosaki
2013-02-06test_require.rb: shared drivenobu
2013-02-05* vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj
2013-02-05vm_method.c: drop include_all flagnobu
2013-02-05* proc.c (rb_binding_new_with_cfp): permit to create binding objectko1
2013-02-05* numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre
2013-02-05* rational.c (nurat_expt): Deal with special cases for rationals 0, ±1marcandre
2013-02-05test_range.rb: refine messagenobu
2013-02-05* range.c: Use div instead of / for bsearchmarcandre
2013-02-05* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre
2013-02-05* enumerator.c: Finalize and document Lazy.new. [Bug #7248]marcandre
2013-02-01* proc.c (proc_curry): Fix arity check [Bug #5747]marcandre
2013-02-01* proc.c: Add {*}_min_max_arity and refactor.marcandre
2013-02-01* array.c (rb_ary_dup): make returned array the same class as the originalcharliesome
2013-02-01marshal.c: prohibit_ivarnobu
2013-01-31parse.y: no assigned but unused warnings in evalnobu
2013-01-31* test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync"kosaki
2013-01-30vm_dump.c: important message firstnobu
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* range.c: Restrict bsearch to integers [#7728]marcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2013-01-30parse.y: warn assigned but unused in toplevelnobu
2013-01-30cont.c: fiber local svarnobu
2013-01-29* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre